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