Commit graph

2076 commits

Author SHA1 Message Date
Oliver Haertel
4a22c2d168 remove selective download 2003-03-26 22:53:31 +00:00
Oliver Haertel
50ed6d5659 remove selective download 2003-03-26 22:31:30 +00:00
Oliver Haertel
6505a3f61a remove selective download 2003-03-26 22:28:43 +00:00
Oliver Haertel
f07362103a remove selective donwload 2003-03-26 21:01:37 +00:00
Christoph Hohmann
884f282741 0.8.11claws50
* src/news.c
        fix NEWS that got broken by a sync with sylpheed-main
2003-03-26 16:24:40 +00:00
Christoph Hohmann
c1f241386f 0.8.11claws49
* src/mimeview.c
        fix mime type guessing when no mime type is found for a file
2003-03-26 15:51:31 +00:00
Christoph Hohmann
739977116b 0.8.11claws48
* src/mimeview.c
* src/procmime.c
        remove mime type guessing from mime parser and use
        name based mime types in viewer lookup for mime type
        application/octet-stream
2003-03-25 23:35:47 +00:00
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
Christoph Hohmann
f59989d008 0.8.11claws46
* configure.ac
* src/Makefile.am
* src/imageview.[ch]                            ** REMOVE **
* src/messageview.[ch]
* src/mimeview.[ch]
* src/prefs_common.[ch]
* src/textview.c
* src/plugins/Makefile.am
* src/plugins/image_viewer/.cvsignore           ** NEW **
* src/plugins/image_viewer/Makefile.am          ** NEW **
* src/plugins/image_viewer/plugin.c             ** NEW **
* src/plugins/image_viewer/viewer.[ch]          ** NEW **
        move image viewer into a plugin (building is enabled by default)
        [ToDo: Prefs for resize and autoview]
2003-03-25 20:07:15 +00:00
Paul Mangan
c83f9546d5 sync with 0.8.11cvs12 2003-03-25 17:45:32 +00:00
Paul Mangan
91b487b208 correction 2003-03-25 08:33:59 +00:00
Paul Mangan
213adba13c sync with 0.8.11cvs11 2003-03-25 08:29:02 +00:00
Christoph Hohmann
b895c42c87 0.8.11claws43
* src/folder.c
        code cleanup for flags copying
2003-03-24 21:48:10 +00:00
Christoph Hohmann
019e804099 0.8.11claws42
* src/plugins/trayicon/trayicon.c
        fix setting the transparent area when the window size
        is forced by the system tray
2003-03-23 23:27:37 +00:00
Christoph Hohmann
61387133d9 0.8.11claws41
* src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
* src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
* src/plugins/trayicon/newmail.xpm              ** NEW **
* src/plugins/trayicon/nomail.xpm               ** NEW **
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/unreadmail.xpm           ** NEW **
        o replace GBiff icons with KBiff icons resized to 16x16 pixel
        o add icon for unread mails
        o set transparency for window
2003-03-23 16:09:21 +00:00
Christoph Hohmann
55aced743e 0.8.11claws40
* src/news.c
                init news session to prevent crash when session is closed
2003-03-23 14:00:34 +00:00
Christoph Hohmann
fcfe8c2bc3 0.8.11claws39
* src/imap.c
* src/common/session.[ch]
        Init session data to make sure we don't have invalid pointers
        for read_ch and write_ch when new multi process sessions are
        not used

* src/main.c
* src/common/plugin.c
* src/common/sylpheed.c
* src/plugins/demo/demo.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
        add plugin types to allow loading plugins at different times
        (and maybe for different frontends), because it's not good to
        load GTK-Plugins gefore gtk_init was called

* configure.ac
* src/plugins/Makefile.am
* src/plugins/trayicon/.cvsignore               ** NEW **
* src/plugins/trayicon/Makefile.am              ** NEW **
* src/plugins/trayicon/eggtrayicon.c            ** NEW **
* src/plugins/trayicon/eggtrayicon.h            ** NEW **
* src/plugins/trayicon/gnome-mail.xpm           ** NEW **
* src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
* src/plugins/trayicon/trayicon.c               ** NEW **
        New Trayicon plugin that shows an icon in a systray that uses
        XEMBED protocol like Gnome's systray. Icon shows if there
        are new mails and a tooltip shows information about new,
        unread and total messages.
