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