source: subversion

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4162   3 years alec - Improve performance of message cache status checking when …
(edit) @4161   3 years alec - Use consistent results from some functions, code cleanup
(edit) @4160   3 years alec - Improve performance of setting IMAP flags using .SILENT suffix
(edit) @4159   3 years alec - Fix address parsing for situation when encoded words are used inside …
(edit) @4158   3 years alec - Improve performance of clear_mailbox() when skip_deleted=true
(edit) @4157   3 years alec - Set 'noajax' and 'noframe' property
(edit) @4156   3 years alec - Add example config file, enable 'noajax' property
(edit) @4155   3 years alec - Disable help plugin in ajax and framed mode - Add warning when clicking …
(edit) @4154   3 years alec - Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' …
(edit) @4153   3 years alec - Close properly IMAP connection when login fails - Don't use LOGIN when …
(edit) @4152   3 years alec - Add SORT=DISPLAY support (RFC 5957)
(edit) @4151   3 years alec - Plugin API: added 'contact_form' hook - Re-designed contact frame using …
(edit) @4150   3 years alec - When contacts search returns no rows display message of type 'notice' …
(edit) @4149   3 years alec - Remove Close buttons in googiespell popups
(edit) @4148   3 years alec - Hide loading message when preview pane is being "emptied" (#1487077)
(edit) @4147   3 years alec - Fix reference warning
(edit) @4146   3 years alec - Revert r4135: allow Tab (auto)completion
(edit) @4145   3 years alec - Add rcube_addressbook::get_record_groups() (#1487089)
(edit) @4144   3 years alec - Fix vertical alignment of subject coulmn text (#1487091)
(edit) @4143   3 years alec - Improve performance of rcube_imap_generic::countMessages() using STATUS …
(edit) @4142   3 years alec - Fix handling of URLs with semicolon (;) character (#1487088)
(edit) @4141   3 years alec - Fix handling of URLs with tilde (~) character (#1487087)
(edit) @4140   3 years alec - Add support for selection options from LIST-EXTENDED extension (RFC …
(edit) @4139   3 years alec - Fix: don't return "empty" unlock
(edit) @4138   3 years alec - Fix: Use internal instead of DB cache in message_index() and …
(edit) @4137   3 years alec - Improve pre-auth and auth capabilities handling
(edit) @4136   3 years alec - Fix auth capabilty checks ignore welcome banner CAPABILITY string …
(edit) @4135   3 years alec - Fix autocomplete so Tab key will not insert selected contact
(edit) @4134   3 years thomasb Work-in-progress Kolab address book plugin
(edit) @4133   3 years alec - Added support for SASL proxy authentication (#1486691)
(edit) @4132   3 years alec - Add basic IMAP LIST's \Noselect option support (mark unselectable …
(edit) @4131   3 years alec - Fix setting 'virtual' flag for non-existing folders in some cases
(edit) @4130   3 years alec - Simplify some code, add some comments
(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 …
Note: See TracRevisionLog for help on using the revision log.