2007-10-25 [colin] 3.0.2cvs102

* src/imap.c
	* src/etpan/imap-thread.h
		Much better error handling. We'll need to be really
		clear to users about where errors come from, with
		the apparition of Gmail's IMAP server.
This commit is contained in:
Colin Leroy 2007-10-25 16:28:00 +00:00
parent 1c7def6027
commit 3c7d5ebeaf
5 changed files with 519 additions and 399 deletions

View file

@ -1,3 +1,11 @@
2007-10-25 [colin] 3.0.2cvs102
* src/imap.c
* src/etpan/imap-thread.h
Much better error handling. We'll need to be really
clear to users about where errors come from, with
the apparition of Gmail's IMAP server.
2007-10-24 [colin] 3.0.2cvs101
* src/edittags.c

View file

@ -3014,3 +3014,4 @@
( cvs diff -u -r 1.101.2.43 -r 1.101.2.44 src/news.c; ) > 3.0.2cvs99.patchset
( cvs diff -u -r 1.14.2.41 -r 1.14.2.42 src/editaddress.c; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/editaddress_other_attributes_ldap.c; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/editaddress_other_attributes_ldap.h; cvs diff -u -r 1.2.2.15 -r 1.2.2.16 src/ldapctrl.c; cvs diff -u -r 1.3.2.27 -r 1.3.2.28 src/ldapquery.c; cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/ldapupdate.c; ) > 3.0.2cvs100.patchset
( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/edittags.c; cvs diff -u -r 1.274.2.218 -r 1.274.2.219 src/mainwindow.c; cvs diff -u -r 1.395.2.332 -r 1.395.2.333 src/summaryview.c; cvs diff -u -r 1.96.2.189 -r 1.96.2.190 src/textview.c; ) > 3.0.2cvs101.patchset
( cvs diff -u -r 1.179.2.195 -r 1.179.2.196 src/imap.c; cvs diff -u -r 1.1.4.19 -r 1.1.4.20 src/etpan/imap-thread.h; ) > 3.0.2cvs102.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=0
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=101
EXTRA_VERSION=102
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -24,7 +24,7 @@
#include <libetpan/libetpan.h>
#include "folder.h"
#define IMAP_SET_MAX_COUNT 100
#define IMAP_SET_MAX_COUNT 500
void imap_main_set_timeout(int sec);
void imap_main_init(gboolean skip_ssl_cert_check);

File diff suppressed because it is too large Load diff