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