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