Commit graph

143 commits

Author SHA1 Message Date
djmaze
032fa8c736 http:// to https:// 2020-07-22 14:55:40 +02:00
djmaze
693e0f4c10 Remove useless NewInstance
Bugfix: BodyStructure->SearchCharset return value
2020-05-08 11:49:18 +02:00
djmaze
63d9ce9c4b Enumeration classes to be abstract 2020-05-08 10:06:48 +02:00
djmaze
75b4b64118 More functions without type hinting found and fixt
Use PECL yaml (else Spyc)
Upgrade Spyc (with removed dump code)
2020-04-03 11:32:07 +02:00
djmaze
cd3d8b94b2 Added: ResponseCollection::getCapabilityResult()
Bugfix: ResponseCollection $oResult => $this
Removed safe_mode detection
Speedup: ImapClient::partialParseResponseBranch() and partialResponseLiteralCallbackCallable()
2020-03-24 14:45:09 +01:00
djmaze
0d54a372df Remove more @function error suppressions 2020-03-20 23:43:24 +01:00
djmaze
559ebe0f28 Don't suppress functions 2020-03-20 15:29:52 +01:00
djmaze
1009398d0c Cleanup MailSo Validator
Cleanup removed features
2020-03-20 14:53:12 +01:00
djmaze
8fe8369b2a Support PECL xxtea 2020-03-19 23:11:04 +01:00
djmaze
ebfde6e360 Cleanup & Speedup *Collection objects 2020-03-19 15:21:00 +01:00
djmaze
f6fdb69c65 Changed: MailSo\*Collection now extends \ArrayObject
Changed: fixed __constructor param type hinting
Replace: &$o with $o as objects don't need & referencing
2020-03-18 23:14:00 +01:00
djmaze
9bb44e7f98 Changed: use hash_hmac() instead of MailSo\Base\Utils::Hmac()
Renamed: PrepearFetchSequence() to PrepareFetchSequence()
Removed: StripSlashesValue() because PHP7 has no magic_quotes_gpc
2020-03-18 01:26:40 +01:00
djmaze
2cf35057a5 Bugfix: mb_convert_encoding(): Unknown encoding CP858 2020-03-16 16:25:58 +01:00
djmaze
b81b36d120 Bugfix: @param/@return documentation was incorrect which caused errors 2020-03-16 15:48:58 +01:00
djmaze
7eb1defa16 Fix PHP 7.4 Deprecate message 2020-03-16 14:27:17 +01:00
djmaze
26c38b3ec9 More params and returns to PHP 7.3+ 2020-03-16 13:08:53 +01:00
djmaze
9aa0cf92a9 Hide X-Mailer header by default
Remove iconv support
Cleanup MailSo
2020-03-11 19:36:43 +01:00
djmaze
3a7ec4ecb0 Bugfixes and more conversions to PHP 7 2020-03-10 18:45:00 +01:00
djmaze
2cada68f41 Privacy/GDPR friendly version (removed: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud)
Also removed: POP3, OAuth2 and update feature
Added: admin password_hash/password_verify
Requires: PHP 7.3+
Replaced: CRLF with LF
Replaced: pclZip with ZipArchive
2020-03-09 17:04:17 +01:00
RainLoop Team
8eb4588917 Improved app security 2019-07-02 00:20:49 +03:00
RainLoop
ed5685314e Fix unexpected desktop mode on mobile devices + small fixes (#1514) 2017-09-25 00:08:44 +03:00
RainLoop
4a19059217 UTF8-Subjects not working (close #1479) 2017-09-20 22:47:08 +03:00
RainLoop Team
9188228f5d Fix ConvertHtmlToPlain 2017-07-05 23:41:40 +03:00
RainLoop Team
bf1ee5ace7 Additional configurations and improvements for caching system (#1390) 2017-04-04 01:32:22 +03:00
cpt-lamar
0912ad75ed Fix incorrect handling of multi-line Header
In my setup, initial version of RemoveHeaderFromHeaders does not remove properly multi-line Headers (only the first line is removed). As a consequence, when using php mail() option for outgoing e-mail, strange things happen when the "To" field contains more than 3 recipients.
2017-01-22 22:12:11 +01:00
RainLoop Team
d3f8fa4308 Small fixes 2016-11-11 22:48:47 +03:00
RainLoop Team
022ed24c2a Fix time_offset setting (#1241) 2016-10-27 22:51:38 +03:00
RainLoop Team
aecb0b2500 Fix Email rendering issue (#1233) 2016-10-26 01:09:52 +03:00
RainLoop Team
1b7c6f76d1 Fix html parser
Add "login.active_backgroud" setting
2016-10-20 22:38:29 +03:00
RainLoop Team
224362299a 1.10.4.181 2016-09-21 20:12:18 +03:00
RainLoop Team
1e287f486d Fix idn decoding (#1175) 2016-09-13 20:04:39 +03:00
RainLoop Team
969f15dd6b Fix UrlSafeBase64Encode function 2016-08-31 22:00:48 +03:00
RainLoop Team
a30fc911f6 Fix html parsing 2016-08-30 00:00:16 +03:00
RainLoop Team
17669b7be0 es5 -> es2015 (last stage)
Signature plugin fixes
Add view decorator
A large number of fixes
2016-08-20 20:30:16 +03:00
RainLoop Team
fa6d7b3b86 1.10.3.150 2016-08-02 23:54:07 +03:00
RainLoop Team
641fb3e532 Small improvements 2016-07-14 22:26:15 +03:00
RainLoop Team
6e6dd31ad4 Fix set_time_limit system policy error (#1103) 2016-07-13 22:48:18 +03:00
RainLoop Team
5a01b59d40 Use only allowed attributes in the html parser. 2016-07-13 22:38:20 +03:00
RainLoop Team
d8903c0680 Improve plainToHtml function
Small code fixes
2016-06-22 23:02:17 +03:00
RainLoop Team
9a1d5dd1d3 Optimize HTML parsing (#1075) 2016-06-18 22:09:31 +03:00
RainLoop Team
fddc68b16d Fix html parsing (for PHP <5.3.6) 2016-06-09 00:41:05 +03:00
RainLoop Team
c2ab03f69c Optimize parse regex 2016-06-07 00:59:16 +03:00
RainLoop Team
2ed88f5d27 Simple PHPUnit tests 2016-05-20 22:02:39 +03:00
RainLoop Team
58b9eed8e8 Improve html parsing 2016-05-18 03:30:29 +03:00
RainLoop Team
ecf23a4f6d 1.10 beta 2016-05-02 23:50:41 +03:00
RainLoop Team
b3299725f6 Add support of Partial content downloading 2016-04-27 02:53:44 +03:00
RainLoop Team
007a03b8d4 Additional securty fixes 2015-11-18 23:09:53 +03:00
RainLoop Team
7312b2854b Added: Plugin: Contacts suggestion from ldap
Added: Custom favicon setting
+ Small fixes
2015-09-08 21:18:55 +03:00
RainLoop Team
3498700f61 Add additional logging for OpenPGP
Remove enforcing lower case for email addresses
Small fixes
2015-08-26 21:05:29 +03:00
RainLoop Team
3849fd02b4 Small fixes 2015-07-29 21:23:09 +04:00