aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
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
2006-10-03exclude messages marked as read when counting new messages.hiro
2006-09-28fixed ssl_init_socket_with_method().hiro
2006-09-26implemented tray icon in Win32.hiro
2006-09-26made workaround for state machine freeze problem in Win32.hiro
2006-09-22updated URI.hiro
2006-09-19improved PGP/MIME compatibility.hiro
2006-09-14protect uidl file on disk full.hiro
2006-09-13avoid uninitialized value.hiro
2006-09-13procmime.c: add more error checking.hiro
2006-09-13fflush() stream before rewind() to ensure error checking.hiro
2006-09-13session.c: added extra error checking when writing to buffer.hiro
2006-09-13procmime_decode_content(): fflush temporary file and check errors.hiro
2006-09-12made workaround for UTF-8 with BOM.hiro
2006-09-06don't use off_t in struct.hiro
2006-09-06socket.c: retry waitpid() when it is interrupted.hiro
2006-08-23supported PLAIN authentication on IMAP4.hiro
2006-08-23added signature information to MsgInfo.hiro
2006-08-15fixed manual junk filtering.hiro
2006-08-09when inserting file, check whole file to see if it is UTF-8.hiro
2006-08-03support Oniguruma for regex.hiro
2006-07-31modified folder context menu on receiving.hiro
2006-07-27fixed a memory leak.hiro
2006-07-25added an option to filter junk mails before normal filtering.hiro
2006-06-25improved the performance of rebuilding tree.Hiro
2006-06-25removed redundant folder scan on moving messages.Hiro