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