RFC 1522 describes techniques to allow the encoding of non-ASCII text in various portions of a RFC 822 [2] message header, in a manner which is unlikely to confuse existing message handling software.
This class is conditionally thread-safe. The instance field {@link #encodeBlanks} is mutable {@link #setEncodeBlanks(boolean)}but is not volatile, and accesses are not synchronised. If an instance of the class is shared between threads, the caller needs to ensure that suitable synchronisation is used to ensure safe publication of the value between threads, and must not invoke {@link #setEncodeBlanks(boolean)} after initial setup. @see MIME (Multipurpose Internet Mail Extensions) Part Two: Message Header Extensions for Non-ASCII Text @since 1.3 @version $Id$
|
|
|
|