wmcalc: Add icon for freedesktop.org icon themes.
[dockapps.git] / wmpop3lb / CHANGE_LOG
blobf9ef210100b64d60a9fc54d9736141183f8f24a0
1 WMPOP3 CHANGE_LOG
3 WMPOP3LB
5 Version 2.4.2:
6     * fixed a bug in pop3WriteOneMail: the first line of a received buffer was
7         always removed, so the received mail was incomplete and corrupted.
8 Version 2.4.1:
9     * %c with newmailcommand only applies to new mails
10     * final dot of messages removed when saving to a temporary file.
11     * optmized connecting/disconnecting when using %c or %C
12 Version 2.4:
13     * switch directly in the summary view mode from total number of messages
14         to number of unread messages.
15     * selectedmesgcommand configuation option: specify a command per server
16         to launch only on selected messages.
17     * wilcard implemented for newmailcommand, mailclient and
18         selectedmesgcommand.
19     * maxdlsize configuration option: in the case of the %c, %C and %m
20         wildcards, will not download messages bigger than this value.
21     * mailseparator configuration option: specify a separator to include
22         between each mail when using %c or %C wildcards.
23     * configuration options specified between double quotes ('"') can now be
24         spread among multiple lines. Usefull for mailseparator option...
25 Version 2.3: skipped
26 Version 2.2:
27     * now unlimited (i.e. not limited by wmpop3lb...) number of messages per
28         server listed.
29     * new scrollbar for fast browsing.
30     * newmailcommand configuration option : allows to specify (per server) a
31         command, per server, to run if a new mail has arrived.
32     * progress bar shown when retrieving the messages off the server.
33 Version 2.1:
34     * smooth scrolling.
35 Version 2.0:  !! new, multi pop3 checker !!
36     * can check up to 6 pop3 servers
37     * you can choose in the configuration, for each server,
38       to display the number of unread messages only or the total number
39       of messages.
40     * put back the ability to launch a mail client from WMPop3lb.
41       You can specify one mail client per account!
42       To launch your mail client, switch to the counter view mode and click on
43       the desired server line.
45 Version 1.0: based on WMPop3
46     * completely changed the GUI.
47     * display information when contacting the POP3 server.
48     * fixed the button behaviour (buttons now "react" to the clicks).
49     * now displays the From: and Subject: header fields of each mail in the
50         mailbox instead of just a picture telling there is new messages.
51     * you can no longer launch your mail browser from the interface, as this is
52         a feature I didn't need. If anyone needs it, please send a mail to
53         lb@jourdain.org.
55 The changelog below is from the original work of Scott Holden
56         ( scotth@thezone.net ) on WMPop3.
58 =======================================================================
59 Version 0.5.6a : Minor additions
60     * Added extra checking when connecting to pop-server.
61     * Fixed some variable addressing problems.
62     * updated the version number int the source.. :) oops.
64 Version 0.5.5a : Minor additions
65     * Fixed Pop3Client, it now closes the socket after use.
66     * Fixed Comment missing in the default config file.
68 Version 0.5.0a : Minor additions
69     * Added arrows to left toggle button. ( very minor ).
71 Version 0.4.2a : Minor Fixes and additions
72         * Fixed the problem with "::error::" not being properly removed
73       from the display after refresh.
74     * Added the optional ability for unread and read messages to
75       be shown. ( uuu/rrr ).
76         * WMPop3 will now check the pop server 30 sec's after a mail
77       browser has been activated using Wmpop3. ( This will give
78       the mail browser a chance to download messages from the
79       server).
81 Version 0.4.1a : Minor Fixes and additions
82     * Fixed the problem with the right button showing "AC" when
83       pressed.
85 Version 0.4.0a : Minor Fixes and additions
86         * Messages shown are now unread messages instead total messages
88 Version 0.3.5a : Minor Fixes and additions
89     * Fixed messages reading 3 when not connected to the net.
90       Now shows up as "::Error::" when something is wrong.
91     * Added ability to enable/disable autochecking at program
92       startup.
93     * Added text to the "Check Now" and "autochecking" buttons