o PHP 4.0.4 seemed to have problems with the usort function being defined inline...
[squirrelmail.git] / ChangeLog
1 Version 1.0pre2 -- DEVELOPMENT
2 ------------------------------
3 - Made deleted (but not expunged) messages easier to detect (only if $auto_expunge = false)
4 - Fixed bug that didn't display size correctly in search results
5 - Major memory management and speed improvements with downloading of attachments
6 - Made $auto_expunge variable actually do something
7 - Fixed bug that didn't display login failure message
8 - Fixed minor bug in sqimap_mailbox_list
9 - Added sqimap_capability function to check capabilities of server.
10 - Rewrote sqimap_get_delim to use NAMESPACE capability (if available) to get delimiter.
11 - Added Catalan translation of Help documents by Josep Sanz <jsanz@fa.upc.es>
12 - Added Taiwan translation by "ching" <ching@kiwa.com.tw>
13
14 Version 1.0pre1 -- December 14, 2000
15 ------------------------------------
16 - Fixed bug in sending messages with a blank line with a "."
17 - Folder displays have been changed to be more readable in drop-down lists
18 - For security, login verification happens, then we're redirected to webmail.php
19 - Folder sorting now case insensative
20 - added config option to set IMAP folder delimiter rather than always detecting it
21 - Made session cookie parameter use PHP's settings rather than making assumptions
22 - Select/Deslect all implemented using only HTML (not Javascript)
23 - Fixed default charset that is sent with outbound messages (now user's preferred charset)
24 - Sort method saving now transparent to user, and saves between sessions
25 - Now replacing all \n with \r\n before sending the message.
26 - Added sorting option for NO sorting.. 10000 times faster!
27 - Using <pre> tags for viewing message body instead of <tt> and &nbsp;
28 - Added redirection from subdirectories to login page
29 - Attachments are shown in message index (shown as a "+")
30 - Updated attachment plugin support and passing values to hooks (see plugins.txt)
31 - Added file and message size in many locations
32 - Made message index order customizable (from, subject, date) can be (date, from, subject)
33 - Fixed some security problems with uploading attachments
34 - When reading, attachments look better and have a better plugin interface
35 - Some functions now pass values by reference to save on memory
36 - Added Catalan translation from Josep Sanz <jsanz@fa.upc.es>
37 - Added Serbian translation from Boris Manojlovic <steki@verat.net>
38 - Added Polish translation of Help from Krystian Kanabrodzki <krys@voruta.eu.org>
39
40
41
42 Version 0.5 -- September 25, 2000
43 ---------------------------------
44 - Fixed some problems with downloading attachments in IE
45 - If no date is set in header, we take internal date of the imap server
46 - Fixed some lingering bugs in mime parsing
47 - Searching specifies CHARSET option
48 - Security fixes
49 - Fixed hyperlink rendering problems
50
51 Version 0.5pre2 -- September 6, 2000
52 ------------------------------------
53 - Added quite a few new themes
54 - Fixed double folder problem on some servers
55 - Using encryption for passwords
56 - Added a patch from Bill Thousand to allow easier virtual domains
57 - Security updates with attachments
58 - Added more hooks for plugins, updated plugin.txt
59 - Improved HTML address book
60 - Fixed bugs in parsing email addresses in smtp.php
61 - Applied fixes for Courier IMAP server (by Andreas Dahl)
62 - Fixed some buggy IMAP handling
63 - Improved word wrapping
64 - Fixed bugs with adding and not adding backslashes
65 - Made message highlighting case insensative
66 - Added Korean translation from Jong-II Kim <aporie@netian.com>
67 - Added Italian translation from Aldo Moresco <moresco@idcm.it>
68 - Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
69
70 Version 0.5pre1 -- August 9, 2000
71 ---------------------------------
72 - Searching folders functionality added
73 - Date display now is similar to Netscape Messenger
74 - Many bugs have been reported to the list, and been squashed
75 - Help system developed
76 - Folder list now shows configurable details about messages
77 - It is now possible to select multiple subscribes/unsubscribes
78 - Removed a bunch of annoying "success" screens, improved navigation
79 - Better IMAP session handling
80 - Redid the options section and split it into different parts
81 - Added "view all headers" option when reading a message
82 - In-Reply-To and References headers are inserted when replying to a message.
83 - Changed how attachments are displayed and handled
84 - Rewrote MIME support from scratch, optomizing it an unbelievable amount
85 - Added support for message highlighting
86 - Moved Address and Send buttons on Compose form for easier access
87 - Added Polish translation from Lukasz Klimek <casa@LO.Pila.PL>
88 - Added Swedish translation from Tobias Ekbom
89 - Added Brazilian Portuguse translation from Henrique Moura
90 - Added Dutch translation from Arjen Halma
91
92
93
94 Version 0.4 -- May 15, 2000
95 ---------------------------
96 - If subject is blank, displays "(no subject)"
97 - Fixed a few minor bugs and typos reported to list
98 - Changed <? to <?php in a few places
99
100 Version 0.4pre2 -- May 5, 2000
101 ------------------------------
102 - Replying sets the "Answered" flag on the original message
103 - When message is sent, it sends you to the folder you were looking at.
104 - HTML based address book search
105 - Made folder listing look first at subscribed folders, making it
106 faster, even if you don't have $folder_prefix set.
107 - Fixed some bugs with default sent and trash folders
108 - Fixed some bugs with folder manipulating
109
110 Version 0.4pre1 -- April 29, 2000
111 ---------------------------------
112 - For speed's sake, unseen messages are only noted on INBOX in left
113 folder list. This will change with 0.5.
114 - Optomizations, fewer IMAP calls, more efficient sorting algorithms.
115 - Fixed all bugs listed in BUG
116 - When inside the Sent folder, it displays "To" instead of "From"
117 - Added ability to go to Next and Previous message while reading a message
118 - Caching of the message headers in mailbox (much faster)
119 - Added a preference that allows users to customize how many messages
120 they see when they index a mailbox
121 - Added flag status showing on message list (Answered, Flagged, and Seen)
122 - Now using PHP session management
123 - Parsing the body for URLs and Email addrs
124 - Added option to configure default folder directory. ie: ~/mail
125 - Configuration script added: config/conf.pl
126 - Addressbook with LDAP support
127 - Big speed improvements with folder listing
128 - Added Subscribe/Unsubscribe to folders
129 - Fixed bug in UW that didn't mark unseen messages
130 - Saving sent messages into $sent_folder
131 - It doesn't bail out if PHP wasn't compiled with --with-gettext.
132 It only uses english in this case.
133 - Added support for Cyrillic (thanks to Artem Botchkov for help)
134 - Included information on Russian Apache from Konstantin Riabitsev
135 - Honoring charset parameter for the body.
136 - Changed the way emptying of trash was done to work better
137 across different IMAP servers
138
139
140
141 Version 0.3.1 -- March 13, 2000
142 -------------------------------
143 - Fixed a bug that didn't allow downloading of attachments
144
145 Version 0.3 (final) -- March 10, 2000
146 -------------------------------------
147 - Fixed bug in smtp.php and made sending RFC complient
148 - Fixed a bug that wouldn't let you rename folders with UW server.
149 - Other minor bugfixes
150
151 Version 0.3pre2 -- March 5, 2000
152 --------------------------------
153 - Rewrote folder deletion. It works much more flexably now.
154 - Fixed message deletion that didn't always delete the right messages.
155 - Removed font tags
156 - Better character translation, especially for i18n
157 - Added the choice of language as a user preference
158 - Bug fixes, bug fixes, bug fixes
159 - Fixed bugs in message moving and deleting
160 - Rewrote all IMAP functions from scratch
161
162 Version 0.3pre1 -- February 17, 2000
163 ------------------------------------
164 - Added user-specific preferences including:
165 Full Name (for outbound messages)
166 Reply-to address
167 Theme
168 Move messages to trash option (true/false)
169 Wrap incoming text at XX characters
170 Editor window size (in characters)
171 Time between reloads of the left folder list
172 Signature
173 - Rewrote SMTP functions. It now works and handles error correction.
174 - Only folders that you're subscribed to will be listed
175 - Fixed a bug in outbound messages that translated " into \"
176 - Added themes in distribution (7 total)
177 - Added option to send email via sendmail rather than SMTP
178 - Increased speed of viewing folder by date about 25%, and viewing the folder by
179 Subject or Sender by up to 100%.
180 - Added internationalization
181 - Added sending of attachments
182 - Left folder refreshing at intervals (with META tags)
183
184
185
186
187 Version 0.2.1 -- January 05, 2000
188 ---------------------------------
189 - Rewrote how MULTIPART messages were handled and made it recursive
190 - We now take into account the encoding type rather than guessing
191 - Redesigned how attachments are displayed
192 - Fixed the bug that wouldn't let you send messages (I hope)
193 - Added a "download message" option
194 - Added a plain text viewer for text messages
195
196 Version 0.2 -- January 02, 2000
197 -------------------------------
198 - Attachment support (much better MIME support in general)
199 - Themeable support replaced Custom Colors. Themes are pluggable.
200
201
202
203
204 Version 0.1.2 -- December 20, 1999
205 -----------------------------------
206 - Date translation to local time
207 - Rewrote folder fetching code universally
208 - Added attachment detection (no downloads yet)
209 - Fixed many minor bugs that were reported
210
211 Version 0.1.1 -- December 16, 1999
212 -----------------------------------
213 - Reworked all the IMAP functions to make them RFC 2060 compliant
214 (should work with all IMAP servers)
215 - Added color customization
216 - Sorted folder list (on left bar)
217 - Added MUCH better error correction and notification
218
219 Version 0.1 -- December 14, 1999
220 --------------------------------
221 - Message composing (with to, cc, bcc)
222 - Message viewing, including HTML messages
223 - Basic MIME support, no attachments...yet
224 - Message sorting by Date, Name, or subject
225 - Folder manipulation (deleting, creating, moving, and renaming)
226 - IMAP email (currently only Cyrus IMAP server has been tested)
227 - Many other features that are basic email functionality