History | View | Annotate | Download (116.4 kB)
win32: implemented sock_set_nonblocking_mode().
exclude junk mails from the number of new messages.
socket.c: if recv() or send() fail with WSAEWOULDBLOCK, set errno to EAGAIN.
exclude messages marked as read when counting new messages.
don't update position if window is hidden.
fixed ssl_init_socket_with_method().
trayicon.c: fixed trayicon_destroy().
cleanup trayicon on exit.
added 16x16 Sylpheed icon.
some code cleanups.
adjusted the width of icon columns for win32.
blink tray icon if new mails arrive.
added mail arrival notification at tray icon.
implemented tray icon in Win32.
made workaround for state machine freeze problem in Win32.
updated ChangeLog.
updated URI.
fixed crash when summary was sorted by logical columns.
also update sort indicator at empty folder. Updated NEWS.
fixed crash with GTK+ 2.10.
improved PGP/MIME compatibility.
check Bcc recipients before encryption.
protect uidl file on disk full.
show error when writing body failed.
win32: fixed inc dialog.
workaround for GTK+ 2.10 was made.
avoid uninitialized value.
procmime.c: add more error checking.
fflush() stream before rewind() to ensure error checking.
session.c: added extra error checking when writing to buffer.
procmime_decode_content(): fflush temporary file and check errors.
modified LDIF import.
made workaround for UTF-8 with BOM.
improved LDIF import.
unified menu strings.
don't use off_t in struct.
socket.c: retry waitpid() when it is interrupted.
fixed action.c.
updated eggtrayicon.
action.c: fixed wrong insertion point at TextView.
supported PLAIN authentication on IMAP4.
added signature information to MsgInfo.
supported verification of encrypted and signed messages with combined method.
sourcewindow.c: fixed scrolling problem on first click.
fixed manual junk filtering.
modified Common prefs - Details - Interface.
use onig-config in configure.in.
generate sylpheed.rc from sylpheed.rc.in.
fixed OpenSSL test in configure.in.
support Oniguruma for regex.
updated ChangeLog.jp.
made 2.2.7 release.
updated ChangeLog.ja
fixed crashes on checking signature.
updated po files.
fixed a memory leak.
updated ChangeLog.ja.
added an option to filter junk mails before normal filtering.
added 'Set as (not) junk mail' to the summary context menu.
po/tr.po: fixed a typo which caused crash.
made workarounds for the crash in GTK+ 2.8.x.
enable 'Mark all read' only when selected folder is opened in the case of IMAP4.
added 'Mark all read' to the folder context menu.
made 2.2.6 release.
imap.c: support 8-bit literal (literal8) defined in RFC 3516.
made 2.2.5 release.
increment Pop3Session::cur_total_bytes too when deleting expired messages.
foldersel.c: fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.
summaryview.c: don't decrease new/unread count if zero.
made 2.2.4 release.
fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.
added the clear button for quick search entry.
fixed menu strings in keybind changer.
added the option for MIME filename encoding method.
implemented RFC 2231 filename encoding on send.
implemented RFC 2231 parameter value extension.
fixed duplicated subfolders when rebuilding folder tree on Win32 while settings were shared between Win32 and Unix.
made 2.2.3 release.
sylpheed.ico: made background transparent.
enabled sorting of the result of query search.
modified the spacing of the statusbar of address book.
modified the accelerators, and the layout of address book.
printing messages now follows 'Show all headers'.
parse ~/.mailcap if ~/.sylpheed-2.0/mailcap not found.
added a hidden option "mime_command" for backward compatibility.
read mailcap file other than standard location.
removed metamail support and replaced it with the alternative implementation.
allow relative signature path.
ignore trailing path separator when comparing URI on phishing check.
always enable To, Cc, and Bcc button of the address book.
preserve the window position of address book.
enabled View/Cc menu on mail accounts.
made 2.2.2 release.
fixed crash after a message window was closed while the search dialog was still open.