Aleksander Machniak
f2688ba492
Use ?? operator where applicable
4 years ago
Aleksander Machniak
0d4a395464
Fix PHP 8.1 deprecation warnings
4 years ago
Aleksander Machniak
655e7c7159
Add RFC2231 support to rcube_mime_decode ( #7390 )
4 years ago
Josh Soref
203f456620
Spelling ( #8001 )
4 years ago
Aleksander Machniak
f4ed1024dc
PHP8 fixes, CS fixes, short array syntax, tests
5 years ago
Aleksander Machniak
66ca4f0f72
CS fixes, PHP8 fixes, short array syntax, tests
5 years ago
Aleksander Machniak
8b16a7dfe7
More tests
5 years ago
Aleksander Machniak
545a1569f1
Steps -> Actions refactoring ( #7688 )
* Move action handling code to rcmail class
* Add rcmail_action class
* Add action aliases
* Get rid of $OUTPUT global
* Move some methods from rcmail to rcmail_action
* PHP8 compat. fixes
* Add framework for testing actions
* Fix obvious code mistakes
5 years ago
Aleksander Machniak
bde383d051
PHP8: Fix various issues
for now only these I found by running our unit tests, there will be much more
5 years ago
Aleksander Machniak
a5c2b4360c
Fixes in context of undefined variables, and code style
5 years ago
Aleksander Machniak
66fab8cdb2
CS fixes, Avoid usused variables, fixed minor bugs
6 years ago
Aleksander Machniak
e7ebff56df
PHPDoc fixes
6 years ago
Aleksander Machniak
57c67db029
Remove year(s) from copyright headers + some cleanup
6 years ago
Aleksander Machniak
2d608a799c
Fix decoding message/rtf822 part body/size
When e.g. an encrypted message has one of it's sub-parts a part that is message/rfc822
part we need it's body and size, because it will be listed on the attachments list
and also can be downloaded.
8 years ago
Aleksander Machniak
81f67a4de2
Don't use each() deprecated in PHP 7.2
9 years ago
Aleksander Machniak
53fa08d8ae
Enigma: Code refactoring with better handling of encrypted-inside-encrypted (e.g. forwarded) and signed+ncrypted messages
10 years ago
Aleksander Machniak
c9e2ab488e
Enigma: Fix handling of encrypted + signed messages ( #1490632 )
10 years ago
Aleksander Machniak
f7427f151e
Get rid of Mail_mimeDecode package dependency ( #1490416 )
10 years ago