Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 98481 invoked from network); 27 Aug 2003 13:42:46 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Aug 2003 13:42:46 -0000 Received: (qmail 98450 invoked by uid 500); 27 Aug 2003 13:42:29 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 98393 invoked by uid 500); 27 Aug 2003 13:42:28 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 98374 invoked from network); 27 Aug 2003 13:42:28 -0000 Received: from unknown (HELO hogshead.codehaus.org) (66.216.68.111) by daedalus.apache.org with SMTP; 27 Aug 2003 13:42:28 -0000 Received: from hogshead.codehaus.org (hogshead.codehaus.org [66.216.68.111]) by hogshead.codehaus.org (8.11.6/8.11.6) with ESMTP id h7RD9F109949 for ; Wed, 27 Aug 2003 08:09:15 -0500 Message-ID: <26583687.1061989755290.JavaMail.orion@hogshead.codehaus.org> Date: Wed, 27 Aug 2003 08:09:15 -0500 (CDT) From: jira@codehaus.org To: geronimo-dev@incubator.apache.org Subject: [jira] Updated: (GERONIMO-28) [PATCH] Added module 'mail' for org.apache.geronimo.mail implementation of JavaMail specs Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following issue has been updated: Updater: Alex Blewitt (mailto:alex_blewitt@yahoo.com) Date: Wed, 27 Aug 2003 8:08 AM Comment: Jar file attached with folders in. Note that this replcaes Geronimo-18, which was closed due to a lack of Java source files. Note that a Jar file is also a zip file, and this does not contain META-INF directories. Note also that the JAR file contains the right paths: modules/mail/ modules/mail/LICENSE.txt modules/mail/project.xml modules/mail/README.txt modules/mail/src/ modules/mail/src/java/ modules/mail/src/java/org/ modules/mail/src/java/org/apache/ modules/mail/src/java/org/apache/geronimo/ modules/mail/src/java/org/apache/geronimo/mail/ modules/mail/src/java/org/apache/geronimo/mail/AbstractFolder.java modules/mail/src/java/org/apache/geronimo/mail/AbstractStore.java modules/mail/src/java/org/apache/geronimo/mail/AbstractTransport.java modules/mail/src/java/org/apache/geronimo/mail/imap/ modules/mail/src/java/org/apache/geronimo/mail/imap/IMAPFolder.java modules/mail/src/java/org/apache/geronimo/mail/imap/IMAPStore.java modules/mail/src/java/org/apache/geronimo/mail/pop3/ modules/mail/src/java/org/apache/geronimo/mail/pop3/POP3Folder.java modules/mail/src/java/org/apache/geronimo/mail/pop3/POP3Store.java modules/mail/src/java/org/apache/geronimo/mail/smtp/ modules/mail/src/java/org/apache/geronimo/mail/smtp/SMTPTransport.java modules/mail/src/resources/ modules/mail/src/resources/META-INF/ modules/mail/src/resources/META-INF/javamail.default.address.map modules/mail/src/resources/META-INF/javamail.default.providers modules/mail/src/test/ modules/mail/src/test/org/ modules/mail/src/test/org/apache/ modules/mail/src/test/org/apache/geronimo/ modules/mail/src/test/org/apache/geronimo/mail/ modules/mail/src/test/org/apache/geronimo/mail/AbstractFolderTest.java modules/mail/src/test/org/apache/geronimo/mail/imap/ modules/mail/src/test/org/apache/geronimo/mail/imap/IMAPFolderTest.java modules/mail/src/test/org/apache/geronimo/mail/pop3/ modules/mail/src/test/org/apache/geronimo/mail/pop3/POP3FolderTest.java modules/mail/src/test/org/apache/geronimo/mail/smtp/ modules/mail/src/test/org/apache/geronimo/mail/smtp/SMTPTransportTest.java modules/mail/xdocs/ Changes: Attachment changed to mail.jar --------------------------------------------------------------------- For a full history of the issue, see: http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-28&page=history --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-28 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-28 Summary: [PATCH] Added module 'mail' for org.apache.geronimo.mail implementation of JavaMail specs Type: New Feature Status: Unassigned Priority: Major Time Spent: Unknown Remaining: 0 minutes Project: Apache Geronimo Components: mail Assignee: Reporter: Alex Blewitt Created: Wed, 27 Aug 2003 8:07 AM Updated: Wed, 27 Aug 2003 8:08 AM Description: Generate JAR/ZIP file for the new module 'mail'. Included both abstract classes, and placeholders for test and implementation classes. Licenses are on top of each flie; jar also contains resources directory with project.xml suitable for use with maven. I do not know how to integrate this with the main maven build; I do not know if that is an issue. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira