Commit graph

83 commits

Author SHA1 Message Date
Paul Mangan
a5bdc64d69 2004-10-26 [paul] 0.9.12cvs132.3
* src/account.c
	* src/addressbook.c
	* src/addrgather.c
	* src/addrharvest.c
	* src/codeconv.c
	* src/compose.c
	* src/customheader.c
	* src/editaddress.c
	* src/editgroup.c
	* src/enriched.c
	* src/expldifdlg.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/folder.c
	* src/foldersel.c
	* src/folderview.c
	* src/grouplistdialog.c
	* src/html.c
	* src/imap.c
	* src/jpilot.c
	* src/ldapserver.c
	* src/ldif.c
	* src/mimeview.c
	* src/news.c
	* src/news_gtk.c
	* src/pop.c
	* src/prefs_display_header.c
	* src/prefs_gtk.c
	* src/prefs_msg_colors.c
	* src/prefs_toolbar.c
	* src/procheader.c
	* src/procmime.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/vcard.c
	* src/common/mgutils.c
	* src/common/nntp.c
	* src/common/smtp.c
	* src/common/template.c
	* src/common/utils.c
	* src/common/xmlprops.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/select-keys.c
	* src/plugins/pgpmime/sgpgme.c
		replace deprecated g_strcasecmp(), g_strncasecmp(),
		g_string_sprintfa(), gtk_notebook_current_page()
2004-10-26 10:43:50 +00:00
Colin Leroy
7b9a4be4db 2004-10-19 [colin] 0.9.12cvs128.1
* src/addrbook.c
	* src/addrcache.c
	* src/addressbook.c
	* src/codeconv.c
	* src/compose.c
	* src/customheader.c
	* src/editaddress.c
	* src/editgroup.c
	* src/exporthtml.c
	* src/folder.c
	* src/folderview.c
	* src/imap.c
	* src/jpilot.c
	* src/main.c
	* src/matcher_parser_parse.y
	* src/mbox.c
	* src/pop.c
	* src/prefs_account.c
	* src/prefs_gtk.c
	* src/prefs_msg_colors.c
	* src/procheader.c
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/summaryview.c
	* src/textview.c
	* src/common/base64.c
	* src/common/partial_download.c
	* src/common/socket.c
	* src/common/sylpheed.c
	* src/common/utils.c
	* src/common/utils.h
	* src/gtk/pluginwindow.c
	* src/gtk/quicksearch.c
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin.h
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/pgpmime/passphrase.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/pgpmime/prefs_gpg.h
	* src/plugins/pgpmime/select-keys.c
	* src/plugins/pgpmime/sgpgme.c
	* src/plugins/spamassassin/libspamc.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
	* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
		Sync with HEAD
