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