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