Commit graph

13 commits

Author SHA1 Message Date
Colin Leroy
e10b2a2017 2005-07-18 [colin] 1.9.12cvs79
* src/etpan/imap-thread.c
		Fix return value (Thanks Hoa)
2005-07-18 20:33:24 +00:00
Colin Leroy
fe2633dc31 2005-07-18 [colin] 1.9.12cvs78
* src/imap.c
		Allow empty passwords
		Create drafts/queue/outbox if necessary
	* src/summaryview.c
		Remove old code
	* src/etpan/imap-thread.c
		Fix STARTTLS (Thanks to Hoa)
2005-07-18 17:00:31 +00:00
Colin Leroy
a784bb61ae 2005-07-16 [colin] 1.9.12cvs66
* src/imap.c
		Remove pseudo-log
	* src/etpan/imap-thread.c
		Add real log
2005-07-16 02:47:28 +00:00
Colin Leroy
5f9bdac027 2005-07-15 [colin] 1.9.12cvs61
* src/etpan/imap-thread.c
		Actually stop logging :)
2005-07-15 16:40:23 +00:00
Hoà Viêt Dinh
77253611a8 2005-07-15 [hoa] 1.9.12cvs59
* src/etpan/imap-thread.c
	    disable login of IMAP password in libetpan log file.
2005-07-15 15:50:50 +00:00
Hoà Viêt Dinh
3d239fecec 2005-07-14 [hoa] 1.9.12cvs50
* src/etpan/imap-thread.c
		enable debug log of libetpan when running with --debug
2005-07-14 11:54:40 +00:00
Hoà Viêt Dinh
32e0e0d031 2005-07-10 [hoa] 1.9.12cvs33
* src/etpan/imap-thread.c
		workaround for old Courier IMAP servers.
2005-07-10 23:37:45 +00:00
Colin Leroy
85d195da4f 2005-07-10 [colin] 1.9.12cvs32
* src/folder.c
	* src/statusbar.c
	* src/statusbar.h
		Add visual progress indicator on filtering/processing
		Factorize the progress bar code
	* src/imap.c
	* src/imap.h
	* src/etpan/imap-thread.c
		Add a reference counter to avoid destroying the Folder
		while it's in use by another callback.
2005-07-10 04:09:06 +00:00
Hoà Viêt Dinh
3654e5d28c 2005-07-09 [hoa] 1.9.12cvs31
* src/imap.c
	* src/etpan/imap-thread.c
		fixed deadlock when removing IMAP account.
2005-07-09 11:46:52 +00:00
Colin Leroy
dc73c55eb1 2005-07-06 [colin] 1.9.12cvs24
* configure.ac
	* src/account.c
	* src/folder.c
	* src/imap.c
	* src/etpan/etpan-log.c
	* src/etpan/etpan-thread-manager.c
	* src/etpan/imap-thread.c
		Add a --disable-libetpan parameter. With this,
		users that don't want IMAP4 support can avoid
		the new dependancy (and have no IMAP support).
		Users that have IMAP4 accounts and use this
		parameter won't lose their configuration, their
		IMAP accounts will just be invisible and not
		used.
	* src/textview.c
		Make the "Copy ..." contextual menu items
		copy to both the X clipboard and the gtk
		clipboard - as most other apps do.
	* src/gtk/about.c
		Add a notice about OpenSSL usage, in order to
		comply with OpenSSL's license (point 6):
		http://www.openssl.org/source/license.html
2005-07-06 18:22:55 +00:00
Colin Leroy
7f964b7b13 2005-07-05 [colin] 1.9.12cvs20
* src/prefs_account.c
	* src/prefs_account.h
		Fix typo
	* src/gtk/filesel.c
	* src/gtk/filesel.h
		Add a way to filter the view
	* src/gtk/pluginwindow.c
		Filter loadable stuff
	* src/plugins/pgpmime/prefs_gpg.c
		Fix missing unregistration
	* .cvsignore
	* src/etpan/.cvsignore
	* src/plugins/spamassassin/.cvsignore
		Add more stuff to cvs ignored files
2005-07-05 16:53:12 +00:00
Hoà Viêt Dinh
070e3db260 2005-07-04 [hoa] 1.9.12cvs12
* commitHelper
	* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		fixed IMAP implementation of check of mails.
2005-07-04 00:30:44 +00:00
Hoà Viêt Dinh
5ed78def04 merged gtk2_imap_c branch with HEAD 2005-07-03 15:09:13 +00:00