| Package | Description |
|---|---|
| de.galan.commons.net | |
| de.galan.commons.net.mail |
| Modifier and Type | Method and Description |
|---|---|
static MimeType |
MimeType.getMimeType(String extension)
Returns the MimeType depending on the file-extension.
|
static MimeType |
MimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MimeType[] |
MimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Attachment(String filename,
byte[] data,
MimeType mimeType) |
Attachment(String filename,
InputStream stream,
MimeType mimeType) |
Copyright © 2017. All rights reserved.