Aleksander Machniak
2013-04-22 17fb6ee98640b23175d20d4ceffb941c520bd3e8
2013-04-22 Aleksander Machniak
Fix incorrect handling of some specific links (#1489060)
tree@ 17fb6e commitdiff
2013-04-22 Aleksander Machniak
Fix another text wrapping issue
tree@ a2446d commitdiff
2013-04-21 Aleksander Machniak
Fix incorrect handling of leading spaces in text wrapping
tree@ 102b08 commitdiff
2013-04-19 Aleksander Machniak
Fix DB error when creating a new contact and a group is selected (#1489051)
tree@ 59997a commitdiff
2013-04-18 Victor Benincasa
Fix typos
tree@ 9824e2 commitdiff
2013-04-17 Aleksander Machniak
Add rcube_db::escape() method, fix escapeSimple() to use escape instead of ...
tree@ 51f52b commitdiff
2013-04-17 Aleksander Machniak
Fix typo simpleEscape -> escapeSimple
tree@ 7af32a commitdiff
2013-04-17 Aleksander Machniak
Add rcube_db::escapeSimple() method for backward compat.
tree@ d8752c commitdiff
2013-04-10 Thomas Bruederli
Set minimal permissions to temp files (#148899)
tree@ 2741d8 commitdiff
2013-04-10 Thomas Bruederli
Skip filename suffix check for embedded images; return blocked.gif instead ...
tree@ 706d3f commitdiff
2013-04-06 Aleksander Machniak
Fix handling of invalid characters in message headers and output (#1489032)
tree@ 6f4b50 commitdiff
2013-03-23 Thomas Bruederli
Hack to reset PDO statement iterators after counting
tree@ b2c66d commitdiff
2013-03-25 Thomas Bruederli
Fix typo
tree@ bd723e commitdiff
2013-03-25 Thomas Bruederli
Check for exact matching session keys before splitting into path segments. ...
tree@ 8d7f8c commitdiff
2013-03-01 Thomas Bruederli
Add methods to append certain nodes to session data in order to avoid sessi...
tree@ d6cbde commitdiff
2013-04-03 Aleksander Machniak
Fix possible header duplicates when using additional headers (#1489033)
tree@ ea002b commitdiff
2013-04-02 Aleksander Machniak
Fix session issues with use_https=true (#1488986)
tree@ d74b41 commitdiff
2013-03-28 Thomas Bruederli
Skip some irrelevant ini checks in CLI mode
tree@ 357485 commitdiff
2013-03-27 Aleksander Machniak
Whitelist configuration options (user preferences) that can be changed usin...
tree@ e6d376 commitdiff
2013-03-24 Aleksander Machniak
Be less restrictive on vCard import, do not require FN when N exists
tree@ ae0821 commitdiff
2013-03-24 Thomas Bruederli
Match regex on multi-line sql statements
tree@ 73be4b commitdiff
2013-03-24 Aleksander Machniak
Add some extension/mimetype aliases to fix some quirks in attachment type v...
tree@ e5a3e6 commitdiff
2013-03-22 Aleksander Machniak
Fix handling of some conditional comment tags in HTML message (#1489004)
tree@ da595a commitdiff
2013-03-20 Aleksander Machniak
Workaround for some versions/systems where finfo_open() with second argumen...
tree@ 15963b commitdiff
2013-03-19 Aleksander Machniak
Make mime.types common locations list OS-aware
tree@ a15a59 commitdiff
2013-03-18 Aleksander Machniak
Fix wrapping of text lines with the same length as specified length limit
tree@ ec2700 commitdiff
2013-03-15 Aleksander Machniak
Fix storing 'safe' flag on a message. The key for session value should incl...
tree@ 4c0c24 commitdiff
2013-03-13 Thomas Bruederli
Re-implement rcube_db::num_rows() to ensure backwards compatibility
tree@ 713259 commitdiff
2013-03-13 Aleksander Machniak
Fix HTML part detection for some specific message structures (#1488992)
tree@ 58993f commitdiff
2013-03-11 Aleksander Machniak
Fix handling of empty $uids argument in change_flag()
tree@ 5410ef commitdiff
2013-03-11 Aleksander Machniak
Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require ver...
tree@ c4ff57 commitdiff
2013-03-06 Aleksander Machniak
Add type 'ident' in quote() so we can quote identifiers (eg. column names) ...
tree@ 9eb6d9 commitdiff
2013-03-05 Aleksander Machniak
Fix thumbnail size when GD extension is used for image resize (#1488985)
tree@ dedf13 commitdiff
2013-03-02 Aleksander Machniak
Display notice that message is encrypted also for application/pkcs7-mime me...
tree@ fddb9f commitdiff
2013-02-25 Aleksander Machniak
Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973)
tree@ ccc2e3 commitdiff
2013-02-19 Aleksander Machniak
Add workaround for invalid message charset detection by IMAP servers (#1488...
tree@ fd777a commitdiff
2013-02-18 Aleksander Machniak
Fix NUL characters in content-type of ms-tnef attachment (#1488964)
tree@ 203251 commitdiff
2013-02-17 Aleksander Machniak
Make cleanup() method public
tree@ 8b08ec commitdiff
2013-02-14 Thomas Bruederli
Correctly quote spell text contents inside the xml container
tree@ cbb695 commitdiff
2013-01-31 Aleksander Machniak
Slightly improve database driver chack
tree@ d3b18e commitdiff
2013-02-01 Aleksander Machniak
Fix handling link href attribute value with (valid) newline characters (#14...
tree@ 43aeb1 commitdiff
2013-01-26 Thomas Bruederli
Bring back lost text braking width adjustment when quoting blockquote parts
tree@ 2a6472 commitdiff
2013-01-25 Thomas Bruederli
Refactored blockquote quotion routine in html2text conversion: it now corre...
tree@ a2c2cb commitdiff
2013-01-25 Thomas Bruederli
Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()
tree@ c4a1d3 commitdiff
2013-01-25 Aleksander Machniak
Send LOGOUT only when closing connection in logged state (#1487784)
tree@ 7f693b commitdiff
2013-01-23 Thomas Bruederli
Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ldap_co...
tree@ 2b2f34 commitdiff
2013-01-23 Thomas Bruederli
Use the right variable for IPv6 check
tree@ 6984ab commitdiff
2013-01-21 Aleksander Machniak
Rtrim() quoted lines on conversion to flowed format (according to RFC2646)
tree@ 68fb9e commitdiff
2013-01-20 Aleksander Machniak
More improvements to format=flowed handling + fix in wordwrap() used intern...
tree@ 9deb66 commitdiff
2013-01-20 Aleksander Machniak
Improve format=flowed text unfolding, add test for signature separator hand...
tree@ 1aca4c commitdiff
first | « prev | next »