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