Statistics
| Revision:

root / libsylph / procmime.c @ 1710

History | View | Annotate | Download (38.2 kB)

# Date Author Comment
1693 05/15/2007 01:34 pm Hiroyuki Yamamoto

use quoted-printable or base64 to protect trailing spaces on PGP/MIME signing except for ISO-2022-JP.

1593 04/04/2007 05:31 pm Hiroyuki Yamamoto

procmime_scan_multipart_message(): use heap memory instead of stack for read buffer, and increased the max recursion level to 64.

1469 01/11/2007 05:32 pm Hiroyuki Yamamoto

allow spaces around equals between name and value of MIME parameters.

1325 11/20/2006 10:42 am Hiroyuki Yamamoto

merged from libsylph branch.

1157 09/13/2006 04:25 pm Hiroyuki Yamamoto

procmime.c: add more error checking.

1156 09/13/2006 04:14 pm Hiroyuki Yamamoto

fflush() stream before rewind() to ensure error checking.

1154 09/13/2006 12:00 pm Hiroyuki Yamamoto

procmime_decode_content(): fflush temporary file and check errors.

1128 08/23/2006 12:55 pm Hiroyuki Yamamoto

added signature information to MsgInfo.

1052 03/17/2006 01:48 pm Hiroyuki Yamamoto

implemented RFC 2231 filename encoding on send.

1050 03/16/2006 12:37 pm Hiroyuki Yamamoto

implemented RFC 2231 parameter value extension.

1037 03/09/2006 03:50 pm Hiroyuki Yamamoto

parse ~/.mailcap if ~/.sylpheed-2.0/mailcap not found.

1035 03/09/2006 03:37 pm Hiroyuki Yamamoto

added a hidden option "mime_command" for backward compatibility.

1033 03/08/2006 03:08 pm Hiroyuki Yamamoto

read mailcap file other than standard location.

1032 03/08/2006 01:37 pm Hiroyuki Yamamoto

removed metamail support and replaced it with the alternative implementation.

924 01/24/2006 07:16 pm Hiroyuki Yamamoto

force attaching of specific types on forwarding even if filename is unspecified.

784 11/28/2005 04:00 pm Hiroyuki Yamamoto

also normalize text files on win32 when saving parts.

780 11/25/2005 07:41 pm Hiroyuki Yamamoto

uncanonicalize unencoded text when saving.

779 11/25/2005 07:01 pm Hiroyuki Yamamoto

removed CR+LF to LF conversion on receiving.

775 11/24/2005 07:44 pm Hiroyuki Yamamoto

win32: don't uncanonicalize text files when decoding.

716 11/07/2005 03:39 pm Hiroyuki Yamamoto

moved the location of fallback_encoding.

702 11/01/2005 05:08 pm Hiroyuki Yamamoto

added fallback encoding setting.

690 10/27/2005 02:01 pm Hiroyuki Yamamoto

win32: read mime.types in startup directory.

647 10/14/2005 04:51 pm Hiroyuki Yamamoto

made some warnings just debug messages.

601 09/22/2005 08:18 pm Hiroyuki Yamamoto

implemented 'Save all'.

583 09/14/2005 06:59 pm Hiroyuki Yamamoto

fixed warnings about signedness difference.

578 09/13/2005 05:18 pm Hiroyuki Yamamoto

changed the license of LibSylph from GPL to LGPL.

548 09/05/2005 07:00 pm Hiroyuki Yamamoto

moved more modules to libsylph.

484 08/09/2005 06:05 pm Hiroyuki Yamamoto

fix for config dir.

478 08/08/2005 04:07 pm Hiroyuki Yamamoto

added wrappers for C library function that take pathname arguments.

457 08/02/2005 05:24 pm Hiroyuki Yamamoto

fixed gcc-4.0 warnings.

430 07/14/2005 05:01 pm Hiroyuki Yamamoto

always don't uncanonicalize files which is not text/* .

427 07/13/2005 06:42 pm Hiroyuki Yamamoto

made the file size of attachments more accurate, and human-readable.

333 06/10/2005 06:28 pm Hiroyuki Yamamoto

fixed Turkish locale problem.

184 03/18/2005 02:49 pm Hiroyuki Yamamoto

force output of newline when output HTML.

162 03/10/2005 08:36 pm Hiroyuki Yamamoto

implemented 'Save this image as...' in the context menu of inline images.

145 03/04/2005 04:05 pm Hiroyuki Yamamoto

fixed a buffer overflow bug.

144 03/03/2005 07:46 pm Hiroyuki Yamamoto

use Content-Type's charset as a fallback encoding of broken header strings.

129 02/25/2005 07:00 pm Hiroyuki Yamamoto

output printing text with locale encoding, and removed broken locale specific HTML entity reference conversion.

109 02/16/2005 02:10 pm Hiroyuki Yamamoto

use filesystem encoding for MIME temporary filename.

97 02/08/2005 04:55 pm Hiroyuki Yamamoto

implemented inline image display.

92 02/07/2005 05:29 pm Hiroyuki Yamamoto

replaced intl.h with glib/gi18n.h.

42 01/26/2005 05:20 pm Hiroyuki Yamamoto

modified Japanese code conversion.

1 01/12/2005 08:22 pm Hiroyuki Yamamoto

Initial import of Sylpheed (GTK2 version).