properly check plug-in version.
made codeconv module thread-safe. update search window using timer.
added new plug-in APIs.
use g_atomic_int_{get,set} for thread terminate flags.
made send dialog non-modal.
fixed compilation without thread support.
destroy async queue when finished.
execute query search in another thread.
fixed a bug that MIME flag was not properly set on receiving.
src/rpop3.c: added missing GDK locks.
removed some debug prints. uncommented code block for unix.
display status on loading plug-ins.
logwindow.c: reduced debug print.
added missing locks on idle callbacks.
logwindow.c: modified debug print.
execute imap_cmd_ok() in another thread.
made GDK locks reentrant, and made LogWindow thread-safe.
fixed the handling of GDK thread lock.
introduced multi-threading.
folderview_new_folder_cb(): win32: fixed prohibited character check.
generate cache on adding messages.
update summary cache on eml import.
update summary caches on receiving.
show progress when scanning folders.
added -version-info to libtool.
don't overwrite existing file.
import.c: modified label.
implemented export to .eml or MH files.
removed 'eml (file)'. Update description label.
show progress bar on export. modified menu label and function names.
implemented eml file import (with folder)
added eml file import (one file).
added format selection menu, and refactored the code.
syl_plugin_load_all(): don't output warning when failed to open directory.
modified progressbar dialog on import.
show progressbar on mbox import.
added plugin API.
merged plugin-test branch into trunk.
enable 'Remote mailbox' only if current account is POP3.
show 'Send queued messages' instead of 'Mark all read' in the context menu of the Queue folder.
modified the default command line option of spam filters.
fixed crash on csv import.
renamed/removed MSGBUFSIZE.
only expand folders in folder selection dialog which are expanded in the folder view.
fixed a bug that the addressbook window was not refreshed when adding sender to addressbook.
added message label to the folder selection dialog.
added #include <conio.h> for _getch().
include gtk/gtk.h as a workaround for GTK+ >= 2.13.3.
foldersel.c: made virtual folders unselectable when not in FOLDER_SEL_ALL mode.
added menu to the remote POP3 mailbox window.
use GTK_STOCK_NETWORK as the icon of POP3 remote mailbox.
jpilot.c: code cleanup.
added POP3 remote mailbox button to the toolbar.
disable '/Message/Receive/Remote mailbox...' when mail incorporation is active.
remote mailbox: fixed sorting by subject, date and size.
check for HAVE_LOCALE_H and ENABLE_NLS.
added progress column to the progress dialog.
use target header field as a default filter name when creating filter rule automatically.
remote mailbox: send NOOP command for each 30 seconds to prevent session timeout.
workaround for some broken IMAP4 servers.
remote mailbox: display 'Quitting' on logout.
remote mailbox: modified style.
remote mailbox: added stop button which stops retrieving of headers.
remote mailbox: enabled cancellation on connection.
remote mailbox: implemented receiving of messages.
remote mailbox: added timeout. Show dialog on error.
remote mailbox: implemented message display.
implemented remote POP3 mailbox.
Force 'en' dictionary if user-specified language doesn't match.
fixed Enchant support.
win32: handle window messages even if console is initialized.
only enable init_console_done on Win32.
win32: handle console ctrl events.
supported GtkSpell 2.0.13 (with Enchant).
block signals on handler call.
handle SIGHUP/SIGINT/SIGTERM/SIGQUIT signals on Unix.
removed the restriction that the template body over 8KB could not be read.
trivial fixes.
fixed a crash.
display alert dialog when signing/encryption failed.
don't move focus from text view to summary view when displaying messages.
remember the maximized state of compose window.]
added option of excluded addresses/domains for recipients confirmation.
exclude quote lines when notifying missing attachments.
reset quick search condition if search bar is now shown.
added missing include.
added 'Edit/Quick search' menu. Also search To: header in Sent/Draft/Queue folders.
spaces in address and server entries are automatically removed at applying account configuration.
always display error dialog when connection to SMTP server failed.
fixed leaks of GSList.
made check recipients' entries not editable.
added the option to confirm recipients before sending.
delete compose attach property dialog when closed.
the feature to confirm missing attachments was added.
number of matches is displayed when query search is done.
win32: fixed absolute path was not handled correctly with --attach option.
fixed address completion.
made 2.5.0beta1 release.