public abstract class EmailHeader
extends java.lang.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(java.lang.String value) |
static java.lang.String |
quotedPrintable(java.lang.String value) |
abstract void |
write(java.io.Writer w) |
public abstract boolean isEmpty()
public abstract void write(java.io.Writer w)
throws java.io.IOException
java.io.IOExceptionpublic static boolean needsQuotedPrintable(java.lang.String value)
public static java.lang.String quotedPrintable(java.lang.String value)