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