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