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