Commit graph

55 commits

Author SHA1 Message Date
djmaze
693e0f4c10 Remove useless NewInstance
Bugfix: BodyStructure->SearchCharset return value
2020-05-08 11:49:18 +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
b9c019e05c Move some MailSo\Imap\ImapClient code to the new MailSo\Imap\ResponseCollection 2020-03-21 12:55:39 +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
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
b81b36d120 Bugfix: @param/@return documentation was incorrect which caused errors 2020-03-16 15:48:58 +01:00
djmaze
26c38b3ec9 More params and returns to PHP 7.3+ 2020-03-16 13:08:53 +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
18242368be Small fixes 2019-03-29 23:42:49 +03:00
Michael Barnathan
4cd86ede0b MailSo changes for TLS certs 2017-08-17 18:11:14 -04:00
RainLoop Team
224362299a 1.10.4.181 2016-09-21 20:12:18 +03:00
RainLoop Team
4f2a8b5b9b Add CRAM-MD5 support (#1016) 2016-05-29 18:56:42 +03:00
RainLoop Team
aeec36de19 Small fixes 2016-05-22 20:35:33 +03:00
RainLoop Team
ecf23a4f6d 1.10 beta 2016-05-02 23:50:41 +03:00
RainLoop Team
acaeb82397 Small refactoring: CramMd5 2015-11-10 20:20:24 +03:00
RainLoop Team
b5c1d8b665 Fixed: Unselect folder (if supported) on [moving, deleting] (#846) 2015-10-07 22:09:47 +03:00
RainLoop Team
2a7d8ccab8 Fixes a search for non-ascii strings (#793) 2015-08-12 23:40:38 +04:00
RainLoop Team
42bac6aa2f PreRelease fixes 2015-07-06 00:33:55 +04:00
RainLoop Team
763fae345b Capability improvements
Additional branding options
2015-05-20 15:46:34 +04:00
RainLoop Team
d8c9f7ec14 Code refactoring 2015-03-19 01:59:55 +04:00
RainLoop Team
f1b3271b4d Weekly fixes 2015-03-04 01:15:17 +04:00
RainLoop Team
19f089d0bf Small fixes
Utf8 clear supports icon unicode
2015-02-26 20:48:09 +04:00
RainLoop Team
7ef9ebb45f Optimizations
Added "[labs]imap_folder_list_limit" setting (optimization)
2015-01-08 02:50:59 +04:00
RainLoop Team
833f40c115 Added "Allow self signed certificates" setting
Updated recaptcha plugin
2015-01-06 01:42:45 +04:00
RainLoop Team
6b0ca800e8 Update MailSo license 2014-10-17 14:15:19 +04:00
RainLoop Team
e1d3010054 Added MailSo hooks 2014-10-09 19:19:39 +04:00
RainLoop Team
ecc2bdad24 Removed "Verify ssl certificate" setting (#332)
Added global "labs.verify_ssl_certificate" settings (default:true) (#332)
Fixed php notices
2014-10-07 18:47:54 +04:00
RainLoop Team
d63dc10e5b Remote host ssl verification 2014-10-06 18:25:36 +04:00
RainLoop Team
60b449b9f8 remove imap_message_list_hide_deleted_messages setting (it's a bad idea to use it)
fixed uid cacher
certificate validatetion on test connection (first look)
2014-10-01 01:27:00 +04:00
RainLoop Team
2271712305 MailSo Fixes (remove xlist) 2014-09-17 19:25:30 +04:00
RainLoop Team
77870442fe Fixed MailSo header parsing 2014-09-02 13:54:22 +04:00
RainLoop Team
36329110e5 Code refactoring 2014-08-26 19:24:47 +04:00
RainLoop Team
eb11eaa096 MailSo fixes 2014-08-19 16:39:27 +04:00
RainLoop Team
5a762f5066 Small fixes 2014-07-23 19:05:16 +04:00
RainLoop Team
5d84af4458 Remove LOGIN parameter (login, ownCloud, sso) (Security fix)
Code refactoring
2014-06-26 20:11:49 +04:00
RainLoop Team
40a0f8b821 Fix some performance issues 2014-06-23 20:14:47 +04:00
RainLoop Team
6c28b24aaf Improved logging
Small fixes
2014-06-06 20:11:38 +04:00
RainLoop Team
5236810d6b Added tests
Small fixes
2014-05-29 20:01:10 +04:00
RainLoop Team
d07e3b0247 MailSo optimizations: Logging, Fetch Callback
Contacts: remove transaction support
2014-05-26 19:50:23 +04:00
RainLoop Team
e82108ac85 IDNA support (beta) 2014-05-13 20:13:55 +04:00
RainLoop Team
53dc509d79 Many interface improvements, optimizations 2014-05-07 20:04:32 +04:00
RainLoop Team
29f579dc4e Imap ESEARCH/ESORT helper 2014-05-05 22:09:23 +04:00
RainLoop Team
26cd65d763 Imap ESEARCH helper 2014-05-05 19:52:36 +04:00
RainLoop Team
dde42c6190 MailSo update (quota) 2014-04-14 13:13:26 +04:00
RainLoop Team
d1a7dd9491 Small fixes 2014-03-14 19:55:47 +04:00