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