index
:
Sylpheed
master
taw/combined
taw/master
taw/meson
Git mirror of Sylpheed SVN repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libsylph
/
procmime.c
Age
Commit message (
Expand
)
Author
2010-07-13
message/partial: allow Content-Type without total parameter.
hiro
2010-07-12
implemented concatenation of partial messages (RFC 2046).
hiro
2009-08-10
remove comments from Content-Type charset parameter.
hiro
2008-12-26
properly process lines longer than 8192 bytes.
hiro
2008-12-15
modified variable name.
hiro
2008-12-11
made a workaround for raw-JIS filename (Eudora etc.).
hiro
2008-06-18
also use MimeInfo::filename to determine file type.
hiro
2008-06-05
fixed Content-Transfer-Encoding with comments.
hiro
2007-09-20
removed all warnings output with -Wall.
hiro
2007-05-15
use quoted-printable or base64 to protect trailing spaces on PGP/MIME signing...
hiro
2007-04-04
procmime_scan_multipart_message(): use heap memory instead of stack for read ...
hiro
2007-01-11
allow spaces around equals between name and value of MIME parameters.
hiro
2006-11-20
merged from libsylph branch.
hiro
2006-09-13
procmime.c: add more error checking.
hiro
2006-09-13
fflush() stream before rewind() to ensure error checking.
hiro
2006-09-13
procmime_decode_content(): fflush temporary file and check errors.
hiro
2006-08-23
added signature information to MsgInfo.
hiro
2006-03-17
implemented RFC 2231 filename encoding on send.
hiro
2006-03-16
implemented RFC 2231 parameter value extension.
hiro
2006-03-09
parse ~/.mailcap if ~/.sylpheed-2.0/mailcap not found.
hiro
2006-03-09
added a hidden option "mime_command" for backward compatibility.
hiro
2006-03-08
read mailcap file other than standard location.
hiro
2006-03-08
removed metamail support and replaced it with the alternative implementation.
hiro
2006-01-24
force attaching of specific types on forwarding even if filename is unspecified.
hiro
2005-11-28
also normalize text files on win32 when saving parts.
hiro
2005-11-25
uncanonicalize unencoded text when saving.
hiro
2005-11-25
removed CR+LF to LF conversion on receiving.
hiro
2005-11-24
win32: don't uncanonicalize text files when decoding.
hiro
2005-11-07
moved the location of fallback_encoding.
hiro
2005-11-01
added fallback encoding setting.
hiro
2005-10-27
win32: read mime.types in startup directory.
hiro
2005-10-14
made some warnings just debug messages.
hiro
2005-09-22
implemented 'Save all'.
hiro
2005-09-14
fixed warnings about signedness difference.
hiro
2005-09-13
changed the license of LibSylph from GPL to LGPL.
hiro
2005-09-05
moved more modules to libsylph.
hiro