removed debugging
[squirrelmail.git] / ChangeLog
CommitLineData
d17b1a71 1Version 0.4pre1 -- Development
2------------------------------
3a3b5826 3- Configuration script added: config/conf.pl
73c82cca 4- Addressbook with LDAP support
a3886f39 5- Big speed improvements with folder listing
4debe366 6- Added Subscribe/Unsubscribe to folders
bbd30ac8 7- Fixed bug in UW that didn't mark unseen messages
e5370d43 8- Saving sent messages into $sent_folder
d17b1a71 9- It doesn't bail out if PHP wasn't compiled with --with-gettext.
10 It only uses english in this case.
bdeb5293 11- Added support for Cyrillic (thanks to Artem Botchkov for help)
6441f7c6 12- Honoring charset parameter for the body.
d17b1a71 13
14
15Version 0.3.1 -- March 13, 2000
16-------------------------------
17- Fixed a bug that didn't allow downloading of attachments
18
ebb42164 19Version 0.3 (final) -- March 10, 2000
20-------------------------------------
21- Fixed bug in smtp.php and made sending RFC complient
c973661d 22- Fixed a bug that wouldn't let you rename folders with UW server.
23- Other minor bugfixes
24
25Version 0.3pre2 -- March 5, 2000
26--------------------------------
37ea6f44 27- Rewrote folder deletion. It works much more flexably now.
b5d86033 28- Fixed message deletion that didn't always delete the right messages.
29- Removed font tags
7973444b 30- Better character translation, especially for i18n
31- Added the choice of language as a user preference
32- Bug fixes, bug fixes, bug fixes
33- Fixed bugs in message moving and deleting
4ca45d7b 34- Rewrote all IMAP functions from scratch
35
36Version 0.3pre1 -- February 17, 2000
37------------------------------------
cb8dd416 38- Added user-specific preferences including:
39 Full Name (for outbound messages)
40 Reply-to address
41 Theme
42 Move messages to trash option (true/false)
43 Wrap incoming text at XX characters
44 Editor window size (in characters)
ac2f88c7 45 Time between reloads of the left folder list
46 Signature
cb8dd416 47- Rewrote SMTP functions. It now works and handles error correction.
838f9159 48- Only folders that you're subscribed to will be listed
49- Fixed a bug in outbound messages that translated " into \"
c741cd09 50- Added themes in distribution (7 total)
9295b1ed 51- Added option to send email via sendmail rather than SMTP
60ee701b 52- Increased speed of viewing folder by date about 25%, and viewing the folder by
53 Subject or Sender by up to 100%.
ffc2ccbc 54- Added internationalization
55- Added sending of attachments
ac2f88c7 56- Left folder refreshing at intervals (with META tags)
cb8dd416 57
58
59
4ca45d7b 60
78509c54 61Version 0.2.1 -- January 05, 2000
62---------------------------------
63- Rewrote how MULTIPART messages were handled and made it recursive
64- We now take into account the encoding type rather than guessing
65- Redesigned how attachments are displayed
66- Fixed the bug that wouldn't let you send messages (I hope)
67- Added a "download message" option
68- Added a plain text viewer for text messages
69
8dc0fb27 70Version 0.2 -- January 02, 2000
71-------------------------------
4809f489 72- Attachment support (much better MIME support in general)
97be2168 73- Themeable support replaced Custom Colors. Themes are pluggable.
8dc0fb27 74
75
cb8dd416 76
4ca45d7b 77
8dc0fb27 78Version 0.1.2 -- December 20, 1999
79-----------------------------------
0f1835f3 80- Date translation to local time
8dc0fb27 81- Rewrote folder fetching code universally
82- Added attachment detection (no downloads yet)
83- Fixed many minor bugs that were reported
0f1835f3 84
85Version 0.1.1 -- December 16, 1999
86-----------------------------------
87- Reworked all the IMAP functions to make them RFC 2060 compliant
88 (should work with all IMAP servers)
89- Added color customization
90- Sorted folder list (on left bar)
91- Added MUCH better error correction and notification
92
d92b6f31 93Version 0.1 -- December 14, 1999
94--------------------------------
95- Message composing (with to, cc, bcc)
96- Message viewing, including HTML messages
97- Basic MIME support, no attachments...yet
98- Message sorting by Date, Name, or subject
99- Folder manipulation (deleting, creating, moving, and renaming)
100- IMAP email (currently only Cyrus IMAP server has been tested)
101- Many other features that are basic email functionality