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