ChangeLog 28 KB

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