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