updated authors document
[squirrelmail.git] / ChangeLog
CommitLineData
fd0a282a 1Version 1.0pre1 -- DEVELOPMENT
bafefd39 2------------------------------
fd0a282a 3- Using <pre> tags for viewing message body instead of <tt> and &nbsp;
4- Added redirection from subdirectories to login page
9db5f5fc 5- Attachments are shown in message index (shown as a "+")
9eea179c 6- Updated attachment plugin support and passing values to hooks (see plugins.txt)
fde32e3f 7- Added file and message size in many locations
8e265988 8- Made message index order customizable (from, subject, date) can be (date, from, subject)
bafefd39 9- Fixed some security problems with uploading attachments
dd389be5 10- When reading, attachments look better and have a better plugin interface
9eea179c 11- Some functions now pass values by reference to save on memory
76a352dd 12- Added Catalan translation from Josep Sanz <jsanz@fa.upc.es>
13- Added Serbian translation from Boris Manojlovic <steki@verat.net>
bafefd39 14
15
16Version 0.5 -- September 25, 2000
17---------------------------------
b731cd83 18- Fixed some problems with downloading attachments in IE
19- If no date is set in header, we take internal date of the imap server
d4ff4d67 20- Fixed some lingering bugs in mime parsing
21- Searching specifies CHARSET option
e2ef6f4b 22- Security fixes
23- Fixed hyperlink rendering problems
24
25Version 0.5pre2 -- September 6, 2000
26------------------------------------
6e0fa5e6 27- Added quite a few new themes
ee62ce13 28- Fixed double folder problem on some servers
0493a8d9 29- Using encryption for passwords
3ed2faff 30- Added a patch from Bill Thousand to allow easier virtual domains
31- Security updates with attachments
ef3c69f0 32- Added more hooks for plugins, updated plugin.txt
6e79bfe2 33- Improved HTML address book
34- Fixed bugs in parsing email addresses in smtp.php
f9338626 35- Applied fixes for Courier IMAP server (by Andreas Dahl)
c95df380 36- Fixed some buggy IMAP handling
a2790a61 37- Improved word wrapping
6e79bfe2 38- Fixed bugs with adding and not adding backslashes
39- Made message highlighting case insensative
d6bd1155 40- Added Korean translation from Jong-II Kim <aporie@netian.com>
ab437544 41- Added Italian translation from Aldo Moresco <moresco@idcm.it>
f7042e37 42- Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
74a7d5b0 43
74a7d5b0 44Version 0.5pre1 -- August 9, 2000
45---------------------------------
069b4374 46- Searching folders functionality added
d68a3926 47- Date display now is similar to Netscape Messenger
48- Many bugs have been reported to the list, and been squashed
49- Help system developed
24fc5dd2 50- Folder list now shows configurable details about messages
e9f8ea4e 51- It is now possible to select multiple subscribes/unsubscribes
52- Removed a bunch of annoying "success" screens, improved navigation
8d8ab69a 53- Better IMAP session handling
517f5d2d 54- Redid the options section and split it into different parts
55- Added "view all headers" option when reading a message
d25eb936 56- In-Reply-To and References headers are inserted when replying to a message.
c4809aca 57- Changed how attachments are displayed and handled
8beafbbc 58- Rewrote MIME support from scratch, optomizing it an unbelievable amount
9d157cec 59- Added support for message highlighting
db673aae 60- Moved Address and Send buttons on Compose form for easier access
50da5cec 61- Added Polish translation from Lukasz Klimek <casa@LO.Pila.PL>
88c81396 62- Added Swedish translation from Tobias Ekbom
63- Added Brazilian Portuguse translation from Henrique Moura
64- Added Dutch translation from Arjen Halma
cf59dc94 65
66
e9f8ea4e 67
cf59dc94 68Version 0.4 -- May 15, 2000
69---------------------------
80faa2d5 70- If subject is blank, displays "(no subject)"
71- Fixed a few minor bugs and typos reported to list
349ca9f7 72- Changed <? to <?php in a few places
73
74Version 0.4pre2 -- May 5, 2000
a8194730 75------------------------------
ecf51658 76- Replying sets the "Answered" flag on the original message
77- When message is sent, it sends you to the folder you were looking at.
acaa9842 78- HTML based address book search
a871010c 79- Made folder listing look first at subscribed folders, making it
ecf51658 80 faster, even if you don't have $folder_prefix set.
a871010c 81- Fixed some bugs with default sent and trash folders
82- Fixed some bugs with folder manipulating
a8194730 83
3b3d853f 84Version 0.4pre1 -- April 29, 2000
85---------------------------------
86- For speed's sake, unseen messages are only noted on INBOX in left
87 folder list. This will change with 0.5.
88- Optomizations, fewer IMAP calls, more efficient sorting algorithms.
be8e07f8 89- Fixed all bugs listed in BUG
90- When inside the Sent folder, it displays "To" instead of "From"
0ac6fb02 91- Added ability to go to Next and Previous message while reading a message
92- Caching of the message headers in mailbox (much faster)
4e0295b2 93- Added a preference that allows users to customize how many messages
94 they see when they index a mailbox
d65ba808 95- Added flag status showing on message list (Answered, Flagged, and Seen)
84439367 96- Now using PHP session management
175e7218 97- Parsing the body for URLs and Email addrs
43fcef5c 98- Added option to configure default folder directory. ie: ~/mail
3a3b5826 99- Configuration script added: config/conf.pl
73c82cca 100- Addressbook with LDAP support
a3886f39 101- Big speed improvements with folder listing
4debe366 102- Added Subscribe/Unsubscribe to folders
bbd30ac8 103- Fixed bug in UW that didn't mark unseen messages
e5370d43 104- Saving sent messages into $sent_folder
d17b1a71 105- It doesn't bail out if PHP wasn't compiled with --with-gettext.
106 It only uses english in this case.
bdeb5293 107- Added support for Cyrillic (thanks to Artem Botchkov for help)
8c086db6 108- Included information on Russian Apache from Konstantin Riabitsev
6441f7c6 109- Honoring charset parameter for the body.
a9eed94d 110- Changed the way emptying of trash was done to work better
111 across different IMAP servers
d17b1a71 112
113
ecf51658 114
d17b1a71 115Version 0.3.1 -- March 13, 2000
116-------------------------------
117- Fixed a bug that didn't allow downloading of attachments
118
ebb42164 119Version 0.3 (final) -- March 10, 2000
120-------------------------------------
121- Fixed bug in smtp.php and made sending RFC complient
c973661d 122- Fixed a bug that wouldn't let you rename folders with UW server.
123- Other minor bugfixes
124
125Version 0.3pre2 -- March 5, 2000
126--------------------------------
37ea6f44 127- Rewrote folder deletion. It works much more flexably now.
b5d86033 128- Fixed message deletion that didn't always delete the right messages.
129- Removed font tags
7973444b 130- Better character translation, especially for i18n
131- Added the choice of language as a user preference
132- Bug fixes, bug fixes, bug fixes
133- Fixed bugs in message moving and deleting
4ca45d7b 134- Rewrote all IMAP functions from scratch
135
136Version 0.3pre1 -- February 17, 2000
137------------------------------------
cb8dd416 138- Added user-specific preferences including:
139 Full Name (for outbound messages)
140 Reply-to address
141 Theme
142 Move messages to trash option (true/false)
143 Wrap incoming text at XX characters
144 Editor window size (in characters)
ac2f88c7 145 Time between reloads of the left folder list
146 Signature
cb8dd416 147- Rewrote SMTP functions. It now works and handles error correction.
838f9159 148- Only folders that you're subscribed to will be listed
149- Fixed a bug in outbound messages that translated " into \"
c741cd09 150- Added themes in distribution (7 total)
9295b1ed 151- Added option to send email via sendmail rather than SMTP
60ee701b 152- Increased speed of viewing folder by date about 25%, and viewing the folder by
153 Subject or Sender by up to 100%.
ffc2ccbc 154- Added internationalization
155- Added sending of attachments
ac2f88c7 156- Left folder refreshing at intervals (with META tags)
cb8dd416 157
158
159
4ca45d7b 160
78509c54 161Version 0.2.1 -- January 05, 2000
162---------------------------------
163- Rewrote how MULTIPART messages were handled and made it recursive
164- We now take into account the encoding type rather than guessing
165- Redesigned how attachments are displayed
166- Fixed the bug that wouldn't let you send messages (I hope)
167- Added a "download message" option
168- Added a plain text viewer for text messages
169
8dc0fb27 170Version 0.2 -- January 02, 2000
171-------------------------------
4809f489 172- Attachment support (much better MIME support in general)
97be2168 173- Themeable support replaced Custom Colors. Themes are pluggable.
8dc0fb27 174
175
cb8dd416 176
4ca45d7b 177
8dc0fb27 178Version 0.1.2 -- December 20, 1999
179-----------------------------------
0f1835f3 180- Date translation to local time
8dc0fb27 181- Rewrote folder fetching code universally
182- Added attachment detection (no downloads yet)
183- Fixed many minor bugs that were reported
0f1835f3 184
185Version 0.1.1 -- December 16, 1999
186-----------------------------------
187- Reworked all the IMAP functions to make them RFC 2060 compliant
188 (should work with all IMAP servers)
189- Added color customization
190- Sorted folder list (on left bar)
191- Added MUCH better error correction and notification
192
d92b6f31 193Version 0.1 -- December 14, 1999
194--------------------------------
195- Message composing (with to, cc, bcc)
196- Message viewing, including HTML messages
197- Basic MIME support, no attachments...yet
198- Message sorting by Date, Name, or subject
199- Folder manipulation (deleting, creating, moving, and renaming)
200- IMAP email (currently only Cyrus IMAP server has been tested)
201- Many other features that are basic email functionality