Commit graph

64 commits

Author SHA1 Message Date
Christoph Hohmann
a37a662ab7 0.8.11claws47
* doc-src/readme.txt
* doc-src/rfc2554.txt
        add RFC about SMTP AUTH

* src/send_message.c
* src/common/smtp.[ch]
        add extra error code for authentication errors and
        clear temporary password when this error occurs

(closes Bug 84 authentication failure while sending should
 prompt for password again)
2003-03-25 22:24:20 +00:00
Paul Mangan
35f9927a3f update English manual 2003-03-11 09:59:34 +00:00
Christoph Hohmann
bfb61585f4 0.8.10claws53
* src/Makefile.am
* src/colorlabel.[ch]           ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/colorlabel.[ch]       ** NEW **
        move colorlabel files to gtk directory

* src/esmtp.[ch]                ** REMOVE **
        has been merged into smtp.[ch] in 0.7.5
2003-02-25 17:33:28 +00:00
Christoph Hohmann
06a989f6cb 0.8.10claws52
* src/Makefile.am
* src/about.[ch]                ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/about.[ch]            ** NEW **
        move about files to gtk directory
2003-02-25 17:07:25 +00:00
Christoph Hohmann
3a32daf324 replace doc-src/rfc2015.txt with updated verion doc-src/rfc3156.txt 2003-02-25 12:39:52 +00:00
Christoph Hohmann
6f486e8598 0.8.9claws11
* src/Makefile.am
* src/gtkutils.[ch]             ** REMOVE **
* src/common/sylpheed.c
* src/gtk/Makefile.am
* src/gtk/description_window.c
* src/gtk/gtkutils.[ch]         ** NEW **
* src/gtk/prefswindow.c
        move gtkutils to gtk directory
2003-01-26 13:24:09 +00:00
Christoph Hohmann
00253d6b3b forgot to sort the filelist 2003-01-10 22:25:10 +00:00
Christoph Hohmann
09f05fff83 update doc-src readme.txt 2003-01-10 22:20:35 +00:00
Christoph Hohmann
7642999d62 add IMAP NAMESPACE RFC 2003-01-10 21:37:08 +00:00
Christoph Hohmann
2979a86007 Add IMAP UIDPLUS RFC 2003-01-10 21:34:22 +00:00
Christoph Hohmann
772cfe5805 update ui_seperation.txt 2002-12-29 15:57:15 +00:00
Christoph Hohmann
6b0ed0c163 0.8.7claws8
* src/Makefile.am
* src/account.[ch]
* src/addrbook.c
* src/addressbook.c
* src/addrindex.c
* src/filtering.c
* src/folder.c
* src/matcher.c
* src/prefs.[ch]                ** REMOVE **
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_folder_item.c
* src/prefs_gtk.[ch]            ** NEW **
* src/prefs_matcher.c
* src/prefs_scoring.c
* src/prefs_summary_column.c
* src/procmime.c
* src/selective_download.c
* src/toolbar.c
* src/common/Makefile.am
* src/common/prefs.[ch]		** NEW **
        split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2002-12-25 13:46:41 +00:00
Christoph Hohmann
e3ff407d9e update ui_seperation.txt 2002-12-14 00:34:38 +00:00
Christoph Hohmann
fef4522147 0.8.6claws90
* src/Makefile.am
* src/smtp.[ch]                 ** REMOVE **
* src/common/Makefile.am
* src/common/smtp.[ch]          ** NEW **
        move smtp files to common directory
2002-12-09 19:06:34 +00:00
Colin Leroy
46829cbdbf update 2002-12-09 18:27:24 +00:00
Christoph Hohmann
cd31a61dd9 0.8.6claws70
* src/Makefile.am
* src/nntp.[ch]                 ** REMOVE **
* src/common/Makefile.am
* src/common/nntp.[ch]          ** NEW **
        move nntp files to common directory
