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