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