source: subversion

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4129   3 years alec - Small improvements in NAMESPACE handling
(edit) @4128   3 years alec - Improve performance by reading optional capability response from …
(edit) @4127   3 years alec - Fix parent folder with unread subfolder not bold when message is open …
(edit) @4126   3 years alec - Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)
(edit) @4125   3 years alec - Fix possible js error in hide_message() (#1487076)
(edit) @4124   3 years alec - Add support for IMAP proxy authentication (#1486690)
(edit) @4123   3 years alec - Re-implemented SMTP proxy authorization support
(edit) @4122   3 years alec - Add SASL-IR support (RFC 4959) - Add LOGINDISABLED support (RFC 2595) - …
(edit) @4121   3 years thomasb List groups in address detail view and allow to subscribe/unsubscribe from …
(edit) @4120   3 years alec - Add LIST-STATUS support in rcube_imap_generic class (RFC5819)
(edit) @4119   3 years alec - Add charset alias: WINDOWS-949 -> UHC (#1487072)
(edit) @4118   3 years alec - Improve performance of messages counting using ESEARCH extension …
(edit) @4117   3 years alec - Improve performance of unseen messages counting, use STATUS instead of …
(edit) @4116   3 years alec - Fix handling of attachments when Content-Disposition is not inline nor …
(edit) @4115   3 years alec - Add workaround for some Outlook's wrong content-types, per discussion in …
(edit) @4114   3 years alec - Fix content-type name regexp according to RFC4288.4.2
(edit) @4113   3 years alec - Add .pdf extension to the list
(edit) @4112   3 years alec - Allow underline in content-type name, per comments in #1487051
(edit) @4111   3 years alec - Fix decoding of e-mail address strings in message headers (#1487068)
(edit) @4110   3 years alec - Add tests for e-mail addresses decoding
(edit) @4109   3 years alec - Simplify/improve LSUB/LIST/SELECT commands handling - Store UIDNEXT, …
(edit) @4108   3 years alec - Use unified command identifier (AXXXX) - Use unified methods of command …
(edit) @4107   3 years alec - Remove extra newline after closing tag (#1487067)
(edit) @4106   3 years alec - Remove unused property rcube_mail_header::f
(edit) @4105   3 years alec - Use better method for string escaping, don't add quotes when the string …
(edit) @4104   3 years alec - Fix regression in rcube_imap::_threadcount() which was the reason why …
(edit) @4103   3 years alec - When read-status column is disabled create status icon in subject column …
(edit) @4102   3 years alec - Add ACL extension support into IMAP classes (RFC4314) …
(edit) @4101   3 years alec - Add separate column for message status icon (#1486665)
(edit) @4100   3 years alec - Add MS950 as alias for CP950 (#1487063)
(edit) @4099   3 years alec - Add LITERAL+ support (RFC2088)
(edit) @4098   3 years alec - Fix: cannot access private property rcube_template::$app
(edit) @4097   3 years thomasb First scaffolding for the Kolab address book including lib for general …
(edit) @4096   3 years alec - Fix: when task is empty (on error?) don't try to include ".css" file
(edit) @4095   3 years alec - Don't try to match identity on reply when user has only one
(edit) @4094   3 years alec - Fix misplaced forwarded and replied icons on messages list
(edit) @4093   3 years alec - Make icons skinable - Show vcard icon on messages list when message is …
(edit) @4092   3 years alec - Remove unused icon
(edit) @4091   3 years alec - Fix bug in rcube_plugin::local_skin_path()
(edit) @4090   3 years alec - Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905
(edit) @4089   3 years alec - improved IMAP errors handling (continue)
(edit) @4088   3 years alec - Improved IMAP errors handling
(edit) @4087   3 years alec - Fix set_busy() usage, add encryption menu in compose
(edit) @4086   3 years alec - Fix set_busy() usage after changes in core
(edit) @4085   3 years alec - Fix duplicated e-mail field in identity form (#1487054)
(edit) @4084   3 years alec - Minimize session data size by storing only last search result and by …
(edit) @4083   3 years alec - Improve displaying of UI messages (#1486977)
(edit) @4082   3 years alec - Fix googiespell click events handling
(edit) @4081   3 years alec - Improvements in googiespell styles
(edit) @4080   3 years alec - Fix setting identity when composing a draft or edited message
(edit) @4079   3 years alec - Prevent from infinite redirect in case of broken session (#1487028)
(edit) @4078   3 years alec - update RCMAIL_VERSION
(edit) @4077   3 years alec - Fix signature removal when replying in HTML to plain/text message
(edit) @4076   3 years alec - Fix links handling
(edit) @4075   3 years alec - Fix message list clearing when search filter is used
(edit) @4074   3 years alec - Add SASL proxy authentication for SMTP (#1486693)
(edit) @4073   3 years alec - Fix Net_SMTP from http://pear.php.net/bugs/bug.php?id=17942
(edit) @4072   3 years alec - Net_SMTP-1.4.3 + fix from http://pear.php.net/bugs/bug.php?id=17358
(edit) @4071   3 years alec - Added popups with form errors - Removed nonexisting 'wrongformat' label …
(edit) @4070   3 years alec - Align drop down menus under main button (#1487048)
(edit) @4069   3 years alec - typo
(edit) @4068   3 years alec - Support relational operators and i;ascii-numeric comparator (RFC3431)
(edit) @4067   3 years alec - Add caching support in id2uid and uid2id functions (#1487019), Fix …
(edit) @4066   3 years alec - Performance fix for case when session_lifetime=0, fixed indentation
(edit) @4065   3 years alec - Prevent from inserting empty link when composing HTML message (#1486944)
(edit) @4064   3 years alec - Add (different) attachment icon for messages of type multipart/report …
(edit) @4063   3 years alec - Add message content-type to the message flags in add_message_row(), can …
(edit) @4062   3 years alec - Use 'messageicons' sprite in markmessagemenu + some fixes
(edit) @4061   3 years alec - Add message list menu to css-sprite image
(edit) @4060   3 years alec - Use css sprite image for messages list
(edit) @4059   3 years alec - Support SMTP Delivery Status Notifications - RFC3461 (#1486142)
(edit) @4058   3 years alec - Fixed SQL Injection in SQL driver when using %p or %o variables in query …
(edit) @4057   3 years alec - Support one argument of type array, instead of n arguments for …
(edit) @4056   3 years alec - Add 'htmlonreply' label
(edit) @4055   3 years alec - Use empty envelope sender address for message disposition notifications …
(edit) @4054   3 years alec - Make htmleditor option behaviour consistent, add option to use HTML on …
(edit) @4053   3 years alec - Add unique index on users.username+users.mail_host
(edit) @4052   3 years alec - Add 0.4.2. section in Changelog
(edit) @4051   3 years thomasb Tagging files of release 0.4.2
(edit) @4050   3 years thomasb Copy localization updates for 0.4.2 release
(edit) @4049   3 years thomasb Updated French, Portuguese, German, Czech, Slovak, English, Hebrew, Dutch, …
(edit) @4048   3 years thomasb Hotfixes for release 0.4.1 building new 0.4.2 version
(edit) @4047   3 years thomasb Remove old release branch
(edit) @4046   3 years thomasb Tagging files of release 0.4.1
(edit) @4045   3 years alec - Add mdn_request=4
(edit) @4044   3 years alec - Add mdn_requests=3 to the installer
(edit) @4043   3 years alec - Improve tabs to fixed width and add tabs in identities info (#1486974)
(edit) @4042   3 years alec - Describe mdn_request=3
(edit) @4041   3 years alec - Fix handling of backslash as IMAP delimiter
(edit) @4040   3 years alec - Convert to lowercase only domain part of email address on login
(edit) @4039   3 years alec - Improve r4038: we can use keypress on FF and Opera, here we've got …
(edit) @4038   3 years alec - Fix keyboard doesn't work with autocomplete list with Chrome (#1487029)
(edit) @4037   3 years alec - Fix for Konqueror
(edit) @4036   3 years alec - Fix confirmation message isn't displayed after sending mail on Chrome …
(edit) @4035   3 years alec - Minimize FETCH response for messages listing (when caching is disabled)
(edit) @4034   3 years alec - Use simplified domain expression for proper handling of domain names in …
(edit) @4033   3 years alec - Convert address to utf8 on contacts import
(edit) @4032   3 years alec - Add Reply-to-List feature (#1484252) - Add …
(edit) @4031   3 years alec - Fix height of mail_toolbar image
(edit) @4030   3 years alec - Convert IDN to ASCII before using rcube_user::query() - Always convert …
Note: See TracRevisionLog for help on using the revision log.