aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2007-02-06filter junk mails from local mbox even if prefs_common.filter_on_inc is FALSE.hiro
2007-02-01refactored the toolbar structure.hiro
2007-01-31added the option 'Text at the right of icon' for the toolbar.hiro
2007-01-30also scan symbolic links on MH mailboxes.hiro
2007-01-24win32: inhibit the warning of setsockopt().hiro
2007-01-22prevented WSAEWOULDBLOCK on sending/receiving in Win32.hiro
2007-01-19win32: increased SO_SNDBUF and SO_RCVBUF (fixes low performance on sending da...hiro
2007-01-18implemented the framework of toolbar customization.hiro
2007-01-17fixed IMAP4 filtering when IP unreachable.hiro
2007-01-17fixed virtual class structure.hiro
2007-01-17implemented the automatic filtering of IMAP4 INBOX folder.hiro
2007-01-17conv_encode_header(): force output of UTF-8 if code conversion failed.hiro
2007-01-16procmsg_open_data_file(): fixed a bug that the version of a data file was not...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
2007-01-11allow spaces around equals between name and value of MIME parameters.hiro
2007-01-11added the option to toggle window on trayicon click.hiro
2007-01-11also look for ca-root.crt.hiro
2006-12-28filter junk mails on incorporation from local spool when filter_junk_on_recv ...hiro
2006-12-28fixed out of sync response on FETCH.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-12-25fixed compilation failure with GLib 2.4.hiro
2006-12-18call SSL_CTX_load_verify_locations() also when only certs_file exists.hiro
2006-12-18modified SSL CA certificates.hiro
2006-12-14use X509_cmp() to compare certificates.hiro
2006-12-13Unix: reload /etc/resolv.conf if it has been modified.hiro
2006-12-13read /etc/ssl/certs if exist.hiro
2006-12-12implemented SSL certificate dialog.hiro
2006-12-08added the option to input signature directly.hiro
2006-12-04fixed a warning when getting uncached messages in IMAP4.hiro
2006-11-30implemented printing of MIME part. Code cleanups.hiro
2006-11-29added an option to use external program for printing.hiro
2006-11-29added an option to inherit recipients on reply to self messages.hiro
2006-11-28nntp.h: fixed a typo.hiro
2006-11-27fixed the prototype of touufrombits().hiro
2006-11-21merged from LibSylph branch.hiro
2006-11-20added 2 Folder API.hiro
2006-11-20merged from libsylph branch.hiro
2006-11-14made the default directory of file selection dialog document folder.hiro
2006-11-06fixed a crash when printing a message with empty Subject, From, and To.hiro
2006-11-02added the option 'Remember last selected message'.hiro
2006-11-01added the option 'Open inbox on startup'.hiro
2006-10-30impelmented POP before SMTP.hiro
2006-10-19win32: fixes character corruption on printing when environment-dependent char...hiro
2006-10-13win32: fixed socket.c and session.c.hiro
2006-10-04win32: implemented sock_set_nonblocking_mode().hiro
2006-10-03socket.c: if recv() or send() fail with WSAEWOULDBLOCK, set errno to EAGAIN.hiro