summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Message/Encode.pm
AgeCommit message (Collapse)Author
2018-09-08removed encode_mime_string(), decode_mime_string() and ↵Ken'ichi Fukamachi
decode_mime_utf8_to_euc(). They are moved to Mail::Message::Encode::Obsolete temporarily.
2018-09-08remove base64() and qp().Ken'ichi Fukamachi
2018-09-08remove debug codes.Ken'ichi Fukamachi
2011-08-25bugfix quoted-printable pattern at decode_mime_utf8_to_euc()tmu
2011-08-25white space cosmetics.fukachan
fix comments (FNF). update copyright.
2011-08-24add decode_mime_utf8_to_euc() for utf8 subjecttmu
2005-08-17FNF: adjust methond naming convension.fukachan
str_dump() -> dump_string()
2005-05-30switch to use MIME::Base64::Perl not MIME::Base64 module.fukachan
define raw_decode_{base64,qp}().
2005-05-27use Jcode always.fukachan
2004-07-23bug fix arguments.fukachan
2004-04-27fix commentsmail-fallback-basefukachan
2004-01-24overhaul from FNF point view.fukachan
o fix comments. o fix loop label name. o more correct initialization if could. o use //o;
2003-11-08disable Encode use even on >= 5.008 since we are not readyfukachan
2003-09-08implement: decode_base64_string(), decode_qp_string(), str_dump().fukachan
add a hack to modify the decoded string (decoded by IM) by replacing \e$(B -> \e$B, it works well. But is it correct ? XXX I cannot find \e$(B definition in RFC's.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-07-21detect_code() should not call croak() but return 'unknown'.fukachan
we can handle Japanes and English, so fixed comments.
2003-01-11fix copyrightfukachan
2003-01-11fix commentsfukachan
2002-12-22FNF-ify. fix comments.fukachan
cosmetics.
2002-11-26disable debugfukachan
2002-09-22remove superfluous white spacesfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-16add is_iso2022jp_string()fukachan
2002-08-13merge FML::Encode Mail::Message::Decode into Mail::Message::Encodefukachan
2002-07-02fix commentsfukachan
defined()
2002-05-23FNF-ify, fix documents and @EXPORTSfukachan
2001-12-23FML::MIME -> Mail::Message::{En,De}codefukachan