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