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