Commit graph

129 commits

Author SHA1 Message Date
djmaze
0181d9645a Rebranding to SnappyMail because this fork of RainLoop has way too many changes to be compatible. 2020-09-23 17:23:04 +02:00
djmaze
38049e0eb9 Improve data security 2020-09-23 11:40:08 +02:00
djmaze
3599c4c745 Resolve https://github.com/the-djmaze/rainloop-webmail/issues/4 2020-09-23 10:28:05 +02:00
djmaze
39e9ecd4f2 https://github.com/RainLoop/rainloop-webmail/pull/2012 2020-09-12 14:08:18 +02:00
djmaze
aea3389bf2 Hard to solve issue 4 "Curl error code CURLE_URL_MALFORMAT" so we log the url 2020-08-30 17:34:58 +02:00
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
82e560bc53 Fix some return types 2020-05-08 10:13:01 +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
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
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
23e9964997 Bugfix: more function return type errors 2020-03-16 16:35:25 +01:00
djmaze
26c38b3ec9 More params and returns to PHP 7.3+ 2020-03-16 13:08:53 +01:00
djmaze
aae7883b99 Bugfix: bootstrap jQuery('#') syntax error
Changed: use ES2015
Changed: gulp uglify to terser
Removed: ChangePassword
Removed: nanoscroll
Removed: JS polyfills
2020-03-13 15:30:39 +01:00
djmaze
234e5a5014 Resolve issue with ->SetLogger() due to function return type issue 2020-03-11 15:46:56 +01:00
djmaze
690190bb26 there's not type hint 'resource' (bug in my converter)
https://wiki.php.net/rfc/scalar_type_hints#type_hint_choices
2020-03-11 15:42:46 +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
0c38f42197 Small improvements 2019-07-11 21:45:47 +03:00
Martin Stenröse
8068ce4ec2 Create index for id_contact and prop_type on rainloop_ab_properties 2017-12-05 08:40:43 +01:00
RainLoop
e0ba6aba9f Add login.login_lowercase setting (#814) 2017-10-11 22:18:41 +03:00
RainLoop Team
0f6b70f63e Add confog for sieve auth plain command 2017-07-11 16:10:19 +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
28a125426a Add alias support (domains) 2016-06-11 01:20:09 +03:00
RainLoop Team
dee86572e4 Imporve ownClud Suggestion driver 2016-06-08 23:41:49 +03:00
RainLoop Team
c0ab236440 Support regex extension (SIEVE) (#1043)
+ Update jquery
2016-05-27 00:52:24 +03:00
RainLoop Team
0f981a9e51 Improve ENV replacement 2016-05-22 16:44:43 +03:00
RainLoop Team
7ad02eaf6a Improve CSV export (#960) 2016-05-17 23:56:07 +03:00
RainLoop Team
55e3bad890 Added: Configurable timeouts for IMAP, SMTP and SIEVE (#843) 2015-10-07 21:56:07 +03:00
RainLoop Team
9b517feca3 Optimization: Email suggestions (#821) 2015-09-21 21:07:27 +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
436e54891e Contacts suggestions example plugin 2015-08-19 21:58:34 +03:00
RainLoop Team
c99a46a118 Small improvements 2015-07-30 01:14:48 +04:00
RainLoop Team
42bac6aa2f PreRelease fixes 2015-07-06 00:33:55 +04:00
RainLoop Team
34a9b8cbc5 OpenPGP improvements (first step)
openpgpjs: 0.7.2 -> 0.10.1
additional fixes
2015-06-23 01:34:52 +04:00
RainLoop Team
09334159c2 A lot small fixes 2015-06-23 01:34:51 +04:00
RainLoop Team
4457cdbc23 Improvements of message displaying (internal styles) 2015-06-23 01:34:50 +04:00
RainLoop Team
05b1c1dfe5 Filter improvements 2015-05-13 02:53:01 +04:00
RainLoop Team
5b6c90aea9 pre release commit (1.9.0.325) 2015-05-09 16:09:08 +04:00
RainLoop Team
1fb553e77e Remote Synchronization (CardDAV) improvements:
now it supports address book url auto detection (and works with Google contacts, icloud and etc.)
2015-05-09 02:43:56 +04:00
RainLoop Team
66c3307291 Small fixes 2015-05-06 02:03:58 +04:00
RainLoop Team
56a11e5833 Allowed contacts for ownCloud package. + contacts suggestions improvements. 2015-04-29 00:28:51 +04:00
RainLoop Team
48b91fb957 Save attachments as ... 2015-04-25 02:58:56 +04:00
RainLoop Team
7a32baa982 Release 1.8.3 2015-04-14 21:10:51 +04:00
RainLoop Team
80c5e35a29 New styles for toltips (Opentip)
Selector new functionality
x-script tag support for templates
2015-04-02 01:59:03 +04:00
RainLoop Team
3613bf5270 vCard parser fixes 2015-03-09 23:42:43 +04:00
RainLoop Team
eefbeff4b9 Fixed ownCloud contacts suggestions 2015-02-19 01:18:53 +04:00
RainLoop Team
b01f298b7b Release commit 2015-02-15 04:30:21 +04:00