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