source: contrib/MailArchiver/sources/vendor/mime4j/apache-mime4j-0.7-SNAPSHOT-20110327.010440-17/doap_James_Mime4j.rdf @ 6785

Revision 6785, 5.4 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl"?>
3<rdf:RDF xml:lang="en"
4         xmlns="http://usefulinc.com/ns/doap#"
5         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6         xmlns:asfext="http://projects.apache.org/ns/asfext#"
7         xmlns:foaf="http://xmlns.com/foaf/0.1/">
8<!--
9   $HeadURL$
10   $Revision$
11   $Date$
12
13   ====================================================================
14   Licensed to the Apache Software Foundation (ASF) under one
15   or more contributor license agreements.  See the NOTICE file
16   distributed with this work for additional information
17   regarding copyright ownership.  The ASF licenses this file
18   to you under the Apache License, Version 2.0 (the
19   "License"); you may not use this file except in compliance
20   with the License.  You may obtain a copy of the License at
21
22     http://www.apache.org/licenses/LICENSE-2.0
23
24   Unless required by applicable law or agreed to in writing,
25   software distributed under the License is distributed on an
26   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
27   KIND, either express or implied.  See the License for the
28   specific language governing permissions and limitations
29   under the License.
30   ====================================================================
31
32   This software consists of voluntary contributions made by many
33   individuals on behalf of the Apache Software Foundation.  For more
34   information on the Apache Software Foundation, please see
35   <http://www.apache.org />.
36-->
37
38  <Project rdf:about="http://james.apache.org/mime4j/">
39    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
40    <name>Apache James Mime4j</name>
41    <homepage rdf:resource="http://james.apache.org/mime4j/" />
42    <asfext:pmc rdf:resource="http://james.apache.org" />
43    <shortdesc>
44Mime4j can be used to parse e-mail message streams in plain rfc822 and MIME format
45and to build a tree representation of an e-mail message.
46    </shortdesc>
47    <description>
48Mime4j provides a parser for e-mail message streams in plain rfc822 and MIME format.
49The parser uses a callback mechanism to report parsing events such as the start of
50an entity header, the start of a body. The parser has been designed to be extremely
51tolerant against messages violating the standards. Mime4j can also be used to build
52a tree representation of an e-mail message
53    </description>
54    <bug-database rdf:resource="http://issues.apache.org/jira/browse/MIME4J" />
55    <mailing-list rdf:resource="http://james.apache.org/mime4j/mail-lists.html" />
56    <download-page rdf:resource="http://james.apache.org/download.cgi" />
57    <programming-language>Java</programming-language>
58    <category rdf:resource="http://projects.apache.org/category/mail" />
59    <category rdf:resource="http://projects.apache.org/category/library" />
60
61    <!-- Multiple releases can be listed, each in its own section -->
62    <release>
63      <Version>
64        <name>Apache James Mime4j 0.5</name>
65        <created>2008-10-18</created>
66        <revision>0.5</revision>
67      </Version>
68      <Version>
69        <name>Apache James Mime4j 0.4</name>
70        <created>2008-08-20</created>
71        <revision>0.4</revision>
72      </Version>
73      <Version>
74        <name>Apache James Mime4j 0.3</name>
75        <created>2007-05-31</created>
76        <revision>0.3</revision>
77      </Version>
78      <Version>
79        <name>Apache James Mime4j 0.2</name>
80        <created>2006-01-09</created>
81        <revision>0.2</revision>
82      </Version>
83    </release>
84
85    <repository>
86      <SVNRepository>
87        <location rdf:resource="http://svn.apache.org/repos/asf/james/mime4j/trunk"/>
88        <browse rdf:resource="http://svn.apache.org/viewvc/james/mime4j/trunk"/>
89      </SVNRepository>
90    </repository>
91
92    <asfext:implements>
93      <asfext:Standard>
94        <asfext:title>Standard for ARPA Internet Text Messages</asfext:title>
95        <asfext:body>IETF</asfext:body>
96        <asfext:id>RFC 822</asfext:id>
97        <asfext:url rdf:resource="http://tools.ietf.org/html/rfc822"/>
98      </asfext:Standard>
99    </asfext:implements>
100    <asfext:implements>
101      <asfext:Standard>
102        <asfext:title>Internet Message Format</asfext:title>
103        <asfext:body>IETF</asfext:body>
104        <asfext:id>RFC 2822</asfext:id>
105        <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2822"/>
106      </asfext:Standard>
107    </asfext:implements>
108    <asfext:implements>
109      <asfext:Standard>
110        <asfext:title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</asfext:title>
111        <asfext:body>IETF</asfext:body>
112        <asfext:id>RFC 2045</asfext:id>
113        <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2045"/>
114      </asfext:Standard>
115    </asfext:implements>
116    <asfext:implements>
117      <asfext:Standard>
118        <asfext:title>Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</asfext:title>
119        <asfext:body>IETF</asfext:body>
120        <asfext:id>RFC 2046</asfext:id>
121        <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2046"/>
122      </asfext:Standard>
123    </asfext:implements>
124    <asfext:implements>
125      <asfext:Standard>
126        <asfext:title>Multipurpose Internet Mail Extensions (MIME) Part Three: Message Header Extensions for Non-ASCII Text</asfext:title>
127        <asfext:body>IETF</asfext:body>
128        <asfext:id>RFC 2047</asfext:id>
129        <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2047"/>
130      </asfext:Standard>
131    </asfext:implements>
132
133  </Project>
134</rdf:RDF>
Note: See TracBrowser for help on using the repository browser.