2004-10-19 07:28:20 +00:00
Colin Leroy
476e30f94d fix warnings (sync from HEAD) 2004-08-07 15:40:13 +00:00
Colin Leroy
ffd704455f put back two warnings 2004-07-30 07:03:52 +00:00
Colin Leroy
6747941cd1 more warning -> error 2004-07-30 06:26:43 +00:00
Colin Leroy
9a52e12030 warning -> error 2004-07-29 18:37:59 +00:00
Colin Leroy
f316b597dd fix uidl-file parsing when transitioning 2004-07-26 20:23:59 +00:00
Colin Leroy
41e10f6e1e don't let partially retrieved message get deleted, ever 2004-07-18 09:36:19 +00:00
Colin Leroy
55b87ce1a5 fix partial download bug with "download all" 2004-07-18 08:59:26 +00:00
Paul Mangan
353b10cda8 sync with 0.9.12cvs26 HEAD 2004-07-16 11:12:46 +00:00
Colin Leroy
4a8439a50d forgot this file 2004-07-14 12:30:34 +00:00
Colin Leroy
f535740fef move partial download stuff to its own file 2004-07-14 10:01:29 +00:00
Colin Leroy
82d1d3c5af be paranoid on the checks 2004-07-13 20:18:36 +00:00
Colin Leroy
930df236e1 fix misplaced block 2004-07-13 12:07:21 +00:00
Colin Leroy
fdbfac5415 2004-07-13 [colin] 0.9.12cvs18.3
* src/pop.c
	* src/pop.h
	* src/messageview.c
		Refactor API (to avoid passing 5+ params and code
		duplication)
	* src/folder.c
	* src/msgcache.c
	* src/procheader.c
	* src/common/defs.h
		Add planned_download to cache
		Don't mess uidl file when moving partially downloaded
		mails (they change folder, we should change it in the
		uidl list too or we'll remove an incorrect message)
		(this also helps removing hacks when changing
		 planned_download in messageview.c)
2004-07-13 11:55:36 +00:00
Colin Leroy
ad480780be use folder_item_id + msgnum instead of filename to delete old partial
mail
2004-07-11 21:30:14 +00:00
Colin Leroy
e24fbbee86 don't re-use enums for different stuff, it's misleading (what did I thought...)
Change version format to avoid breaking plugins checks
2004-07-10 10:51:01 +00:00
Colin Leroy
4b6b3d711c Let the user change his mind 2004-07-09 17:59:54 +00:00
Colin Leroy
a11dca502f fix bug, refactoring (no magic numbers) 2004-07-09 17:00:58 +00:00
Colin Leroy
40f97c6289 remove log when it's useless 2004-07-09 12:26:07 +00:00
Colin Leroy
793af3fe27 strlen checks, refactoring 2004-07-09 07:06:34 +00:00
Colin Leroy
4342c6646d let the user decide if he wants to download/delete partially received
mails
2004-07-08 21:51:06 +00:00
Colin Leroy
039506bb9a fix partial-downloading issues 2004-07-08 10:34:39 +00:00
Colin Leroy
1a778f92f1 * src/folder.c [1.213.2.6]
* src/folder.h [1.87.2.6]
	* src/inc.c [1.149.2.7]
	* src/messageview.c [1.94.2.8]
	* src/procheader.c [1.47.2.6]
	* src/procmsg.c [1.150.2.4]
	* src/procmsg.h [1.60.2.5]
	* src/pop.c [1.56.2.4]
	* src/pop.h [1.17.2.3]
		Let too big messages get downloaded, but truncated
		Add a button to download them completely
2004-07-07 23:44:46 +00:00
Paul Mangan
29e6353885 sync with 0.9.11cvs17 HEAD 2004-06-25 08:05:09 +00:00
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
b4217b7b11 sync 099claws 2004-02-21 11:01:01 +00:00
Paul Mangan
cbd89a5c44 sync with 0.9.2cvs6 2003-06-26 09:52:33 +00:00
Paul Mangan
af788679c6 sync with 0.9.2cvs5 2003-06-26 09:03:12 +00:00
Thorsten Maerz
fc02b48173 added mail_receive_hook 2003-06-23 12:27:50 +00:00
Paul Mangan
9c7522eef4 sync with 0.9.2cvs2 2003-06-18 06:17:03 +00:00
Paul Mangan
2d1ccb6044 sync with 0.9.1cvs1 2003-06-02 08:08:28 +00:00
Paul Mangan
84562ec8a6 sync with 0.9.0cvs5 2003-05-21 06:33:19 +00:00
Paul Mangan
d709696965 sync with 0.8.11cvs39 2003-05-06 09:17:37 +00:00
Paul Mangan
919be8aa95 sync with 0.8.11cvs22 2003-04-14 09:28:39 +00:00
Paul Mangan
cb3d0f7bd4 sync with 0.8.11cvs20 2003-04-08 09:48:12 +00:00
Paul Mangan
40e1a89611 sync with 0.8.11cvs15 2003-03-28 07:46:00 +00:00
Oliver Haertel
50ed6d5659 remove selective download 2003-03-26 22:31:30 +00:00
Paul Mangan
c83f9546d5 sync with 0.8.11cvs12 2003-03-25 17:45:32 +00:00
Paul Mangan
213adba13c sync with 0.8.11cvs11 2003-03-25 08:29:02 +00:00
Paul Mangan
a66b687d91 sync with 0.8.11cvs6 2003-03-20 11:00:55 +00:00
Christoph Hohmann
91e8ab0aaf 0.8.6claws75
* src/Makefile.am
* src/about.c
* src/account.c
* src/crash.c
* src/esmtp.h
* src/imap.[ch]
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/pop.[ch]
* src/prefs_account.[ch]
* src/prefs_common.[ch]
* src/send.[ch]
* src/smtp.[ch]
* src/ssl_certificate.[ch]
* src/ssl_manager.[ch]
* src/common/Makefile.am
* src/common/log.c
* src/common/nntp.[ch]
* src/common/socket.[ch]
* src/common/ssl.[ch]
* src/gtk/sslcertwindow.c
* ac/openssl.m4
        use new autoconf script to detect OpenSSL with extra parameters
        to specify the location of libs and includes, also remove USE_SSL
        to USE_OPENSSL

* src/common/sylpheed.[ch]
* src/common/version.h.in
        start seperation of common code initialization seperated from gui

last commit did not work without this, so here is the rest
2002-12-08 13:52:10 +00:00
Christoph Hohmann
6aa3d40bc0 0.8.6claws49
* doc-src/ui_seperation.txt     ** NEW **
        information for ui seperation

* src/Makefile.am
        remove files that were moved to common
        include common directory by default for the header files

* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
        implement automaton using g_io_*-functions instead of
        gdk_input_add to make it ui independent

* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
        remove common/ prefix because directory is now in
        include path

* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
        fix warnings

* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
        add log.h header file for logging functions

* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
        o move debug_mode to commno/utils.c
        o add functions to set and get debug_mode

* src/defs.h                    ** REMOVE **
* src/intl.h                    ** REMOVE **
* src/socket.[ch]               ** REMOVE **
* src/ssl.[ch]                  ** REMOVE **
* src/utils.[ch]                ** REMOVE **
        replaced by new files in src/common/

* src/common/Makefile.am
        add new files in src/common/

* src/common/defs.h             ** NEW **
* src/common/intl.h             ** NEW **
* src/common/log.[ch]           ** NEW **
* src/common/socket.[ch]        ** NEW **
* src/common/ssl.[ch]           ** NEW **
* src/common/utils.[ch]         ** NEW **
        replacement for files in src/
2002-12-02 17:41:39 +00:00
Oliver Haertel
afdc528c50 plug leak in pop3_top_recv 2002-10-27 16:03:21 +00:00
Alfons Hoogervorst
fd5f3318de * sync with remaining main changes 2002-10-09 - 2002-10-11
- drop changes to src/compose.c (requires claws specific changes)
2002-10-13 17:06:29 +00:00
Colin Leroy
3572e58740 differentiate disk full and socket errors 2002-10-08 19:44:00 +00:00
Paul Mangan
042690bb5c sync with 0.8.3cvs5 2002-09-25 06:15:31 +00:00
Colin Leroy
8654edd38f Add pop before smtp 2002-09-15 10:48:35 +00:00
Paul Mangan
063e85ee0b sync with 0.8.2cvs6 2002-08-31 09:41:45 +00:00
Paul Mangan
a275ff052c sync with 0.8.2cvs5 2002-08-29 09:13:53 +00:00