2003-03-22 23:16:41 +00:00
Paul Mangan
ff0c9381a9 fix ESMTP AUTH CRAM-MD5 2003-03-22 08:59:29 +00:00
Colin Leroy
09e6c0179c fix ssmtp 2003-03-21 18:05:14 +00:00
Colin Leroy
869edb4afe Fix counts in drag and dropped subfolders 2003-03-21 17:51:15 +00:00
Colin Leroy
57723d335f speed up a bit folder dnd 2003-03-21 17:28:52 +00:00
Alfons Hoogervorst
ceba6a46ab * src/main.c
* src/toolbar.c
* src/procmsg.c
	don't send locked queue messages
	(feature request "[ 705245 ] Locking message in outbox
	 should prevent sending")
2003-03-20 21:48:21 +00:00
Christoph Hohmann
33d83ae6f2 0.8.11claws33
* src/folder.c
        remove NEW and UNREAD flag in special folders when scanning

* src/common/smtp.c
        fix ESMTP AUTH CRAM-MD5
2003-03-20 14:44:47 +00:00
Paul Mangan
e297b67dab prefs_account.c: Re-write 'Tunnel command to open connection' as 'Use command to communicate with server', and disable it for all except IMAP accounts 2003-03-20 11:26:00 +00:00
Paul Mangan
a66b687d91 sync with 0.8.11cvs6 2003-03-20 11:00:55 +00:00
Match Grun
c4e5c7a9ea Enable address search. 2003-03-19 23:16:26 +00:00
Christoph Hohmann
2935c23e68 0.8.11claws29
* src/procmsg.c
        add temp flag handling, will make moving and copying
        messages possible again

* src/folder.c
        correct calulation of folder stats
2003-03-19 18:39:42 +00:00
Match Grun
771c305abe Make address folder name case insensitive. 2003-03-19 01:37:49 +00:00
Christoph Hohmann
f4b7d15089 0.8.11claws27
* src/imap.c
        fix imap using a tunnel command

(closes bug 87)
2003-03-18 21:40:56 +00:00
Christoph Hohmann
4530d0cf3f 0.8.11claws26
* src/folder.[ch]
* src/imap.c
* src/procmsg.[ch]
        rewrite flag handling for folders
2003-03-18 18:24:34 +00:00
Christoph Hohmann
cad8990b0d 0.8.11claws25
* src/folder.c
* src/procmsg.c
* src/summaryview.c
        unset NEW and UNREAD flags when message is ignored, to make
        sure messages don't show up as unread on other IMAP clients,
        because the IGNORE_THREAD flag can not be syncronized through
        the IMAP folder
2003-03-18 16:21:19 +00:00
Christoph Hohmann
95bd4f3429 0.8.11claws24
* src/imap.c
        don't use recursion to fetch uids when the number of messages
        does not match. Moved code into subfunction that is used
        again when needed, to prevent an endless loop.
2003-03-17 18:57:51 +00:00
Thorsten Maerz
2887094b12 get_resized_size() and prefs_common accessible from plugins 2003-03-17 16:52:25 +00:00
Christoph Hohmann
d3d302e5bd 0.8.11claws22
* src/imap.c
        o remove UID guessing from copy code
        o support UIDPLUS extension for APPEND command
2003-03-17 15:08:52 +00:00
Paul Mangan
0e8d5bfb79 remove 'Compiled-plugins' section from about.c; slight change to description text of the dillo_viewer plugin 2003-03-17 11:33:10 +00:00
Match Grun
eb033d1c8b Dynamic LDAP queries 2003-03-17 06:49:25 +00:00
Paul Mangan
589dd3c80a fix typo in multiwebsearch.pl 2003-03-16 21:48:58 +00:00
Christoph Hohmann
e20f77e603 0.8.11claws18
* src/mimeview.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
        make unregistering of MimeViewerFactorys possible
2003-03-16 17:11:03 +00:00
Alfons Hoogervorst
2bbe2e224d correct typo 2003-03-16 14:23:52 +00:00
Melvin Hadasht
dcaa12d288 dillo_viewer.c: fixed bug where it was impossible to view more than 1 text/html per message 2003-03-16 09:09:35 +00:00
Melvin Hadasht
1fe47ca954 prefs_actions.c: fixed compilation warnings 2003-03-15 20:21:36 +00:00
Melvin Hadasht
a576fefe7e Added html mail viewing using Dillo 2003-03-15 20:17:25 +00:00
Christoph Hohmann
ef477e95fe 0.8.11claws13
* src/imap.c
        don't query imap folder for attributes because we already
        for them from imap_status

* src/mimeview.[ch]
        add support for plugable MimeViewers (unloading Viewers
        not yet complete)

* src/plugins/Makefile.am
* src/plugins/mathml_viewer/.cvsignore          ** NEW **
* src/plugins/mathml_viewer/Makefile.am         ** NEW **
* src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
        add MathML Viewer (Content-Type text/mathml) using GtkMathView
        widget from http://helm.cs.unibo.it/mml-widget/
2003-03-14 23:58:57 +00:00
Christoph Hohmann
7c19cc4ca0 0.8.11claws12
* src/folder.[ch]
        o error return code's should better be negative
        o replace printf with debug_print

* src/imap.c
        improve IMAP folder scan by checking UID-NEXT

* src/summaryview.c
        remove check that are unnecessary in my opinion
2003-03-14 01:38:17 +00:00
Christoph Hohmann
c695434ff8 0.8.11claws11
* src/folder.[ch]
* src/foldersel.c
* src/folderview.c
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/prefs_scoring.c
* src/summaryview.c
        use a common function to get a displayable name
        for a FolderItem
2003-03-13 21:21:39 +00:00
Paul Mangan
07daf8b70e add multiwebsearch Actions script 2003-03-13 19:38:21 +00:00
Colin Leroy
b875593ba4 Remove leading emtpy lines from quoted text before quoting it 2003-03-13 19:23:37 +00:00
Melvin Hadasht
427a4d230e Actions: added cancel/ok buttons to user's argument dialog, fix mem leak, fix help text 2003-03-13 17:06:27 +00:00
Christoph Hohmann
1887ae907d 0.8.11claws7
* src/account.c
* src/folder.[ch]
* src/imap.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/setup.c
        replace more folder type stuff with folder class stuff
2003-03-13 15:31:22 +00:00
Melvin Hadasht
27d993fe68 Actions: new tokens (%u, %h and %s) 2003-03-13 11:22:33 +00:00