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