You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2005/11/15 20:32:28 UTC

[jira] Created: (GERONIMO-1178) Reference material for an SMTP provider

Reference material for an SMTP provider
---------------------------------------

         Key: GERONIMO-1178
         URL: http://issues.apache.org/jira/browse/GERONIMO-1178
     Project: Geronimo
        Type: New Feature
  Components: mail  
    Versions: 1.0-M5    
    Reporter: Aaron Mulder


Here are some classes I used to use for sending email, before there was JavaMail.  I wouldn't go so far as to say this is a "robust solution", more of a "minimum to meet needs" kind of thing -- and I'm not sure how portable it is to modern/other mail servers.  Still, may be useful to get started.

It's code I wrote and I'm happy to donate, for whatever purpose it might serve.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1178) Reference material for an SMTP provider

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1178?page=all ]
     
Dain Sundstrom closed GERONIMO-1178:
------------------------------------

    Fix Version: 1.0
     Resolution: Fixed

Thanks Aaron.  I think our SMTP transport is done now.

> Reference material for an SMTP provider
> ---------------------------------------
>
>          Key: GERONIMO-1178
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1178
>      Project: Geronimo
>         Type: New Feature
>   Components: mail
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>      Fix For: 1.0
>  Attachments: MailAddress.java, MailSource.java, Mailer.java
>
> Here are some classes I used to use for sending email, before there was JavaMail.  I wouldn't go so far as to say this is a "robust solution", more of a "minimum to meet needs" kind of thing -- and I'm not sure how portable it is to modern/other mail servers.  Still, may be useful to get started.
> It's code I wrote and I'm happy to donate, for whatever purpose it might serve.
> See also http://www.ietf.org/rfc/rfc0821.txt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1178) Reference material for an SMTP provider

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1178?page=all ]

Aaron Mulder updated GERONIMO-1178:
-----------------------------------

    Attachment: Mailer.java

> Reference material for an SMTP provider
> ---------------------------------------
>
>          Key: GERONIMO-1178
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1178
>      Project: Geronimo
>         Type: New Feature
>   Components: mail
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>  Attachments: MailSource.java, Mailer.java
>
> Here are some classes I used to use for sending email, before there was JavaMail.  I wouldn't go so far as to say this is a "robust solution", more of a "minimum to meet needs" kind of thing -- and I'm not sure how portable it is to modern/other mail servers.  Still, may be useful to get started.
> It's code I wrote and I'm happy to donate, for whatever purpose it might serve.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1178) Reference material for an SMTP provider

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1178?page=all ]

Aaron Mulder updated GERONIMO-1178:
-----------------------------------

    Attachment: MailSource.java

> Reference material for an SMTP provider
> ---------------------------------------
>
>          Key: GERONIMO-1178
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1178
>      Project: Geronimo
>         Type: New Feature
>   Components: mail
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>  Attachments: MailSource.java, Mailer.java
>
> Here are some classes I used to use for sending email, before there was JavaMail.  I wouldn't go so far as to say this is a "robust solution", more of a "minimum to meet needs" kind of thing -- and I'm not sure how portable it is to modern/other mail servers.  Still, may be useful to get started.
> It's code I wrote and I'm happy to donate, for whatever purpose it might serve.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1178) Reference material for an SMTP provider

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1178?page=all ]

Aaron Mulder updated GERONIMO-1178:
-----------------------------------

    Attachment: MailAddress.java

> Reference material for an SMTP provider
> ---------------------------------------
>
>          Key: GERONIMO-1178
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1178
>      Project: Geronimo
>         Type: New Feature
>   Components: mail
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>  Attachments: MailAddress.java, MailSource.java, Mailer.java
>
> Here are some classes I used to use for sending email, before there was JavaMail.  I wouldn't go so far as to say this is a "robust solution", more of a "minimum to meet needs" kind of thing -- and I'm not sure how portable it is to modern/other mail servers.  Still, may be useful to get started.
> It's code I wrote and I'm happy to donate, for whatever purpose it might serve.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1178) Reference material for an SMTP provider

Posted by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1178?page=all ]

Aaron Mulder updated GERONIMO-1178:
-----------------------------------

    Description: 
Here are some classes I used to use for sending email, before there was JavaMail.  I wouldn't go so far as to say this is a "robust solution", more of a "minimum to meet needs" kind of thing -- and I'm not sure how portable it is to modern/other mail servers.  Still, may be useful to get started.

It's code I wrote and I'm happy to donate, for whatever purpose it might serve.

See also http://www.ietf.org/rfc/rfc0821.txt

  was:
Here are some classes I used to use for sending email, before there was JavaMail.  I wouldn't go so far as to say this is a "robust solution", more of a "minimum to meet needs" kind of thing -- and I'm not sure how portable it is to modern/other mail servers.  Still, may be useful to get started.

It's code I wrote and I'm happy to donate, for whatever purpose it might serve.


> Reference material for an SMTP provider
> ---------------------------------------
>
>          Key: GERONIMO-1178
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1178
>      Project: Geronimo
>         Type: New Feature
>   Components: mail
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>  Attachments: MailAddress.java, MailSource.java, Mailer.java
>
> Here are some classes I used to use for sending email, before there was JavaMail.  I wouldn't go so far as to say this is a "robust solution", more of a "minimum to meet needs" kind of thing -- and I'm not sure how portable it is to modern/other mail servers.  Still, may be useful to get started.
> It's code I wrote and I'm happy to donate, for whatever purpose it might serve.
> See also http://www.ietf.org/rfc/rfc0821.txt

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira