aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmime.c
AgeCommit message (Collapse)Author
2017-11-17updated copyright year.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3578 ee746299-78ed-0310-b773-934348b2243d
2017-11-17modified Content-Transfer-Encoding selection for UTF-16 etc.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3577 ee746299-78ed-0310-b773-934348b2243d
2014-12-12made file names generated on opening attachments more user-friendly.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3458 ee746299-78ed-0310-b773-934348b2243d
2013-11-28libsylph/procmime.c: procmime_scan_multipart_message(): fixed MIME nest ↵hiro
level restriction not working. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3307 ee746299-78ed-0310-b773-934348b2243d
2013-11-27fixed fp and memory leaks.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3300 ee746299-78ed-0310-b773-934348b2243d
2013-09-13disabled MIME_DEBUG.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3282 ee746299-78ed-0310-b773-934348b2243d
2013-09-13distinguish icon for HTML mail and other mail with attachments on ↵hiro
summaryview (#84). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3281 ee746299-78ed-0310-b773-934348b2243d
2012-07-25improved the new attachmemts interface.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3134 ee746299-78ed-0310-b773-934348b2243d
2011-09-15prevent IMAP error caused by sending multiple commands at the same time.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2968 ee746299-78ed-0310-b773-934348b2243d
2011-08-10libsylph/procmime.c: removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2933 ee746299-78ed-0310-b773-934348b2243d
2011-01-24fixed procmime_get_part_fp_fp(). updated LegalCopyright. updated version to ↵hiro
3.1.0. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2826 ee746299-78ed-0310-b773-934348b2243d
2010-10-25libsylph/procmime.[ch]: added procmime_get_part_fp_fp().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2692 ee746299-78ed-0310-b773-934348b2243d
2010-07-13message/partial: allow Content-Type without total parameter.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2609 ee746299-78ed-0310-b773-934348b2243d
2010-07-12implemented concatenation of partial messages (RFC 2046).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2608 ee746299-78ed-0310-b773-934348b2243d
2009-08-10remove comments from Content-Type charset parameter.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2200 ee746299-78ed-0310-b773-934348b2243d
2008-12-26properly process lines longer than 8192 bytes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2106 ee746299-78ed-0310-b773-934348b2243d
2008-12-15modified variable name.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2093 ee746299-78ed-0310-b773-934348b2243d
2008-12-11made a workaround for raw-JIS filename (Eudora etc.).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2090 ee746299-78ed-0310-b773-934348b2243d
2008-06-18also use MimeInfo::filename to determine file type.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2018 ee746299-78ed-0310-b773-934348b2243d
2008-06-05fixed Content-Transfer-Encoding with comments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2001 ee746299-78ed-0310-b773-934348b2243d
2007-09-20removed all warnings output with -Wall.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d
2007-05-15use quoted-printable or base64 to protect trailing spaces on PGP/MIME ↵hiro
signing except for ISO-2022-JP. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1693 ee746299-78ed-0310-b773-934348b2243d
2007-04-04procmime_scan_multipart_message(): use heap memory instead of stack for read ↵hiro
buffer, and increased the max recursion level to 64. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1593 ee746299-78ed-0310-b773-934348b2243d
2007-01-11allow spaces around equals between name and value of MIME parameters.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1469 ee746299-78ed-0310-b773-934348b2243d
2006-11-20merged from libsylph branch.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1325 ee746299-78ed-0310-b773-934348b2243d
2006-09-13procmime.c: add more error checking.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1157 ee746299-78ed-0310-b773-934348b2243d
2006-09-13fflush() stream before rewind() to ensure error checking.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1156 ee746299-78ed-0310-b773-934348b2243d
2006-09-13procmime_decode_content(): fflush temporary file and check errors.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1154 ee746299-78ed-0310-b773-934348b2243d
2006-08-23added signature information to MsgInfo.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1128 ee746299-78ed-0310-b773-934348b2243d
2006-03-17implemented RFC 2231 filename encoding on send.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1052 ee746299-78ed-0310-b773-934348b2243d
2006-03-16implemented RFC 2231 parameter value extension.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1050 ee746299-78ed-0310-b773-934348b2243d
2006-03-09parse ~/.mailcap if ~/.sylpheed-2.0/mailcap not found.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1037 ee746299-78ed-0310-b773-934348b2243d
2006-03-09added a hidden option "mime_command" for backward compatibility.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1035 ee746299-78ed-0310-b773-934348b2243d
2006-03-08read mailcap file other than standard location.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1033 ee746299-78ed-0310-b773-934348b2243d
2006-03-08removed metamail support and replaced it with the alternative implementation.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1032 ee746299-78ed-0310-b773-934348b2243d
2006-01-24force attaching of specific types on forwarding even if filename is unspecified.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@924 ee746299-78ed-0310-b773-934348b2243d
2005-11-28also normalize text files on win32 when saving parts.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@784 ee746299-78ed-0310-b773-934348b2243d
2005-11-25uncanonicalize unencoded text when saving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@780 ee746299-78ed-0310-b773-934348b2243d
2005-11-25removed CR+LF to LF conversion on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@779 ee746299-78ed-0310-b773-934348b2243d
2005-11-24win32: don't uncanonicalize text files when decoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@775 ee746299-78ed-0310-b773-934348b2243d
2005-11-07moved the location of fallback_encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@716 ee746299-78ed-0310-b773-934348b2243d
2005-11-01added fallback encoding setting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@702 ee746299-78ed-0310-b773-934348b2243d
2005-10-27win32: read mime.types in startup directory.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@690 ee746299-78ed-0310-b773-934348b2243d
2005-10-14made some warnings just debug messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@647 ee746299-78ed-0310-b773-934348b2243d
2005-09-22implemented 'Save all'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@601 ee746299-78ed-0310-b773-934348b2243d
2005-09-14fixed warnings about signedness difference.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@583 ee746299-78ed-0310-b773-934348b2243d
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@578 ee746299-78ed-0310-b773-934348b2243d
2005-09-05moved more modules to libsylph.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@548 ee746299-78ed-0310-b773-934348b2243d