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