2002-12-07 14:48:14 +00:00
Christoph Hohmann
06d79c8ae9 update ui_seperation.txt 2002-12-04 12:10:11 +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
Colin Leroy
3eabd4282c A few updates to command-line parameters 2002-11-28 16:03:14 +00:00
Christoph Hohmann
62aee6cca8 * doc-src/readme.txt
* doc-src/rfc1806.txt
* doc-src/rfc2183.txt
* doc-src/rfc2980.txt
        update rfcs
2002-09-27 16:48:46 +00:00
Christoph Hohmann
239f8bb0a7 * src/procmime.h
added ENC_BINARY to EncodingType
* src/procmime.c
        the string returned by procmime_get_encoding_str
        should not depend on the order of values in the
        EncodingType definition
* doc-src/rfc1806.txt   ** NEW FILE **
        Added rfc1806 about MIME Content-Disposition
        Extension
2002-09-20 12:52:36 +00:00
Paul Mangan
d4fc360966 update English manual 2002-08-27 22:49:54 +00:00
Paul Mangan
d61d106915 update Spanish FAQ 2002-08-14 09:37:46 +00:00
Paul Mangan
b85859a57f update English FAQ 2002-08-12 22:12:28 +00:00
Paul Mangan
3b1db8074f add '--attach' option 2002-07-31 08:08:25 +00:00
Paul Mangan
bd619004ee change Sergey's email address 2002-07-13 06:47:43 +00:00
Sergey Vlasov
745c0db949 Fixed man page installation (use the correct automake method instead
of the manual one).
2002-07-12 16:17:52 +00:00
Paul Mangan
64bb9b0c7f add Martin to list of authors 2002-07-10 08:18:35 +00:00
Christoph Hohmann
86fe9a1d56 merge new cache branch 2002-06-29 23:48:43 +00:00
Paul Mangan
e200fd95f8 add sylpheed man page 2002-06-29 17:34:18 +00:00
Thorsten Maerz
b6f2c9f174 fixed last commit: use > instead of " (no version increment) 2002-05-27 18:01:59 +00:00
Thorsten Maerz
1b4c6d139c fixed cr/lf and ">" in html pages 2002-05-27 17:35:17 +00:00
Paul Mangan
65959fdc9e add German and Spanish manuals 2002-04-22 08:47:16 +00:00
Paul Mangan
098f6d9f02 updated 2002-04-22 08:45:03 +00:00
Paul Mangan
d2622a3450 add Spanish manual 2002-04-22 08:40:01 +00:00
Paul Mangan
d4517808b6 add German manual 2002-04-22 08:37:14 +00:00
Paul Mangan
b7e254f969 add German FAQ 2002-04-22 08:31:26 +00:00
Paul Mangan
fb0ce19f12 updated 2002-04-22 08:30:59 +00:00
Paul Mangan
be4e79947d add Italian FAQ 2002-03-11 22:32:46 +00:00
Paul Mangan
422e344778 update 2002-03-10 08:22:51 +00:00
Paul Mangan
dcbfa7c955 update es FAQ 2002-03-08 07:44:08 +00:00
Paul Mangan
5e672e150d remove unneeded file 2002-03-08 07:29:52 +00:00
Paul Mangan
0850fbb3c9 update fr FAQ 2002-03-08 07:28:58 +00:00
Paul Mangan
1f2b886dbd update es FAQ 2002-03-08 07:28:21 +00:00
Paul Mangan
ca1be99dcc update en FAQ 2002-03-08 07:27:49 +00:00
Paul Mangan
89792b0ab3 add fr manual 2002-03-08 07:26:10 +00:00
Paul Mangan
c06cfbb9c9 add the .cvsignore files to faq 2002-03-07 08:22:55 +00:00
Paul Mangan
a6b98acd7e add FAQs 2002-03-05 16:30:04 +00:00
Paul Mangan
0e48363949 removing unneeded files 2002-03-05 14:45:02 +00:00
Paul Mangan
f63519224e updated english manual 2002-03-05 14:43:58 +00:00