org.enhydra.oyster.mail |
|
Java Source File Name | Type | Comment |
ContentAnalyzer.java | Class | Analyzes content which will be placed in MimeBodyPart and suggests which
Content-Transfer-Encoding header parameter should be used (7bit,
quoted-printable or base64). |
MultipartGenerator.java | Class | Methods from this class are used in creation of specific MimeMultipart objects
other than default multipart/mixed. |
PureMIME.java | Class | PureMIME class is used for creating and sending pure (clear) MIME message
(withouth any cryptographic posibilities). |