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