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