Ristretto 1.0 has been released. Ristretto is the mail API used by Columba, a Java mail client, and aims to provide specific protocol features that JavaMail currently doesn't allow due to its higher-level abstractions.
Ristretto's online documentation, however, consists only of the API documentation, although the binary download has some examples of the API in use. Since the API is aimed directly at the protocol level, understanding of POP, IMAP, and SMTP provide information about how to use the API.
-
Ristretto 1.0, protocol-level mail API for Java, released (2 messages)
- Posted by: Joseph Ottinger
- Posted on: September 27 2005 07:54 EDT
Threaded Messages (2)
- Ristretto 1.0, protocol-level mail API for Java, released by bad mASH on September 29 2005 13:05 EDT
- Ristretto 1.0, protocol-level mail API for Java, released by Andrew Oliver on March 03 2006 12:24 EST
-
Ristretto 1.0, protocol-level mail API for Java, released[ Go to top ]
- Posted by: bad mASH
- Posted on: September 29 2005 13:05 EDT
- in response to Joseph Ottinger
Is Jboss Mail server using Ristretto for implementing IMAP server ? -
Ristretto 1.0, protocol-level mail API for Java, released[ Go to top ]
- Posted by: Andrew Oliver
- Posted on: March 03 2006 12:24 EST
- in response to bad mASH
No. JBMS will have an IMAP sevrer. Ristretto has an IMAP client. There are many reasons why one is not the same as the other.