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