cryptix.mime.*

Four classes are brand new.

CRLF - Deals with line break conventions. Can act as a ^M stripper or inserter, but it's clever enough to do the right thing on all machines.

DashProtected - Inserts or removes "- " at the start of lines where appropriate.

LegacyString - Workarounds for deprecated methods which guarantees compatibility with old-PGP.

QuotedPrintable - Converts (for example) "=" to "=3D" and back again. (We need this, because we have to take into account the fact that armoured email may have been converted to this form during transport. Old-PGP does attempt to deal with this, but only partially succeeds).