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