Aleksander Machniak
|
2c6951b9cb
|
Add hint about configuration
|
9 years ago |
Aleksander Machniak
|
0ee57208b3
|
Add possibility to set PDO::ATTR_PREFETCH and PDO::ATTR_TIMEOUT via DSN string
|
9 years ago |
Aleksander Machniak
|
1b61a48eec
|
Get rid of mb_check_encoding() before mb_convert_encoding() for better performance, CS fixes
|
9 years ago |
Aleksander Machniak
|
83345af059
|
Log charset conversion warning only when no function was found, not when the string was invalid
|
9 years ago |
Aleksander Machniak
|
7d71c48952
|
s/RCMAIL_VERSION/RCUBE_VERSION/
|
9 years ago |
Aleksander Machniak
|
2940109391
|
Update changelog
|
9 years ago |
Aleksander Machniak
|
82dcbb7488
|
Fix various issues in Mailvelope integration (#1490533)
|
9 years ago |
Aleksander Machniak
|
7bbb86f78a
|
Session read handler must return a string in PHP7
|
9 years ago |
Aleksander Machniak
|
b2b9b591ce
|
Fix handling random_bytes() errors in PHP 7.0.0RC3
|
9 years ago |
Aleksander Machniak
|
2368ab91c2
|
Fix pixel issue on Encrypt button
|
9 years ago |
Thomas Bruederli
|
b95a6d8f41
|
Disable some toolbar buttons if Mailvelope editor is active (#1490533)
|
9 years ago |
Thomas Bruederli
|
0b6a01380b
|
Distinguish encryption toolbar buttons (Mailvelope and Enigma)
|
9 years ago |
Aleksander Machniak
|
8c1c4fd852
|
We require Mail_mime-1.10.x
|
9 years ago |
Aleksander Machniak
|
392ededc71
|
Enigma: Enable encryption features on message print page
|
9 years ago |
Aleksander Machniak
|
df0b4f3437
|
Make sure an email address is valid when replacing it with mailto: link
|
9 years ago |
Aleksander Machniak
|
07850aacbf
|
Move some more entries under release 1.1.3 mark
|
9 years ago |
Thomas Bruederli
|
b7f4b99edd
|
Update changelog
|
9 years ago |
Thomas Bruederli
|
db390a27fb
|
Do not tokenize search string when querying in strict mode (#1490504)
|
9 years ago |
Aleksander Machniak
|
1459f88164
|
Enigma: Add option to disable encryption/signing features
|
9 years ago |
Aleksander Machniak
|
cffe97eb6e
|
CS improvements + some doc
|
9 years ago |
Aleksander Machniak
|
4cd087ea2e
|
Fixed mailvelope-generated messages structure (required Mail_Mime-1.10.0)
|
9 years ago |
Aleksander Machniak
|
a8510bc5ca
|
Merge pull request #297 from Enclavet/master
Enigma: fix storing password for whole session
|
9 years ago |
Aleksander Machniak
|
e250f00d90
|
Fix PHP warnings when sending mailvelope-encrypted mail
|
9 years ago |
Aleksander Machniak
|
8716fca0d0
|
Small improvements
|
9 years ago |
Enclavet
|
1fdee845d5
|
Enigma: fix storing password for whole session
|
9 years ago |
Aleksander Machniak
|
b87a794348
|
Enigma: don't show encrypted part on attachments list, we display its content already
|
9 years ago |
Aleksander Machniak
|
fef8537adb
|
Improved multi-folder search performance on sort order change or list page change
by proper index serialization and skipped redundant sorting
|
9 years ago |
Aleksander Machniak
|
8e5c443c7b
|
CSS improvements on message print and message headers table
|
9 years ago |
Thomas Bruederli
|
f7f75ff7d1
|
Unify detection of pgp/mime message part
|
9 years ago |
Thomas Bruederli
|
f189d72943
|
Merged branch 'dev-mailvelope'
|
9 years ago |
Aleksander Machniak
|
91ef2c812a
|
Small code improvement
|
9 years ago |
Aleksander Machniak
|
e85bbc9e9c
|
random_bytes() can throw an exception in some cases, since PHP 7.0.0rc3
|
9 years ago |
Aleksander Machniak
|
77be69fa25
|
Fix issue where Content-Length of some attachments could be set to wrong value causing browser errors (#1490482)
|
9 years ago |
Aleksander Machniak
|
63e7937d02
|
Change so rcube_message class does not depend on $_GET parameters
|
9 years ago |
Aleksander Machniak
|
c49234bd78
|
Fix bug where clicking date column with 'arrival' sorting would switch to sorting by 'date' (#1490126)
|
9 years ago |
Aleksander Machniak
|
dd7db21797
|
Fix XSS issue in drag-n-drop file uploads (#1490530)
|
9 years ago |
Aleksander Machniak
|
d3823fe0a0
|
Use Net_SMTP-1.7.x and Net_Sieve-1.5.x (Roundcube fork), update changelog (#1490416)
|
9 years ago |
Aleksander Machniak
|
26086981a2
|
Improve randomness of security tokens (#1490529)
|
9 years ago |
Aleksander Machniak
|
f75bc5c24b
|
Use random security tokens instead of hashes based on encryption key (#1490404)
|
9 years ago |
Aleksander Machniak
|
61ab1049e2
|
Move crypt_gpg to "require" section
|
9 years ago |
Aleksander Machniak
|
e4c66080a8
|
Improved encrypt/decrypt methods with option to choose the cipher_method (#1489719)
|
9 years ago |
Aleksander Machniak
|
fdbb1c95ea
|
Fix missing HTTP_X_FORWARDED_FOR address in generated Received header
|
9 years ago |
Aleksander Machniak
|
91018f38d4
|
Fix so In-Reply-To header is set also for MDN receipts (#1490523)
|
9 years ago |
Aleksander Machniak
|
b922995297
|
CS fixes
|
9 years ago |
Aleksander Machniak
|
25b30a78b7
|
Merge pull request #294 from syzop/password_crypt_rounds
Add $config['password_crypt_rounds']
|
9 years ago |
Aleksander Machniak
|
692902804a
|
Bump version number
|
9 years ago |
Aleksander Machniak
|
211929876b
|
Enigma: GPG keys export
|
9 years ago |
Aleksander Machniak
|
4c53e78915
|
Fix printing required ini options values in error message
|
9 years ago |
Bram Matthys
|
c10f97740a
|
Add $config['password_crypt_rounds']: this specifies the number of rounds
to be used for the sha256 and sha512 crypt hashing algorithms.
|
9 years ago |
Aleksander Machniak
|
e2f605d44d
|
Fallback to C locale
|
9 years ago |