summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message/String.pm
AgeCommit message (Collapse)Author
2018-09-08removed obsolete mime_encode() and mime_decode().Ken'ichi Fukamachi
2018-09-08define as_external_form() which return the internal data as the external ↵Ken'ichi Fukamachi
form string.
2018-09-08remove debug.Ken'ichi Fukamachi
2018-09-08mime header decode/encode switched to use Mail::Message::Encode::Perl.Ken'ichi Fukamachi
define new functions: mime_header_encode() and mime_header_decode().
2005-05-27fix comments (FNF)fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-03-31fix comments (FNF)fukachan
2004-03-27implement is_citation(), is_signature().fukachan
2004-02-15add new methods:fukachan
+charcode_convert_to_internal_code(). +charcode_convert_to_external_charset(). we need to ignore original charset in some cases. So, if "=?sjis=..." is input, we return it as "=?iso-2022-jp...". more debug codes.
2004-02-15white space cosmetics.fukachan
2004-02-06use mothod-style more even internally.fukachan
speculate in and out code/charset as could as possible. implement method: charcode_convert(), get_charcode().
2004-02-04change in-core internal variables.fukachan
implement set(), get(), set_mime_charset(), get_mime_charset and unfold().
2004-01-31abstraction layer to manipulate general string.fukachan