public abstract class EmailHeader extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailHeader.AddressList |
static class |
EmailHeader.Date |
static class |
EmailHeader.String |
| Constructor and Description |
|---|
EmailHeader() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isEmpty() |
static boolean |
needsQuotedPrintable(String value) |
static String |
quotedPrintable(String value) |
abstract void |
write(Writer w) |
public abstract boolean isEmpty()
public abstract void write(Writer w) throws IOException
IOExceptionpublic static boolean needsQuotedPrintable(String value)