Aleksander Machniak
2016-05-22 77b5d7ee304a688a2eb115ce04b460b43c0dd700
2015-10-22 Aleksander Machniak
Optimized some regular expressions
tree@ eca19d commitdiff
2015-10-18 Aleksander Machniak
Fix warning when enchant_broker_list_dicts() does not return an array
tree@ 2ff338 commitdiff
2015-10-15 Aleksander Machniak
Small improvements in HTML to text conversion.
tree@ 91dc7f commitdiff
2015-10-09 Aleksander Machniak
Add possibility to define date format in write operations for ldap attribut...
tree@ c8c4ca commitdiff
2015-10-07 Aleksander Machniak
CS fixes
tree@ a03233 commitdiff
2015-10-03 Aleksander Machniak
Some more CS fixes
tree@ 354cff commitdiff
2015-10-03 Aleksander Machniak
Fix fetchMIMEHeaders() so it really works with multiple parts, various CS f...
tree@ 7fb0ae commitdiff
2015-10-02 Aleksander Machniak
Remove unused property
tree@ b81301 commitdiff
2015-10-02 Aleksander Machniak
Code improvements: CS fixes, improved internal cache cleanup on folder sele...
tree@ 85f420 commitdiff
2015-10-02 Aleksander Machniak
Simplify change_subscription() code, removed unused vars
tree@ aada28 commitdiff
2015-10-01 Aleksander Machniak
Remove code for Mail_mime<1.9, we already require Mail_mime-1.10 for other ...
tree@ 6a94f6 commitdiff
2015-09-23 Aleksander Machniak
Add possibility to set PDO::ATTR_PREFETCH and PDO::ATTR_TIMEOUT via DSN string
tree@ 0ee572 commitdiff
2015-09-22 Aleksander Machniak
Get rid of mb_check_encoding() before mb_convert_encoding() for better perf...
tree@ 1b61a4 commitdiff
2015-09-22 Aleksander Machniak
Log charset conversion warning only when no function was found, not when th...
tree@ 83345a commitdiff
2015-09-22 Aleksander Machniak
s/RCMAIL_VERSION/RCUBE_VERSION/
tree@ 7d71c4 commitdiff
2015-09-19 Aleksander Machniak
Session read handler must return a string in PHP7
tree@ 7bbb86 commitdiff
2015-09-18 Aleksander Machniak
Fix handling random_bytes() errors in PHP 7.0.0RC3
tree@ b2b9b5 commitdiff
2015-09-15 Aleksander Machniak
Make sure an email address is valid when replacing it with mailto: link
tree@ df0b4f commitdiff
2015-09-14 Thomas Bruederli
Do not tokenize search string when querying in strict mode (#1490504)
tree@ db390a commitdiff
2015-09-11 Aleksander Machniak
Improved multi-folder search performance on sort order change or list page ...
tree@ fef853 commitdiff
2015-09-10 Thomas Bruederli
Unify detection of pgp/mime message part
tree@ f7f75f commitdiff
2015-09-10 Aleksander Machniak
random_bytes() can throw an exception in some cases, since PHP 7.0.0rc3
tree@ e85bbc commitdiff
2015-09-10 Aleksander Machniak
Change so rcube_message class does not depend on $_GET parameters
tree@ 63e793 commitdiff
2015-09-08 Aleksander Machniak
Improve randomness of security tokens (#1490529)
tree@ 260869 commitdiff
2015-09-08 Aleksander Machniak
Use random security tokens instead of hashes based on encryption key (#1490...
tree@ f75bc5 commitdiff
2015-09-07 Aleksander Machniak
Improved encrypt/decrypt methods with option to choose the cipher_method (#...
tree@ e4c660 commitdiff
2015-09-06 Aleksander Machniak
Fix printing required ini options values in error message
tree@ 4c53e7 commitdiff
2015-09-02 Aleksander Machniak
Optimize folder_size() on Cyrus IMAP by using special folder annotation (#1...
tree@ 427ab2 commitdiff
2015-09-02 Aleksander Machniak
Added method to determine IMAP server vendor, for future use
tree@ 5eb9c7 commitdiff
2015-08-30 Aleksander Machniak
CS fixes
tree@ 86b241 commitdiff
2015-08-30 Aleksander Machniak
Make optional hidding of folders with name starting with a dot - imap_skip_...
tree@ 4ceff8 commitdiff
2015-08-25 Aleksander Machniak
CS fixes
tree@ f00e1f commitdiff
2015-08-16 Aleksander Machniak
Change code so versions of Mail_mime before and after 1.9.0 are supported
tree@ 6f249b commitdiff
2015-08-13 Aleksander Machniak
Simplify rcube_utils::check_ip()
tree@ 7a4217 commitdiff
2015-08-12 Aleksander Machniak
Fix IPv6 address validation on PHP with disabled IPv6 support
tree@ 6b3184 commitdiff
2015-08-10 Aleksander Machniak
Fix "washing" of style elements wrapped into many lines
tree@ f4c512 commitdiff
2015-08-09 Thomas B.
Merge pull request #288 from ThijsFeryn/fnnonempty
tree@ cf69da commitdiff
2015-08-08 Aleksander Machniak
Fix unintentional error_reporting change
tree@ 559e5d commitdiff
2015-08-07 Aleksander Machniak
PHP7: Fixed some E_WARNING errors that previously were E_STRICT
tree@ 36bd93 commitdiff
2015-08-06 Aleksander Machniak
Make Mail_mime>=1.9.0 a requirement, fix compat. errors
tree@ a7efdd commitdiff
2015-08-06 Aleksander Machniak
Added GSSAPI/Kerberos authentication plugin - krb_authentication
tree@ 1b8ca0 commitdiff
2015-08-06 Aleksander Machniak
Make sure list page is never set to 0 (#1490458)
tree@ 0868c2 commitdiff
2015-08-05 Aleksander Machniak
Fix bug where some plugins could be initialized more than one time
tree@ 5ed8ad commitdiff
2015-08-05 Aleksander Machniak
Small code improvements
tree@ 93e640 commitdiff
2015-07-31 Aleksander Machniak
Fix bug where new messages weren't added to the list in search mode
tree@ c21f95 commitdiff
2015-07-31 Aleksander Machniak
Revert create_folder() behaviour change where the method didn't fail if fol...
tree@ 6c7be2 commitdiff
2015-07-29 Aleksander Machniak
Fix so imap folder attribute comparisons are case-insensitive (#1490466) + ...
tree@ 9d78c6 commitdiff
2015-07-27 ThijsFeryn
Emptying the display name when the display name is the main e-mail address ...
tree@ 58f6f1 commitdiff
2015-07-26 Aleksander Machniak
Don't use private properties of Net_SMTP object
tree@ b71eef commitdiff
2015-07-22 Aleksander Machniak
Reset internal cache index in close()
tree@ 9335f9 commitdiff
first | « prev | next »