aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmime.c
AgeCommit message (Expand)Author
2017-11-17updated copyright year.hiro
2017-11-17modified Content-Transfer-Encoding selection for UTF-16 etc.hiro
2014-12-12made file names generated on opening attachments more user-friendly.hiro
2013-11-28libsylph/procmime.c: procmime_scan_multipart_message(): fixed MIME nest level...hiro
2013-11-27fixed fp and memory leaks.hiro
2013-09-13disabled MIME_DEBUG.hiro
2013-09-13distinguish icon for HTML mail and other mail with attachments on summaryview...hiro
2012-07-25improved the new attachmemts interface.hiro
2011-09-15prevent IMAP error caused by sending multiple commands at the same time.hiro
2011-08-10libsylph/procmime.c: removed alloca() calls.hiro
2011-01-24fixed procmime_get_part_fp_fp(). updated LegalCopyright. updated version to 3...hiro
2010-10-25libsylph/procmime.[ch]: added procmime_get_part_fp_fp().hiro
2010-07-13message/partial: allow Content-Type without total parameter.hiro
2010-07-12implemented concatenation of partial messages (RFC 2046).hiro
2009-08-10remove comments from Content-Type charset parameter.hiro
2008-12-26properly process lines longer than 8192 bytes.hiro
2008-12-15modified variable name.hiro
2008-12-11made a workaround for raw-JIS filename (Eudora etc.).hiro
2008-06-18also use MimeInfo::filename to determine file type.hiro
2008-06-05fixed Content-Transfer-Encoding with comments.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-05-15use quoted-printable or base64 to protect trailing spaces on PGP/MIME signing...hiro
2007-04-04procmime_scan_multipart_message(): use heap memory instead of stack for read ...hiro
2007-01-11allow spaces around equals between name and value of MIME parameters.hiro
2006-11-20merged from libsylph branch.hiro
2006-09-13procmime.c: add more error checking.hiro
2006-09-13fflush() stream before rewind() to ensure error checking.hiro
2006-09-13procmime_decode_content(): fflush temporary file and check errors.hiro
2006-08-23added signature information to MsgInfo.hiro
2006-03-17implemented RFC 2231 filename encoding on send.hiro
2006-03-16implemented RFC 2231 parameter value extension.hiro
2006-03-09parse ~/.mailcap if ~/.sylpheed-2.0/mailcap not found.hiro
2006-03-09added a hidden option "mime_command" for backward compatibility.hiro
2006-03-08read mailcap file other than standard location.hiro
2006-03-08removed metamail support and replaced it with the alternative implementation.hiro
2006-01-24force attaching of specific types on forwarding even if filename is unspecified.hiro
2005-11-28also normalize text files on win32 when saving parts.hiro
2005-11-25uncanonicalize unencoded text when saving.hiro
2005-11-25removed CR+LF to LF conversion on receiving.hiro
2005-11-24win32: don't uncanonicalize text files when decoding.hiro
2005-11-07moved the location of fallback_encoding.hiro
2005-11-01added fallback encoding setting.hiro
2005-10-27win32: read mime.types in startup directory.hiro
2005-10-14made some warnings just debug messages.hiro
2005-09-22implemented 'Save all'.hiro
2005-09-14fixed warnings about signedness difference.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-05moved more modules to libsylph.hiro