Commit graph

71 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
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
8fe8369b2a Support PECL xxtea 2020-03-19 23:11:04 +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
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
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
4a19059217 UTF8-Subjects not working (close #1479) 2017-09-20 22:47:08 +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
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
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
ecf23a4f6d 1.10 beta 2016-05-02 23:50:41 +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
RainLoop Team
42bac6aa2f PreRelease fixes 2015-07-06 00:33:55 +04:00
RainLoop Team
09334159c2 A lot small fixes 2015-06-23 01:34:51 +04:00
RainLoop Team
8f55b5c554 Release fixes
Additional branding options
fixes (php mail functionality)
2015-05-23 02:07:47 +04:00
Drew Csillag
2361e4f8ce Fix so it can handle Dovecot master logins 2015-05-21 15:46:02 -04:00
RainLoop Team
763fae345b Capability improvements
Additional branding options
2015-05-20 15:46:34 +04:00
RainLoop Team
2f482a6288 Added Allow/Disallow multiple identities 2015-05-18 00:41:59 +04:00
RainLoop Team
f63edfa7cc Displaying format=flowed e-mails (#276) 2015-05-08 02:30:03 +04:00
RainLoop Team
48b91fb957 Save attachments as ... 2015-04-25 02:58:56 +04:00
RainLoop Team
d8c9f7ec14 Code refactoring 2015-03-19 01:59:55 +04:00
RainLoop Team
c23ba31e17 Promises (first look)
Thread dropdown
Small fixes
2015-03-14 18:27:44 +04:00
RainLoop Team
19f089d0bf Small fixes
Utf8 clear supports icon unicode
2015-02-26 20:48:09 +04:00
RainLoop Team
b01f298b7b Release commit 2015-02-15 04:30:21 +04:00
RainLoop Team
6116597f6f Many fixes
New ownCloud package with a built-in webmail
2015-02-12 01:41:07 +04:00
RainLoop Team
e3e7c1d963 Interface redesign (attachments, new preview pane layout) 2015-01-04 23:30:07 +04:00
RainLoop Team
06e6f1a2da New Message View (with attachments thumbnails) 2014-12-24 22:50:03 +04:00
RainLoop Team
8cf8b94d39 Code refactoring 2014-10-18 17:43:44 +04:00
RainLoop Team
3a9bc849c9 Header parser fixes (ISO_2022_JP charset probles) (Closes #355)
+ Small fixes
2014-10-18 01:09:20 +04:00
RainLoop Team
6b0ca800e8 Update MailSo license 2014-10-17 14:15:19 +04:00
RainLoop Team
0af6fbadaa Added apc cache for config files
Loggin improvements
2014-10-14 19:19:05 +04:00
RainLoop Team
49f6c8bbe9 Added "Verify ssl certificate" setting in domain configuration popup (Closes #332) 2014-10-07 01:47:21 +04:00
RainLoop Team
cdf812ae9a Update Jua 2014-09-11 19:00:05 +04:00
RainLoop Team
9bf5847983 Header parsing optimization 2014-09-03 13:22:05 +04:00
RainLoop Team
290cf38b97 Code refactoring
Threads sorting
Big mailbox optimazations
Added "labs.imap_message_list_date_filter"
Added "labs.imap_message_list_count_limit_trigger"
Added "labs.imap_message_list_hide_deleted_messages"
2014-08-13 20:13:50 +04:00
RainLoop Team
1de1ecc9c4 Code refactoring 2014-07-30 20:01:02 +04:00
RainLoop Team
58d8e92902 Small fixes 2014-07-30 15:57:38 +04:00
RainLoop Team
4d2df09946 Google Drive (first look) 2014-07-28 19:55:22 +04:00