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