aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.c
AgeCommit message (Expand)Author
2007-04-18fixed crashes when trying to fetch >64KB messages on IMAP4 via FreeCap on Win32.hiro
2007-04-13optimized file copy.hiro
2007-04-13win32: minor optimization of file move.hiro
2007-04-11properly process CSV with double quotations.hiro
2007-03-30supported In-Reply-To header in mailto URL.hiro
2007-01-30also scan symbolic links on MH mailboxes.hiro
2007-01-15vi Chhiro
2007-01-15get_domain_name(): win32: return correct domain name (if possible).hiro
2007-01-12fixed stray quote character appearing after encoding mail headers.hiro
2006-12-25change_file_mode_rw(): win32: use widechar API.hiro
2006-12-25fixed compilation failure.hiro
2006-12-25fixed crash when .sylpheed_mark is not writable.hiro
2006-11-21merged from LibSylph branch.hiro
2006-11-14made the default directory of file selection dialog document folder.hiro
2006-09-19improved PGP/MIME compatibility.hiro
2006-09-13fflush() stream before rewind() to ensure error checking.hiro
2006-03-27fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.hiro
2006-03-17implemented RFC 2231 filename encoding on send.hiro
2006-03-09added a hidden option "mime_command" for backward compatibility.hiro
2006-02-27win32: fixed encoding problem of command execution.hiro
2006-02-21use filename-safe string for UIDL file.hiro
2006-02-05fixed wrong status display at receiving on *BSD systems.hiro
2005-12-25added more characters to be substituted for filename.hiro
2005-12-05imap_cmd_append(): send message contents all at once.hiro
2005-11-22reduced memory usage on SMTP session.hiro
2005-11-17win32: fixed startup directory. add sylpheed-mailto-protocol.reg to EXTRA_DIST.hiro
2005-11-14prevent integer overflow on summary status.hiro
2005-11-02reimplemented external editor with GSpawn and GChildWatch.hiro
2005-10-31execute_sync(): win32: get exit status of child process by not using helper p...hiro
2005-10-26modification for ML post with Reply-To.hiro
2005-10-26use GLib functions to extract URIs if available.hiro
2005-10-25win32: use ShellExecute() on print.hiro
2005-10-20added '--configdir' option which specifies config directory.hiro
2005-10-16win32: use ShellExecute() to open URI.Hiro
2005-10-13win32: use ShellExecute() to launch attachments.hiro
2005-10-11output g_log() messages to the log window and log file. Disabled console wind...hiro
2005-10-10fixed crashes on abnormal date.Hiro
2005-10-06added file system path info to folder prefs.hiro
2005-10-06win32: environmental variable fix.hiro
2005-10-04fixed my_tmpfile() for win32.hiro
2005-09-22implemented 'Save all'.hiro
2005-09-21removed mbs/wcs functions which are no longer required.hiro
2005-09-14normalize address fields before encoding them.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-09update progress bar when executing long IMAP4 operations.hiro
2005-09-07adjusted the freqency of UI update on IMAP4.hiro
2005-09-06added UI hints for IMAP4 operation.hiro
2005-09-05made query-password function UI independent.hiro
2005-08-31made some core modules library (libsylph).hiro