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