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