Commit graph

15 commits

Author SHA1 Message Date
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
Christoph Hohmann
b60935870d 0.8.6claws16
* src/ssl.c
	rewrite the ssl code a little bit, only use one
	SSL context, set default certificates' file/path
2002-11-26 21:33:20 +00:00
Christoph Hohmann
365334c5d7 0.8.5claws173
* src/crash.c
* src/filtering.c
* src/logwindow.c
* src/main.c
* src/matcher_parser_lex.[hl]
* src/mbox.c
* src/mbox_folder.[ch]
* src/prefs_filtering.c
* src/procheader.c
* src/quote_fmt_lex.l
* src/ssl.c
        fix all warnings except the warnings in lex and yacc files
2002-11-21 00:54:52 +00:00
Colin Leroy
fed0490e74 add port to certificate checker
(sorry for once more breaking registered certificates :( )
2002-11-12 10:20:22 +00:00
Colin Leroy
a2b2a4d46b cleaned, better use of ssl api 2002-11-11 21:22:58 +00:00
Colin Leroy
ce63597645 fix a typo 2002-11-11 12:36:40 +00:00
Colin Leroy
4aa63617cf Check SSL certificates 2002-11-11 12:32:04 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Paul Mangan
bc1613b50a sync with sylpheed 0.7.4 2002-03-09 15:13:17 +00:00
Christoph Hohmann
6e31496c86 * src/mh.c
search for free message number, do not only rely
	on last_num
* src/send.c
	fix smtp auth and use extra account information
	if available, if not use pop3 data instead
	(closes bug #500341)
* src/ssl.[ch]
	match coding style
2002-01-07 20:25:37 +00:00
Paul Mangan
ec31c988b7 sync with sylpheed 0.5.3cvs9 2001-08-27 11:07:43 +00:00
Christoph Hohmann
cd6723754e show usage of SSL in protocol column in account overview
moved ssl options to a new pag in account prefs
added support for SMTP STARTTLS command
renamed some ssl options
2001-08-06 19:30:28 +00:00
Christoph Hohmann
2e51812742 SMTP over SSL (untested, feedback requested)
IMAP over SSL
2001-07-27 17:24:14 +00:00
Christoph Hohmann
82dd01d144 added src/ssl.c to POTFILES.in
changed a wrong debug message in ssl.c
2001-07-22 13:05:53 +00:00
Christoph Hohmann
d12aae04f3 moved ssl stuff to a seperate file 2001-07-20 19:43:47 +00:00