Ralf Becker
|
a04cbc0ab4
|
an other chunk of PHP 8.0 Warnings fixed
|
2021-10-08 15:43:48 +02:00 |
|
Ralf Becker
|
91bd7c7aeb
|
an other chunk of fixed PHP 8.0 Warnings
|
2021-10-07 10:14:43 +02:00 |
|
Ralf Becker
|
cb8cac15dc
|
fix mail account creation under PHP 8.0
PHP 8.0: "new" > 0 === true
PHP<8.0: "new" > 0 === false
|
2021-10-06 12:31:23 +02:00 |
|
Ralf Becker
|
ddddc5ba05
|
next big chunk of fixed PHP 8.0 Warnings
|
2021-10-05 14:11:11 +02:00 |
|
Ralf Becker
|
89923e25c4
|
add an additional static method Api\Mail\Smtp::mailbox_address()
as PHP 8.0 does not allow to call a non-static method static, even if $this is (conditionally) not used
|
2021-09-29 10:10:48 +02:00 |
|
Ralf Becker
|
e7a3c031b2
|
fix class Api\Mail\Config not found
|
2021-06-15 10:51:48 +02:00 |
|
Ralf Becker
|
cb00de85ce
|
* Mail/Dovecot: allow to disable caching of flags in site config to support Dovecot private seen flags on shared folders
|
2021-06-15 10:23:11 +02:00 |
|
Hadi Nategh
|
ab3ee4ffbb
|
Clear xml errors in buffer after using xml in Mail otherwise it may get caught wrongly further in etemplate widget
|
2021-06-04 11:19:11 +02:00 |
|
Ralf Becker
|
547f28fe3d
|
report and log enabling push (and other IMAP errors)
don't switch regular reload handling off in that case
|
2021-05-25 17:47:25 +02:00 |
|
Hadi Nategh
|
59dbd27719
|
Fix mail integration fails for mails with having not encoded ampersands on their html content
|
2021-04-27 17:41:34 +02:00 |
|
Ralf Becker
|
fed41622c2
|
fixing all sorts of PHP 8 errors and PHPStorm errors
|
2021-03-31 17:50:01 +02:00 |
|
Ralf Becker
|
c37581f43c
|
* EPL/mail: support SpamTitan REST API to manage spam, requires an API token
|
2021-02-08 17:31:49 +02:00 |
|
Ralf Becker
|
b8edbd159e
|
guard against mail account looses all accounts it is valid for
|
2020-12-17 08:31:39 +01:00 |
|
Alexandros Sigalas
|
55c9487517
|
Fixed: Declaration of EGroupware\Api\Mail\Smime::extractSignedContents($data) should be compatible with Horde_Crypt_Smime::extractSignedContents($data, $sslpath = NULL)
|
2020-09-15 08:36:17 +02:00 |
|
Ralf Becker
|
a9dc772e14
|
* Mail: fix not shown folder tree for some Cyrus servers
since 20.1 uses Horde_Imap_Client::MBOX_ALL_SUBSCRIBED to query subscribed and unsubscribed folders in one command
|
2020-08-13 18:51:24 +02:00 |
|
Ralf Becker
|
6007fb5363
|
fix broken token/syntax, if no metadata yet
|
2020-07-24 16:55:58 +02:00 |
|
Ralf Becker
|
0f799acd75
|
fix multiple accounts could not subscribe for push on the same mailbox
|
2020-07-23 16:56:45 +02:00 |
|
Ralf Becker
|
cf06054fd7
|
move configuration of imap servers supporting push to mail site config and stadard imap server
|
2020-07-23 14:17:32 +02:00 |
|
Ralf Becker
|
25f942c431
|
fix accidently commited host-name
|
2020-07-22 18:21:07 +02:00 |
|
Ralf Becker
|
0f8a2668fb
|
fix token was only updated on account-change, not new login or daily token rotation, also support now multiple tokens/instances registring tokens for same account
|
2020-07-22 17:01:19 +02:00 |
|
Ralf Becker
|
bf44ee753a
|
WIP push for mail (currently only Dovecot with further configuration!)
|
2020-07-20 12:09:08 +02:00 |
|
nathangray
|
aab5415873
|
* Etemplate: Password widget improvements - suggest password button, added as custom field type (stored encrypted)
|
2020-06-12 10:56:53 -06:00 |
|
Ralf Becker
|
a0760f6b96
|
* Mail: fix creating a folder on level of inbox gave an error (if imap server supports it)
|
2020-06-08 11:59:49 +02:00 |
|
Ralf Becker
|
90c55e013d
|
try "PLAIN" first, in case IMAP wrongly reports some digest, it does not (correctly) implement
|
2020-02-05 10:58:34 +01:00 |
|
Ralf Becker
|
9cc0eaccd4
|
try "PLAIN" first, in case IMAP wrongly reports some digest, it does not (correctly) implement
|
2020-02-05 10:51:38 +01:00 |
|
Hadi Nategh
|
cf2d626bca
|
Fix replying to some mails with broken pre tags would cause infinite loop
|
2019-12-03 14:34:32 +01:00 |
|
nathangray
|
83e2d70222
|
Mail: Fix bullet & number to text conversion failed with non-ascii characters
|
2019-11-22 09:44:27 -07:00 |
|
nathangray
|
5acd287e8d
|
* Mail: keep number & bullet lists when converting to plain text
|
2019-11-08 11:42:25 -07:00 |
|
Ralf Becker
|
bdc8e71057
|
* Mail: stop logging of mails to webserver error-log
|
2019-10-30 15:09:11 +01:00 |
|
Ralf Becker
|
df1909d8c1
|
skip mail-accounts is user editable check for password change
some stored credentials are not event linked to mail accounts or
might belong to by user not editable accounts like smime on a mail account for all
|
2019-10-15 18:34:15 +02:00 |
|
nathangray
|
397b77a86d
|
Mail - another fix for extra newlines, now with less out of memory errors
|
2019-08-29 11:53:40 -06:00 |
|
Hadi Nategh
|
5dcb431087
|
Revert commit 91f85186cd as it breaks mail reply
|
2019-08-06 15:51:25 +02:00 |
|
nathangray
|
91f85186cd
|
Mail - fix extra newlines added when switching email from HTML to text
|
2019-08-02 11:50:52 -06:00 |
|
Ralf Becker
|
92f89f93ca
|
fix namespace in docu
|
2019-08-01 18:39:14 +02:00 |
|
nathangray
|
bfc2728ad3
|
Add github link to Collabora key description
|
2019-07-29 09:36:27 -06:00 |
|
nathangray
|
997822182d
|
Api - Move Collabora credential type ID into parent to avoid collisions
|
2019-07-29 09:26:49 -06:00 |
|
Ralf Becker
|
a43c5d3f1f
|
return only integer quota (im MB) as Dovecot does not deal with floats
|
2019-07-04 16:14:26 +02:00 |
|
Ralf Becker
|
206fdb367f
|
quota needs a left join to report mailboxes without quota
|
2019-07-04 10:33:29 +02:00 |
|
Ralf Becker
|
027ef6bd18
|
fix mail compose was not showing all identities after last commit
|
2019-07-04 09:28:27 +02:00 |
|
Ralf Becker
|
624a69a6bd
|
optionally return quota and groups too
|
2019-07-03 17:33:16 +02:00 |
|
Ralf Becker
|
690a19c77e
|
only ask IMAP for getUserData, if quota is needed
specially imported for managementserver_imap who needs to ask mserver
|
2019-07-03 14:13:53 +02:00 |
|
Ralf Becker
|
44a0079b9d
|
new user security popup incl. 2FA and token revokation
|
2019-06-05 13:10:25 +02:00 |
|
Alexandros Sigalas
|
1f2080e22c
|
Convert first with Api\Translation::convert, then decode with html_entity_decode()
|
2019-04-01 12:24:45 +03:00 |
|
Alexandros Sigalas
|
5c3a4fe6ce
|
Replaced html_entity_decode with Api\Translation::convert
|
2019-04-01 07:59:49 +03:00 |
|
nathangray
|
3dd671ad8d
|
Changes to support accessing Samba shares with Collabora
|
2019-01-31 14:42:37 -07:00 |
|
Hadi Nategh
|
490d79f774
|
Do not touch email addresses when creating a plaintext message
|
2018-12-20 16:57:46 +01:00 |
|
Hadi Nategh
|
9b993e5484
|
Revert unintentional commit
|
2018-10-25 18:23:36 +02:00 |
|
Hadi Nategh
|
16fe435de4
|
W.I.P. implementing TinyMCE editor and deprecating CKEditor:
- Fix language setting
- Update TinyMCE
|
2018-10-25 18:18:47 +02:00 |
|
Hadi Nategh
|
b7c359a6f1
|
* Mail: implement new preference to configure mail identity label shown as mail folder header
|
2018-09-25 15:00:01 +02:00 |
|
nathangray
|
2cf4904e1e
|
Don't use a static reference to egw->db, it breaks tests
|
2018-08-29 10:04:25 -06:00 |
|