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