source: subversion/trunk/roundcubemail/CHANGELOG @ 2375

Last change on this file since 2375 was 2375, checked in by alec, 4 years ago
  • Fix "Initialize Database" button missing from installer (#1485802)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 26.6 KB
Line 
1CHANGELOG RoundCube Webmail
2===========================
3
4- Fix "Initialize Database" button missing from installer (#1485802)
5- Fix compose window doesn't fit 1024x768 window (#1485396)
6- Fix service not available error when pressing back from compose dialog (#1485552)
7- Fix using mail() on Windows (#1485779)
8- Fix word wrapping in message-part's <PRE>s for printing (#1485787)
9- Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
10- Fix double footer in HTML message with embedded images
11- Fix TNEF implementation bug (#1485773)
12- Fix incorrect row id parsing for LDAP contacts list (#1485784)
13- Fix 'mode' parameter in sqlite DSN (#1485772)
14
15RELEASE 0.2.1
16------------------
17- Use US-ASCII as failover when Unicode searching fails (#1485762)
18- Fix errors handling in IMAP command continuations (#1485762)
19- Fix FETCH result parsing for servers returning flags at the end of result (#1485763)
20- Fix datetime columns defaults in mysql's DDL (#1485641)
21- Fix attaching more than nine inline images (#1485759)
22- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)
23- Fix mime-type detection using a hard-coded map (#1485311)
24- Don't return empty string if charset conversion failed (#1485757)
25- Disable concurrent autocomplete query results display (#1485743)
26- Fix new lines stripped from message footer (#1485751)
27- Fix IE problem with mouse click autocomplete (#1485739)
28- Fix html body washing on reply/forward + fix attachments handling (#1485676)
29- Fix multiple recipients input parsing (#1485733)
30- Fix replying to message with html attachment (#1485676)
31- Use default_charset for messages without specified charset (#1485661, #1484961)
32- Support non-standard "GMT-XXXX" literal in date header (#1485729)
33- Added TNEF support to decode MS Outlook attachments (winmail.dat)
34- Fix "value continuation" MIME headers by adding required semicolon (#1485727)
35- Fix pressing select all/unread multiple times (#1485723)
36- Fix selecting all unread does not honor new messages (#1485724)
37- Fix some base64 encoded attachments handling (#1485725)
38- Support NGINX as IMAP backend: better BAD response handling (#1485720)
39- Performance fix: don't fetch attachment parts headers twice to parse filename
40- Fix checking for recent messages on various IMAP servers (#1485702)
41- Performance fix: Don't fetch quota and recent messages in "message view" mode
42- Fix displaying of alternative-inside-alternative messages (#1485713)
43- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)
44- Fix creation of folders with '&' sign in name
45- Fix parsing of email addresses without angle brackets (#1485693)
46- Save spellcheck corrections when switching from plain to html editor (and spellchecking is on)
47- Fix large search results on server without SORT capability (#1485668)
48- Get rid of preg_replace() with eval modifier and create_function usage (#1485686)
49- Bring back <base> and <link> tags in HTML messages
50- Fix XSS vulnerability through background attributes as reported by Julien Cayssol
51- Fix problems with backslash as IMAP hierarchy delimiter (#1484467)
52- Secure vcard export by getting rid of preg's 'e' modifier use (#1485689)
53- Fix authentication when submitting form with existing session (#1485679)
54- Allow absolute URLs to images in HTML messages/sigs (#1485666)
55- Fix message body which contains both inline attachments and emotions
56- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
57- Fix address names with '@' sign handling (#1485654)
58- Improve messages display performance
59- Fix messages searching with 'to:' modifier
60
61RELEASE 0.2-STABLE
62------------------
63- Fix mark popup in IE 7 (#1485369)
64- Fix line-break issue when copy & paste in Firefox (#1485425)
65- Fix autocomplete "unknown server error" (#1485637)
66- Fix STARTTLS before AUTH in SMTP connection (#1484883)
67- Support multiple quota values in QUOTAROOT resonse (#1485626)
68- Only abbreviate file name for IE < 7 browsers (#1485063)
69- Performance: allow setting imap rootdir and delimiter before connect (#1485172)
70- Fix sorting of folders with more than 2 levels (#1485569)
71- Fix search results page jumps in LDAP addressbook (#1485253)
72- Fix empty line before the signature in IE (#1485351)
73- Fix horizontal scrollbar in preview pane on IE (#1484633)
74- Add Robots meta tag in login page and installer (#1484846)
75- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
76- Option to check for new mails in all folders (#1484374)
77- Don't set client busy when checking for new messages (#1485276)
78- Allow UTF-8 folder names in config (#1485579)
79- Add junk_mbox option configuration in installer (#1485579)
80- Do serverside addressbook queries for autocompletion (#1485531)
81- Allow setting attachment col position in 'list_cols' option
82- Allow override 'list_cols' via skin (#1485577)
83- Fix 'cache' table cleanup on session destroy (#1485516)
84- Increase speed of session destroy and garbage clean up
85- Fix session timeout when DB server got clock skew (#1485490)
86- Fix handling of some malformed messages (#1484438)
87- Speed up raw message body handling
88- Better HTML entities conversion in html2text (#1485519)
89- Fix big memory consumption and speed up searching on servers without SORT capability
90- Fix setting locale to tr_TR, ku and az_AZ (#1485470)
91- Use SORT for searching on servers with SORT capability
92- Added message status filter
93- Fix empty file sending (#1485389)
94- Improved searching with many criterias (calling one SEARCH command)
95- Fix HTML editor initialization on IE (#1485304)
96- Add warning when switching editor mode from html to plain (#1485488)
97- Make identities list scrollable (#1485538)
98- Fix problem with numeric folder names (#1485527)
99- Added BYE response simple support to prevent from endless loops in imap.inc (#1483956)
100- Fix unread message unintentionally marked as read if read_when_deleted=true (#1485409)
101- Remove port number from SERVER_NAME in smtp_helo_host (#1485518)
102- Don't send disposition notification receipts for messages marked as 'read' (#1485523)
103- Added 'keep_alive' and 'min_keep_alive' options (#1485360)
104- Added option 'identities_level', removed 'multiple_identities'
105- Allow deleting identities when multiple_identities=false (#1485435)
106- Added option focus_on_new_message (#1485374)
107- Fix html2text class autoloading on Windows (#1485505)
108- Fix html signature formatting when identity save error occured (#1485426)
109- Add feedback and set busy when moving folder (#1485497)
110- Fix 'Empty' link visibility for some languages e.g. Slovak (#1485489)
111- Fix messages count bar overlapping (#1485270)
112- Fix adding signature in drafts compose mode (#1485484)
113- Fix iil_C_Sort() to support very long and/or divided responses (#1485283)
114- Fix matching case sensitivity when setting identity on reply (#1485480)
115- Prefer default identity on reply
116- Fix imap searching on ISMail server (#1485466)
117- Add css class for flagged messages (#1485464)
118- Write username instead of id in sendmail log (#1485477)
119- Fix htmlspecialchars() use for PHP version < 5.2.3 (#1485475)
120- Fix js keywords escaping in json_serialize() for IE/Opera (#1485472)
121- Added bin/killcache.php script (#1485434)
122- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
123- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
124- Add 'skip_deleted' option in User Preferences (#1485445)
125- Minimize "inline" javascript scripts use (#1485433)
126- Fix css class setting for folders with names matching defined classes names (#1485355)
127- Fix race conditions when changing mailbox
128- Fix spellchecking when switching to html editor (#1485362)
129- Fix compose window width/height (#1485396)
130- Allow calling msgimport.sh/msgexport.sh from any directory (#1485431)
131- Localized filesize units (#1485340)
132- Better handling of "no identity" and "no email in identity" situations (#1485117)
133- Added 'mime_param_folding' option with possibility to choose long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320)
134- Added "advanced options" feature in User Preferences
135- Fix unread counter when displaying cached massage in preview panel (#1485290)
136- Fix htmleditor spellchecking on MS Windows (#1485397)
137- Fix problem with non-ascii attachment names in Mail_mime (#1485267, #1485096)
138- Fix language autodetection (#1485401)
139- Fix button label in folders management (#1485405)
140- Fix collapsed folder not indicating unread msgs count of all subfolders (#1485403)
141- Fix handling of apostrophes in filenames decoded according to rfc2231
142
143RELEASE 0.2-BETA
144----------------
145- Made config files location configurable (#1485215)
146- Reduced memory footprint when forwarding attachments (#1485345)
147- Allow and use spellcheck attribute for input/textarea fields (#1485060)
148- Added icons for forwarded/forwarded+replied messages (#1485257)
149- Added Reply-To to forwarded emails (#1485315)
150- Display progress message for folders create/delete/rename (#1485357)
151- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
152- Redesign of the identities settings (#1484042)
153- Add config option to disable creation/deletion of identities (#1484498)
154- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)
155- Added vertical splitter for folders list resizing
156- Added possibility to view all headers in message view
157- Fixed splitter drag/resize on Opera (#1485170)
158- Fixed quota img height/width setting from template (#1484857)
159- Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
160- Insert "virtual" folders in subscription list (#1484779)
161- Added link to open message in new window
162- Enable export of address book contacts as vCard
163- Add feature to import contacts from vcard files (#1326103)
164- Respect Content-Location headers in multipart/related messages according to RFC2110 (#1484946)
165- Allowed max. attachment size now indicated in compose screen (#1485030)
166- Also capture backspace key in list mode (#1484566)
167- Allow application/pgp parts to be displayed (#1484753)
168- Correctly handle options in mailto-links (#1485228)
169- Immediately save sort_col/sort_order in user prefs (#1485265)
170- Truncate very long (above 50 characters) attachment filenames when displaying
171- Allow to auto-detect client language if none set (#1484434)
172- Auto-detect the client timezone (user configurable)
173- Add RFC2231 header value continuations support for attachment filenames + hack for servers that not support that feature
174- Fix Reply-To header displaying (#1485314)
175- Mark form buttons that provide the most obvious operation (mainaction)
176- Added option 'quota_zero_as_unlimited' (#1484604)
177- Added PRE handling in html2text class (#1484740)
178- Added folder hierarchy collapsing
179- Added options to use syslog instead of log file (#1484850)
180- Added Logging & Debugging section in Installer
181- Fix In-Reply-To and References headers when composing saved draft message (#1485288)
182- Fix html message charset conversion for charsets with underline (#1485287)
183- Fix buttons status after contacts deletion (#1485233)
184- Fix escaping of To: and From: fields when building message body for reply or forward in the HTML editor (#1484904)
185- Use current mailbox name in template (#1485256)
186- Better fix for skipping untagged responses (#1485261)
187- Added pspell support patch by Kris Steinhoff (#1483960)
188- Enable spellchecker for HTML editor (#1485114)
189- Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
190- Case insensitive contacts searching using PostgreSQL (#1485259)
191- Make default imap folders configurable for each user (#1485075)
192- Save outgoing mail to selectable folder (#1324581)
193- Fix hiding of mark menu when clicking th button again (#1484944)
194- Use long date format in print mode (#1485191)
195- Updated TinyMCE to version 3.1.0.1
196- Re-enable autocomplete attribute for login form (#1485211)
197- Check PERMANENTFLAGS before saving $MDNSent flag (#1484963, #1485163)
198- Added flag column on messages list (#1484623)
199- Patched Mail/MimePart.php (http://pear.php.net/bugs/bug.php?id=14232)
200- Allow trash/junk subfolders to be purged (#1485085)
201- Store compose parameters in session and redirect to a unique URL
202- Fixed CRAM-MD5 authentication (#1484819)
203- Fixed forwarding messages with one HTML attachment (#1484442)
204- Fixed encoding of message/rfc822 attachments and image/pjpeg handling (#1484914)
205- Added option to select skin in user preferences
206- Added option to configure displaying of attached images below the message body
207- Added option to display images in messages from known senders (#1484601)
208- User preferences grouped in more fieldsets
209- Fix corrupted MIME headers of messages in Sent folder (#1485111)
210- Fixed bug in MDB2 package: http://pear.php.net/bugs/bug.php?id=14124
211- Use keypress instead of keydown to select list's row (#1484816)
212- Don't call expunge and don't remove message row after message move if flag_for_deletion is set to true (#1485002)
213
214RELEASE 0.2-ALPHA
215-----------------
216- Added option to disable autocompletion from selected LDAP address books (#1484922)
217- TLS support in LDAP connections: 'use_tls' property (#1485104)
218- Fixed removing messages from search set after deleting them (#1485106)
219- imap.inc: Fixed iil_C_FetchStructureString() to handle many
220  literal strings in response (#1484969)
221- Support for subfolders in default/protected folders (#1484665)
222- Disallowed delimiter in folder name (#1484803)
223- Support " and \ in folder names
224- Escape \ in login (#1484614)
225- Better HTML sanitization with the DOM-based washtml script (#1484701)
226- Fixed sorting of folders with non-ascii characters
227- Fixed Mysql DDL for default identities creation (#1485070)
228- In Preferences added possibility to configure 'read_when_deleted',
229  'mdn_requests', 'flag_for_deletion' options
230- Made IMAP auth type configurable (#1483825)
231- Fixed empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055)
232- Fixed attachment list on IE 6/7 (#1484807)
233- Fixed JavaScript in compose.html that shows cc/bcc fields if populated
234- Make password input fields of type password in installer (#1484886)
235- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051)
236- Optimized messages sorting on servers without sort capability (#1485049)
237- Corrected message headers decoding when charset isn't specified and improved
238  support for native languages (#1485050, #1485048)
239- Expanded LDAP configuration options to support LDAP server writes.
240- Installer: encode special characters in DB username/password (#1485042)
241- Fixed management of folders with national characters in names (#1485036, #1485001)
242- Fixed identities saving when using MDB2 pgsql driver (#1485032)
243- Fixed BCC header reset (#1484997)
244- Improved messages list performance - patch from Justin Heesemann
245- Append skin_path to images location only when it starts with '/' sign (#1484859)
246- Fix IMAP response in message body when message has no body (#1484964)
247- Fixed non-RFC dates formatting (#1484901)
248- Fixed typo in set_charset() (#1484991)
249- Decode entities when inserting HTML signature to plain text message (#1484990)
250- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6
251- Fixed signature loading on Windows (#1484545)
252- Added language support to HTML editing (#1484862)
253- Fixed remove signature when replying (#1333167)
254- Fixed problem with line with a space at the end (#1484916)
255- Fixed <!DOCTYPE> tag filtering (#1484391)
256- Fixed <?xml> tag filtering (#1484403)
257- Added sections (fieldset+label) in Settings interface
258- Mark as read in one action with message preview (#1484972)
259- Deleted redundant quota reads (#1484972)
260- Added options for empty trash and expunge inbox on logout (#1483863)
261- Removed lines wrapping when displaying message
262- Fixed month localization
263- Changed codebase to PHP5 with autoloader
264
265RELEASE 0.1.1
266-------------
267- Clear selection when selecting single item (#1484942)
268- Remove hard-coded image size in skin templates (#1484893)
269- Database schema improvements (dropped unnecessary indexes)
270- Fixed creating a new folder with a comma in its name (#1484681)
271- Fixed sorting of messages when default mailbox is empty (#1484317)
272- Improve message previewpane - less loading (#1484316)
273- Fixed login form autoompletion (#1484839)
274- Fixed virtuser_query option for mdb2 backend (#1484874)
275- Fixed attachment resoting from Drafts when message body was empty (#1484506)
276- Fixed usage of ob_gzhandler (#1484851)
277- Fixed message part window in IE6 (#1484610)
278- Fixed decoding of mime-encoded strings (#1484191)
279- Fixed some iconv/mb_string problems (#1484598)
280- Correctly quote mailbox name when using in URL (#1484313)
281- Fixed "headers already sent" errors (#1484860)
282
283RELEASE 0.1-STABLE
284------------------
285- Added interactive installer script
286- Fix folder adding/renaming inspired by #1484800
287- Localize folder name in page title (#1484785)
288- Fix code using wrong variable name (#1484018)
289- Allow to send mail with BCC recipients only
290- condense TinyMCE toolbar down to one line, removing table buttons (#1484747)
291- Add function to mark the selected messages as read/unread (#1457360)
292- Also do charset decoding as suggested in RFC 2231 (fix #1484321)
293- Show message count in folder list and hint when creating a subfolder
294- Distinguish ssl and tls for imap connections (#1484667)
295- Added some charset aliases to fix typical mis-labelling (#1484565)
296- Remember decision to display images for a certain message during session (#1484754)
297- Truncate attachment filenames to 55 characters due to an IE bug (#1484757)
298- Make sending of read receipts configurable
299- Respect config when localize folder names (#1484707)
300- Also respect receipt and priority settings when re-opening a draft message
301- Remember search results (closes #1483883), patch by the_glu
302- Add Received header on outgoing mail
303- Upgrade to TinyMCE 2.1.3
304- Allow inserting image attachments into HTML messages while composing (#1484557)
305- Implement Message-Disposition-Notification (Receipts)
306- Fix overriding of session vars when register_globals is on (#1484670)
307- Fix bug with case-sensitive folder names (#1484245)
308- Don't create default folders by default
309- Fixed some potential security risks (audited by Andris)
310- Only show new messages if they match the current search (#1484176)
311- Switch to/from when searcing in Sent folder (#1484555)
312- Correctly read the References header (#1484646)
313- Unset old cookie before sending a new value (#1484639)
314- Correctly decode attachments when downloading them (#1484645 and #1484642)
315- Suppress IE errors when clearing attachments form (#1484356)
316- Log error when login fails due to auto_create_user turned off
317- Filter linked/imported CSS files (closes #1484056)
318- Improve message compose screen (closes #1484383)
319- Select next row after removing one from list (#1484387)
320
321RELEASE 0.1-RC2
322---------------
323- Enable drag-&-dropping of folders to a new parent and allow to create subfolders (#1457344)
324- Suppress IE errors when clearing attachments form (#1484356)
325- Set preferences field in user table to NULL (#1484386)
326- Log error when login fails due to auto_create_user turned off
327- Filter linked/imported CSS files (closes #1484056)
328- Improve message compose screen (closes #1484383)
329- Select next row after removing one from list (#1484387)
330- Make smtp HELO/EHLO hostname configurable (#1484067)
331- IPv6 Compatability (#1484322), Patch #1484373
332- Unlock interface when message sending fails (#1484570)
333- Eval PHP code in template includes (if configured)
334- Show message when folder is empty. Mo more static text in table (#1484395)
335- Only display unread count in page title when new messages arrived
336- Fixed wrong delete button tooltip (#1483965)
337- Fixed charset encoding bug (#1484429)
338- Applied patch for LDAP version (#1484552)
339- Improved XHTML validation
340- Fix message list selection (#1484550)
341- Better fix lowercased usernames (#1484473)
342- Update pngbehavior Script as suggested in #1484490
343- Fixed moving/deleting messages when more than 1 is selected
344- Applied patch for LDAP contacts listing by Glen Ogilvie
345- Applied patch for more address fields in LDAP contacts (#1484402)
346- Add alternative for getallheaders() (fix #1484508)
347- Identify mailboxes case-sensitive
348- Sort mailbox list case-insensitive (closes #1484338)
349- Fix display of multipart messages from Apple Mail (closes #1484027)
350- Protect AJAX request from being fetched by a foreign site (XSS)
351- Make autocomplete for loginform configurable by the skin template
352- Fix compose function from address book (closes #1484426)
353- Added //IGNORE to iconv call (patch #1484420, closes #1484023)
354- Check if mbstring supports charset (#1484290 and #1484292)
355- Prefer iconv over mbstring (as suggested in #1484292)
356- Check filesize of template includes (#1484409)
357- Fixed bug with buttons not dimming/enabling properly after switching folders
358- Fixed compose window becoming unresponsive after saving a draft (#1484487)
359- Re-enabled "Back" button in compose window now that bug #1484487 is fixed
360- Fixed unresponsive interface issue when downloading attachments (#1484496)
361- Lowered status message time from 5 to 3 seconds to improve responsiveness
362- Raised .htaccess upload_max_filesize from 2M to 5M to differ from default php.ini
363- Increased "mailboxcontrols" mail.css width from 160 to 170px to fix non-english languages (#1484499)
364- Fix status message bug #1484464 with regard to #1484353
365- Fix address adding bug reported by David Koblas
366- Applied socket error patch by Thomas Mangin
367- Pass-by-reference workarround for PHP5 in sendmail.inc
368- Fixed buggy imap_root settings (closes #1484379)
369- Prevent default events on subject links (#1484399)
370- Use HTTP-POST requests for actions that change state
371
372RELEASE 0.1-RC1
373---------------
374- Use global filters and bind username/ for Ldap searches (#1484159)
375- Hide quota display if imap server does not support it
376- Hide address groups if no LDAP servers configured
377- Add link to message subjects (closes #1484257)
378- Better SQL query for contact listing/search (closes #1484369)
379- Fixed marking as read in preview pane (closes #1484364)
380- CSS hack to display attachments correctly in IE6
381- Wrap message body text (closes #1484148)
382- LDAP access is back in address book (closes #1484087)
383- Added search function for contacts
384- New Template parsing and output encoding
385- Fixed bugs #1484119 and #1483978
386- Fixed message moving procedure (closes #1484308)
387- Fixed display of multiple attachments (closes #1466563)
388- Fixed check for new messages (closes #1484310)
389- List attachments without filename
390- New session authentication: Change sessid cookie when login, authentication with sessauth cookie is now configurable.
391  Should close bugs #1483951 and #1484299
392- Correctly translate mailbox names (closes #1484276)
393- Quote e-mail address links (closes #1484300)
394- Updated PEAR::Mail_mime package
395- Accept single quotes for HTML attributes when modifying message body (thanks Jason)
396- Sanitize input for new users/identities (thanks Colin Alston)
397- Don't download HTML message parts
398- Convert HTML parts to plaintext if 'prefer_html' is off
399- Correctly parse message/rfc822 parts (closes #1484045)
400- Also use user_id for unique key in messages table (closes #1484074)
401- Hide contacts drop down on blur (closes #1484203)
402- Make entries in contacts drop down clickable
403- Turn off browser autocompletion on login page
404- Quote <? in text/html message parts
405- Hide border around radio buttons
406- Applied patch for attachment download by crichardson (closes #1484198)
407- Fixed bug in Postgres DB handling (closes #1484068)
408- Fixed bug of invalid calls to fetchRow() in rcube_db.inc (closes #1484280)
409- Fixed array_merge bug (closes #1484281)
410- Fixed flag for deletion in list view (closes #1484264)
411- Finally support semicolons as recipient separator (closes ##1484251)
412- Fixed message headers (subject) encoding
413- check if safe mode is on or not (closes #1484269)
414- Show "no subject" in message list if subject is missing (closes #1484243)
415- Solved page caching of message preview (closes #1484153)
416- Only use gzip compression if configured (closes #1484236)
417- Fixed priority selector issue (#1484150)
418- Fixed some CSS issues in default skin (closes #1484210 and #1484161)
419- Prevent from double quoting of numeric HTML character references (closes #1484253)
420- Fixed display of HTML message attachments (closes #1484178)
421- Applied patch for preview caching (closes #1484186)
422- Added error handling for attachment uploads
423- Use multibyte safe string functions where necessary (closes #1483988)
424- Applied security patch to validate the submitted host value (by Kees Cook)
425- Applied security patch to validate input values when deleting contacts (by Kees Cook)
426- Applied security patch that sanitizes emoticon paths when attaching them (by Kees Cook)
427- Applied a patch to more aggressively sanitize a HTML message
428- Visualize blocked images in HTML messages
429- Fixed wrong message listing when showing search results (closes #1484131)
430- Show remote images when opening HTML message part as attachment
431- Improve memory usage when sending mail (closes #1484098)
432- Mark messages as read once the preview is loaded (closes #1484132)
433- Include smtp final response in log (closes #1484081)
434- Corrected date string in sent message header (closes #1484125)
435- Correclty choose "To" column in sent and draft mailboxes (closes #1483943)
436- Changed srong tooltips for message browse buttons (closes #1483930)
437- Fixed signature delimeter character to be standard (Bug #1484035)
438- Fixed XSS vulnerability (Bug #1484109)
439- Remove newlines from mail headers (Bug #1484031)
440- Selection issues when moving/deleting (Bug #1484044)
441- Applied patch of Clement Moulin for imap host auto-selection
442- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886)
443- Fixed folder name encoding in subscription list (Bug #1484113)
444- Fixed JS errors in identity list (Bug #1484120)
445- Translate foldernames in folder form (closes #1484113)
446- Added first and last buttons to message list, address book
447  and message detail
448- Pressing Shift-Del bypasses Trash folder
449- Enable purge command for Junk folder
450- Fetch all aliases if virtuser_query is used instead
451- Re-enabled multi select of contacts (Bug #1484017)
452- Enable contact editing right after creation (Bug #1459641)
453- Correct UTF-7 to UTF-8 conversion if mbstring is not available
454- Fixed IMAP fetch of message body (Bug #1484019)
455- Fixed safe_mode problems (Bug #1418381)
456- Fixed wrong header encoding (Bug #1483976)
457- Made automatic draft saving configurable
458- Fixed JS bug when renaming folders (Bug #1483989)
459- Added quota display as image (by Brett Patterson)
460- Corrected creation of a message-id
461- New indentation for quoted message text
462- Improved HTML validity
463- Fixed URL character set (Ticket #1445501)
464- Fixed saving of contact into MySQL from LDAP query results (Ticket #1483820)
465- Fixed folder renaming: unsubscribe before rename (Bug #1483920)
466- Finalized new message parsing (+ chaching)
467- Fixed wrong usage of mbstring (Bug #1462439)
468- Set default spelling language (Ticket #1483938)
469- Added support for Nox Spell Server
470- Re-built message parsing (Bug #1327068)
471  Now based on the message structure delivered by the IMAP server.
472- Fixed some XSS and SQL injection issues
473- Fixed charset problems with folder renaming
474
475
476
477
Note: See TracBrowser for help on using the repository browser.