History | View | Annotate | Download (101.6 kB)
imap_get_msg_list(): only update mtime when folder is not opened.
update caches and flags when reading message list from a folder.
imap_cmd_append(): send message contents all at once.
imap.c: quote additional chars.
fixed parsing of literal data (skip quotes)
also log IMAP4 literal strings.
fixed parsing of literal data in IMAP4 response.
support literals in IMAP response.
changed the license of LibSylph from GPL to LGPL.
imap.c: changed the message number limit on COPY.
added missing translation string.
update progress bar when executing long IMAP4 operations.
replaced md5.[ch] with public domain code in GNet.
imap.c: limit number of messages to be copied at a time with COPY command to prevent network timeout.
adjusted the freqency of UI update on IMAP4.
added UI hints for IMAP4 operation.
imap.c: show progress when executing operations which takes long time.
moved more modules to libsylph.
made query-password function UI independent.
made error check of IMAP4 fetch more strict.
added wrappers for C library function that take pathname arguments.
fixed gcc-4.0 warnings.
fixed modified-UTF7 to UTF-8 conversion.
implemented IMAP4 folder move.
implemented folder move.
imap.c: fixed parse errors when embedded null characters appeared in headers.
reacquire CAPABILITY after STARTTLS since it can be changed.
fixed Turkish locale problem.
don't scan folders while scanning IMAP4 folder tree.
optimized the writing of mark file.
fixed a crash bug of IMAP4.
optimized writing summary cache.
prefer CRAM-MD5 if authentication type is automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
fixed expand row problem of folder view.
replaced intl.h with glib/gi18n.h.
added constant C_INTERNAL and CS_INTERNAL.
fix code conversions, add conv_iconv_strdup_with_cd(), and use EUC-JP-MS for JIS to UTF-8 conversion if available.
removed support for systems which don't support iconv.
Initial import of Sylpheed (GTK2 version).