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