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