summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2012-07-23Update Net_SMTP/Auth_SASL packages to fix Digest-MD5/Cram-MD5 authentication ↵Aleksander Machniak
(#1488571)
2012-07-13Prepare to show contact photo of email sender in mail viewsThomas Bruederli
2012-07-13Avoid warnings; silently pipe http: urls through rcmail::url()Thomas Bruederli
2012-07-11Fix drag&drop feature test on IE7Thomas Bruederli
2012-07-10Simplified method of getting default addressbook.Aleksander Machniak
Make sure to use the same source when adding contact and checking if message is safe (sender is in addressbook). Small code improvements.
2012-07-10Use file_get_contents() to make code simpler and to fix possible infinite loopAleksander Machniak
2012-07-09- Don't add attachments content into reply/forward/draft message body (#1488557)Aleksander Machniak
2012-07-06Fix connection error alerts when page unloads (#1488547)Thomas Bruederli
2012-07-06There's a case (reason unknown) when destroy() is called with empty session key.Aleksander Machniak
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty.
2012-06-30Show explicit error message when provided hostname is invalid (#1488550)Aleksander Machniak
2012-06-30Fix wrong compose screen elements focus in IE9 (#1488541)Aleksander Machniak
2012-06-28Fixed Konqueror browser detectionAleksander Machniak
2012-06-28Fix empty user agent string on error page for "incompatible browser" errorAleksander Machniak
2012-06-28Fix handling of MYRIGHTS on private namespace roots - fixes issue whereAleksander Machniak
in ACL plugin it wasn't possible to share INBOX folder (when it was a namespace prefix).
2012-06-28Define array variable in case none of zones is valid (shouldn't happen)Aleksander Machniak
2012-06-28Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-06-28Fix fatal error when date.timezone isn't set (#1488546)Aleksander Machniak
2012-06-26Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-06-26Fixed index update when there are no cached messages for specified folderAleksander Machniak
Improve performance of VANISHED messages handling - use one SQL query
2012-06-26Enable drag & drop file upload for contact photosThomas Bruederli
2012-06-26Improve performance by skipping redundant ENABLE commandsAleksander Machniak
2012-06-25Update to TinyMCE 3.5.4.1Aleksander Machniak
2012-06-20Initialize rcube instance (with options); no caches without a valid user_idThomas Bruederli
2012-06-19Removed redundant methodAleksander Machniak
2012-06-13Fix handling of unitless CSS size values in HTML message (#1488535)Aleksander Machniak
2012-06-13Fix removing contact photo using LDAP addressbook (#1488420)Aleksander Machniak
2012-06-13Add skin name to the (javascript) environmentAleksander Machniak
2012-06-13Improve getopt feature for command line scriptsThomas Bruederli
2012-06-11Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-06-10Fix storing X-ANNIVERSARY date in vCard format (#1488527)Aleksander Machniak
2012-06-09Display attachment icon for multipart/signed messages (#1488525)Aleksander Machniak
2012-06-09Update to Mail_Mime-1.8.5 (#1488521)Aleksander Machniak
2012-06-08Fix Shift + delete button does not permanently delete messages (#1488243)Aleksander Machniak
2012-06-08Add Content-Length for attachments where possible (#1485478)Aleksander Machniak
2012-06-08Fix attachment sizes in message print page and attachment preview page ↵Aleksander Machniak
(#1488515) - Use size parameter from Content-Disposition header if specified, - Calculate size of base64 encoded message parts
2012-06-08Fix XSS vulnerability in message subject handling using Larry skin (#1488519)Aleksander Machniak
2012-06-08Fix handling of links with various URI schemes e.g. "skype:" (#1488106)Aleksander Machniak
Fix handling of links inside PRE elements on html to text conversion Fix indexing of links on html to text conversion
2012-06-07Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-06-06Fix js error when dropping attachment fileAleksander Machniak
2012-06-06Better commentsThomas Bruederli
2012-06-06New feature to add mail attachments using drag & drop on HTML5 enabled browsersThomas Bruederli
2012-06-06Allow access to blank.tifThomas Bruederli
2012-06-06Add workaround for invalid BODYSTRUCTURE response - parse message with ↵Aleksander Machniak
Mail_mimeDecode package (#1485585)
2012-06-06Fix default_charset handlingAleksander Machniak
2012-06-06Decode header value in rcube_mime::get() by default (#1488511)Aleksander Machniak
2012-06-04Fix magic_quotes_sybase handling (#1488506)Aleksander Machniak
Improved handling of critical PHP settings - try to set them to required value before die()
2012-06-04Fix possible PHP warning: strpos(): Offset not contained in stringAleksander Machniak
2012-06-04Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2Aleksander Machniak
2012-06-04Modify CONCAT() arguments, because + operator requires them to be of type ↵Aleksander Machniak
varchar (#1488505) With SQL Server 2012 we can use just CONCAT(), but we need to support older versions
2012-06-02Typo fixMathias Rhein
Fixed typo in rcube_addressbook