Subversion Repositories XServices

Rev

Rev 22 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 81
Line 22... Line 22...
22
 * MIME types for email messages.
22
 * MIME types for email messages.
23
 * This type restricts the mime types to be used within the
23
 * This type restricts the mime types to be used within the
24
 * email body.
24
 * email body.
25
 *
25
 *
26
 * @author Brian Rosenberger, bru@brutex.de
26
 * @author Brian Rosenberger, bru@brutex.de
-
 
27
 * @since 0.4.0
27
 */
28
 */
28
@XmlEnum(value = String.class)
29
@XmlEnum(value = String.class)
29
public enum MailMimeType {
30
public enum MailMimeType {
Line 30... Line 31...
30
 
31