History | View | Annotate | Download (80.5 kB)
removed all warnings output with -Wall.
made 2.4.2 release.
URI encode mailto: to protect '+'.
process quoted-pair correctly.
fixed crashes when trying to fetch >64KB messages on IMAP4 via FreeCap on Win32.
optimized file copy.
win32: minor optimization of file move.
properly process CSV with double quotations.
supported In-Reply-To header in mailto URL.
also scan symbolic links on MH mailboxes.
vi Ch
get_domain_name(): win32: return correct domain name (if possible).
fixed stray quote character appearing after encoding mail headers.
change_file_mode_rw(): win32: use widechar API.
fixed compilation failure.
fixed crash when .sylpheed_mark is not writable.
merged from LibSylph branch.
made the default directory of file selection dialog document folder.
improved PGP/MIME compatibility.
fflush() stream before rewind() to ensure error checking.
fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.
implemented RFC 2231 filename encoding on send.
added a hidden option "mime_command" for backward compatibility.
win32: fixed encoding problem of command execution.
use filename-safe string for UIDL file.
fixed wrong status display at receiving on *BSD systems.
added more characters to be substituted for filename.
imap_cmd_append(): send message contents all at once.
reduced memory usage on SMTP session.
win32: fixed startup directory. add sylpheed-mailto-protocol.reg to EXTRA_DIST.
prevent integer overflow on summary status.
reimplemented external editor with GSpawn and GChildWatch.
execute_sync(): win32: get exit status of child process by not using helper program.
modification for ML post with Reply-To.
use GLib functions to extract URIs if available.
win32: use ShellExecute() on print.
added '--configdir' option which specifies config directory.
win32: use ShellExecute() to open URI.
win32: use ShellExecute() to launch attachments.
output g_log() messages to the log window and log file. Disabled console window on win32.
fixed crashes on abnormal date.
added file system path info to folder prefs.
win32: environmental variable fix.
fixed my_tmpfile() for win32.
implemented 'Save all'.
removed mbs/wcs functions which are no longer required.
normalize address fields before encoding them.
changed the license of LibSylph from GPL to LGPL.
update progress bar when executing long IMAP4 operations.
adjusted the freqency of UI update on IMAP4.
added UI hints for IMAP4 operation.
made query-password function UI independent.
made some core modules library (libsylph).