4f8cd0b8b325023993c67e306c6609cd9830f16d
[squirrelmail.git] / ChangeLog
1 Version 1.1.0 -- DEVELOPMENT
2 ----------------------------
3 - Much improved SMTP error handling (patch by Jeff Evans)
4 - Preferences are now cached instead of read in every page load.
5 - Improved URL parser
6 - Added ability to read HTML messages by default instead of plain text (Display Options)
7 - Added authenticated SMTP server support (configure in conf.pl)
8 - Rewrote attachment handling code in compose.php
9 - If aliases are typed in To, Cc, or Bcc, they are automatically looked up in
10 in the addressbook and converted to the associated addresses.
11 - Added collapseable folder listing (an option that can be turned on in Folder Options)
12 - Added alternating row colors to improve interface (Display Options)
13
14 Version 1.0.6 -- April 19, 2001
15 -------------------------------
16 - Reworked validation for each page. It's now standardized in validate.php
17 - Fixed login bug that resulted from 1.0.5 security updates
18 - Fixed plugin incompatibilities that were introduced in 1.0.5
19 - Added more security checking to preference saving/loading
20 - Updated German translation (thanks to Ronald Bauerschmidt <rb@debian.org>)
21 - Updated Finnish help files
22
23 Version 1.0.5 -- April 17, 2001
24 -------------------------------
25 - MAJOR security issues addressed. Please upgrade as soon as possible.
26 - Downloading attachments should work better due to a tip by Ray Black III.
27 - Fixed bug with drop-down folder list not containing INBOX
28 - Added Sweedish help files Teemu Junnila <teejun@vallcom.com>
29 - Added Italian help files Antonetti Roberto <antonr@piceniaweb.com>
30
31 Version 1.0.4 -- April 9, 2001
32 ------------------------------
33 - Fixed some bugs with folder creation
34 - Security fix for UW IMAP server to disallow folder paths outside of $folder_prefix
35 - Some problems with header encoding/decoding fixed
36 - Made subject column take up whatever width is available
37 - Added bcc to html addressbook search
38
39 Version 1.0.3 -- March 9, 2001
40 ------------------------------
41 - Many i18n enhancements/fixes
42 - Fixed bug with default theme path being set incorrectly
43 - Fixed problem when sending/forwarding multiple attachments
44 - Made folder drop-down list consistant in look to the other drop-downs
45 - Fixed problem where some attachment filenames would not be displayed
46 - Added Finnish help files by Teemu Junnila <teejun@vallcom.com>
47 - Updated Norwegian translation
48 - Updated Brazillian Portuguise translation
49
50 Version 1.0.2 -- February 8, 2001
51 ---------------------------------
52 - Added a workaround for RedHat's 4.0.4pl1-3 binary package (It's also
53 the same workaround for Konqueror and other PHP installations?)
54 - Select All works through the search
55 - Better escaped string handling from POST variables
56 - Many more code cleanups and optimizations
57 - Added Hungarian translation by Teemu Junnila <teejun@vallcom.com>
58 - Added Icelandic translation by Karl HeiĆ°ar" <karlh@macho.is>
59 - Updated Taiwan translation
60 - Updated Sweedish translation
61 - Updated Finnish translation
62
63 Version 1.0.1 -- February 1, 2001
64 ---------------------------------
65 - Improved the way sqimap_read_data() is handled
66 - Sped up "no sorting" even more
67 - Fixed problems with sending messages
68 - Fixed some pass-by-reference calls that caused problems with newer PHP versions
69 - Fixed bug that didn't display last folder subscribed to
70 - Removed requirement of PHP 4.0.1 for array_unique() function
71 - Removed unnecessary echo statements by breaking out of PHP
72 - Changed evaluation method from using " to ' for speed improvements
73 - If no plugin array set in config.php, now handled correctly
74 - If subject is > 55 chars, trims it and puts "..." in message list
75 - Hundreds of minor changes to remove all verbose PHP warning messages
76
77 Version 1.0 -- January 30, 2001
78 -------------------------------
79 - Updated config_default.php to include attachment_common plugin (now in distribution)
80 - A few minor speed improvements
81 - Fixed problems in sqimap_read_body(), made it more reliable
82 - Added French translation of help files by gore K <gore_k@ymca-cepiere.org>
83 - Added Finnish translation by Teemu Junnila <teejun@vallcom.com>
84 - Updated Sweedish translation
85 - Updated Russian translation
86
87 Version 1.0pre3 -- January 22, 2001
88 -----------------------------------
89 - Fixed some "Select All" bugs
90 - Finally fixed the IE/SSL download problem!!
91 - Added Danish translation by Claus Rasmussen <claus@webclaus.com>
92 - Updated Spanish translation
93 - Updated Polish translation
94 - Updated Taiwan translation
95 - Updated Czech translation
96 - Updated Korean translation
97
98 Version 1.0pre2 -- January 15, 2001
99 -----------------------------------
100 - A number of security fixes
101 - Replaced error messages with better, formatted, and meaningful messages.
102 - Fixed "reply all" so that it works intelligently now
103 - Made deleted (but not expunged) messages easier to detect (only if $auto_expunge = false)
104 - Fixed bug that didn't display size correctly in search results
105 - Major memory management and speed improvements with downloading of attachments
106 - Made $auto_expunge variable actually do something
107 - Fixed bug that didn't display login failure message
108 - Fixed minor bug in sqimap_mailbox_list
109 - Added sqimap_capability function to check capabilities of server.
110 - Rewrote sqimap_get_delim to use NAMESPACE capability (if available) to get delimiter.
111 - Added Catalan translation of Help documents by Josep Sanz <jsanz@fa.upc.es>
112 - Added Taiwan translation by "ching" <ching@kiwa.com.tw>
113
114 Version 1.0pre1 -- December 14, 2000
115 ------------------------------------
116 - Fixed bug in sending messages with a blank line with a "."
117 - Folder displays have been changed to be more readable in drop-down lists
118 - For security, login verification happens, then we're redirected to webmail.php
119 - Folder sorting now case insensative
120 - added config option to set IMAP folder delimiter rather than always detecting it
121 - Made session cookie parameter use PHP's settings rather than making assumptions
122 - Select/Deslect all implemented using only HTML (not Javascript)
123 - Fixed default charset that is sent with outbound messages (now user's preferred charset)
124 - Sort method saving now transparent to user, and saves between sessions
125 - Now replacing all \n with \r\n before sending the message.
126 - Added sorting option for NO sorting.. 10000 times faster!
127 - Using <pre> tags for viewing message body instead of <tt> and &nbsp;
128 - Added redirection from subdirectories to login page
129 - Attachments are shown in message index (shown as a "+")
130 - Updated attachment plugin support and passing values to hooks (see plugins.txt)
131 - Added file and message size in many locations
132 - Made message index order customizable (from, subject, date) can be (date, from, subject)
133 - Fixed some security problems with uploading attachments
134 - When reading, attachments look better and have a better plugin interface
135 - Some functions now pass values by reference to save on memory
136 - Added Catalan translation from Josep Sanz <jsanz@fa.upc.es>
137 - Added Serbian translation from Boris Manojlovic <steki@verat.net>
138 - Added Polish translation of Help from Krystian Kanabrodzki <krys@voruta.eu.org>
139
140
141
142 Version 0.5 -- September 25, 2000
143 ---------------------------------
144 - Fixed some problems with downloading attachments in IE
145 - If no date is set in header, we take internal date of the imap server
146 - Fixed some lingering bugs in mime parsing
147 - Searching specifies CHARSET option
148 - Security fixes
149 - Fixed hyperlink rendering problems
150
151 Version 0.5pre2 -- September 6, 2000
152 ------------------------------------
153 - Added quite a few new themes
154 - Fixed double folder problem on some servers
155 - Using encryption for passwords
156 - Added a patch from Bill Thousand to allow easier virtual domains
157 - Security updates with attachments
158 - Added more hooks for plugins, updated plugin.txt
159 - Improved HTML address book
160 - Fixed bugs in parsing email addresses in smtp.php
161 - Applied fixes for Courier IMAP server (by Andreas Dahl)
162 - Fixed some buggy IMAP handling
163 - Improved word wrapping
164 - Fixed bugs with adding and not adding backslashes
165 - Made message highlighting case insensative
166 - Added Korean translation from Jong-II Kim <aporie@netian.com>
167 - Added Italian translation from Aldo Moresco <moresco@idcm.it>
168 - Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
169
170 Version 0.5pre1 -- August 9, 2000
171 ---------------------------------
172 - Searching folders functionality added
173 - Date display now is similar to Netscape Messenger
174 - Many bugs have been reported to the list, and been squashed
175 - Help system developed
176 - Folder list now shows configurable details about messages
177 - It is now possible to select multiple subscribes/unsubscribes
178 - Removed a bunch of annoying "success" screens, improved navigation
179 - Better IMAP session handling
180 - Redid the options section and split it into different parts
181 - Added "view all headers" option when reading a message
182 - In-Reply-To and References headers are inserted when replying to a message.
183 - Changed how attachments are displayed and handled
184 - Rewrote MIME support from scratch, optomizing it an unbelievable amount
185 - Added support for message highlighting
186 - Moved Address and Send buttons on Compose form for easier access
187 - Added Polish translation from Lukasz Klimek <casa@LO.Pila.PL>
188 - Added Swedish translation from Tobias Ekbom
189 - Added Brazilian Portuguse translation from Henrique Moura
190 - Added Dutch translation from Arjen Halma
191
192
193
194 Version 0.4 -- May 15, 2000
195 ---------------------------
196 - If subject is blank, displays "(no subject)"
197 - Fixed a few minor bugs and typos reported to list
198 - Changed <? to <?php in a few places
199
200 Version 0.4pre2 -- May 5, 2000
201 ------------------------------
202 - Replying sets the "Answered" flag on the original message
203 - When message is sent, it sends you to the folder you were looking at.
204 - HTML based address book search
205 - Made folder listing look first at subscribed folders, making it
206 faster, even if you don't have $folder_prefix set.
207 - Fixed some bugs with default sent and trash folders
208 - Fixed some bugs with folder manipulating
209
210 Version 0.4pre1 -- April 29, 2000
211 ---------------------------------
212 - For speed's sake, unseen messages are only noted on INBOX in left
213 folder list. This will change with 0.5.
214 - Optomizations, fewer IMAP calls, more efficient sorting algorithms.
215 - Fixed all bugs listed in BUG
216 - When inside the Sent folder, it displays "To" instead of "From"
217 - Added ability to go to Next and Previous message while reading a message
218 - Caching of the message headers in mailbox (much faster)
219 - Added a preference that allows users to customize how many messages
220 they see when they index a mailbox
221 - Added flag status showing on message list (Answered, Flagged, and Seen)
222 - Now using PHP session management
223 - Parsing the body for URLs and Email addrs
224 - Added option to configure default folder directory. ie: ~/mail
225 - Configuration script added: config/conf.pl
226 - Addressbook with LDAP support
227 - Big speed improvements with folder listing
228 - Added Subscribe/Unsubscribe to folders
229 - Fixed bug in UW that didn't mark unseen messages
230 - Saving sent messages into $sent_folder
231 - It doesn't bail out if PHP wasn't compiled with --with-gettext.
232 It only uses english in this case.
233 - Added support for Cyrillic (thanks to Artem Botchkov for help)
234 - Included information on Russian Apache from Konstantin Riabitsev
235 - Honoring charset parameter for the body.
236 - Changed the way emptying of trash was done to work better
237 across different IMAP servers
238
239
240
241 Version 0.3.1 -- March 13, 2000
242 -------------------------------
243 - Fixed a bug that didn't allow downloading of attachments
244
245 Version 0.3 (final) -- March 10, 2000
246 -------------------------------------
247 - Fixed bug in smtp.php and made sending RFC complient
248 - Fixed a bug that wouldn't let you rename folders with UW server.
249 - Other minor bugfixes
250
251 Version 0.3pre2 -- March 5, 2000
252 --------------------------------
253 - Rewrote folder deletion. It works much more flexably now.
254 - Fixed message deletion that didn't always delete the right messages.
255 - Removed font tags
256 - Better character translation, especially for i18n
257 - Added the choice of language as a user preference
258 - Bug fixes, bug fixes, bug fixes
259 - Fixed bugs in message moving and deleting
260 - Rewrote all IMAP functions from scratch
261
262 Version 0.3pre1 -- February 17, 2000
263 ------------------------------------
264 - Added user-specific preferences including:
265 Full Name (for outbound messages)
266 Reply-to address
267 Theme
268 Move messages to trash option (true/false)
269 Wrap incoming text at XX characters
270 Editor window size (in characters)
271 Time between reloads of the left folder list
272 Signature
273 - Rewrote SMTP functions. It now works and handles error correction.
274 - Only folders that you're subscribed to will be listed
275 - Fixed a bug in outbound messages that translated " into \"
276 - Added themes in distribution (7 total)
277 - Added option to send email via sendmail rather than SMTP
278 - Increased speed of viewing folder by date about 25%, and viewing the folder by
279 Subject or Sender by up to 100%.
280 - Added internationalization
281 - Added sending of attachments
282 - Left folder refreshing at intervals (with META tags)
283
284
285
286
287 Version 0.2.1 -- January 05, 2000
288 ---------------------------------
289 - Rewrote how MULTIPART messages were handled and made it recursive
290 - We now take into account the encoding type rather than guessing
291 - Redesigned how attachments are displayed
292 - Fixed the bug that wouldn't let you send messages (I hope)
293 - Added a "download message" option
294 - Added a plain text viewer for text messages
295
296 Version 0.2 -- January 02, 2000
297 -------------------------------
298 - Attachment support (much better MIME support in general)
299 - Themeable support replaced Custom Colors. Themes are pluggable.
300
301
302
303
304 Version 0.1.2 -- December 20, 1999
305 -----------------------------------
306 - Date translation to local time
307 - Rewrote folder fetching code universally
308 - Added attachment detection (no downloads yet)
309 - Fixed many minor bugs that were reported
310
311 Version 0.1.1 -- December 16, 1999
312 -----------------------------------
313 - Reworked all the IMAP functions to make them RFC 2060 compliant
314 (should work with all IMAP servers)
315 - Added color customization
316 - Sorted folder list (on left bar)
317 - Added MUCH better error correction and notification
318
319 Version 0.1 -- December 14, 1999
320 --------------------------------
321 - Message composing (with to, cc, bcc)
322 - Message viewing, including HTML messages
323 - Basic MIME support, no attachments...yet
324 - Message sorting by Date, Name, or subject
325 - Folder manipulation (deleting, creating, moving, and renaming)
326 - IMAP email (currently only Cyrus IMAP server has been tested)
327 - Many other features that are basic email functionality