You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Alex Blewitt <Al...@ioshq.com> on 2003/08/27 15:03:22 UTC

[PATCH] [JavaMail] 'mail' module created again, with placeholder classes for implementors.

http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-28

* Note: the committer who applies this JAR file should also ensure that 
the specs/javamail/resources directory is deleted, as this has moved 
into the modules/mail/resources directory.

I have created placeholder classes for the JavaMail implementation 
(modules/mail) in Geronimo. Included in this JAR are the necessary 
resources

org.apache.geronimo.mail.AbstractFolder - placeholder and useful 
utility functions that subclasses can use for folders
org.apache.geronimo.mail.AbstractStore - " " " for store
org.apache.geronimo.mail.AbstractTransport - " " " for transport
org.apache.geronimo.mail.smtp.SMTPTransport - placeholder for SMTP 
Transport (Simon, please merge with this)
org.apache.geronimo.mail.pop3.POP3Folder - placeholder for POP3 Folder
org.apache.geronimo.mail.pop3.POP3Store - placeholder for POP3 Store
org.apache.geronimo.mail.imap.IMAPFolder - placeholder for IMAP Folder
org.apache.geronimo.mail.imap.IMAPStore - placeholder for IMAP Store

Hopefully this will allow others to provide implementations of these as 
appropriate.

Regards,

Alex.