Re: trunk/mail/test Setup Information

Chris Burdess <[email protected]> Mon, 03 Feb 2014 07:12:32 +0000
Newsgroups gmane.comp.java.classpath.extensions.javamail
Message-ID <[email protected]>
Hi Conrad,

On 02/02/14 20:23, Conrad T. Pino wrote:
> I believe the various services use differing URL elements.
> 
> My priorities are the SMTP Transport and Maildir Store.
> 
> Example URL for the above and any other priorities are welcome.

So for example:

smtps://[email protected]:[email protected]/

imaps://edward:[email protected]/prism/

mbox:///var/spool/mail/neelie

The various network protocols all have an additional scheme with "s"
appended which changes the default port and starts SSL immediately, just
as with http/https.