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