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