ralf
|
b9919e8f2c
|
fix Smtp/Ads to NOT store users primary mail address as forward
if forwardOnly is not set, like we do it for UCS
|
2024-01-16 19:47:47 +02:00 |
|
ralf
|
802c4973a0
|
fix SQL error creating new mail-user, if username contains non-ascii chars
|
2023-11-14 15:51:10 +02:00 |
|
ralf
|
250ffebb22
|
ignore SQL error "Illegal mix of collations (ascii_general_ci,IMPLICIT) and (utf8mb3_general_ci,COERCIBLE) for operation '='" stalling mail for usernames with non-ascii chars
|
2023-11-14 15:23:23 +02:00 |
|
ralf
|
7522e7615f
|
fix Argument 2 passed to EGroupware\Api\Mail\Smtp::mailbox_address() must be of the type string, null given
called in /usr/share/egroupware/api/src/Mail/Smtp.php on line 238
caused by no mail domain specified in config or mail account
|
2023-02-07 08:19:39 +01:00 |
|
ralf
|
c616f1c6b5
|
fix some typos and IDE warnings
|
2022-07-05 15:18:50 +02:00 |
|
Ralf Becker
|
91bd7c7aeb
|
an other chunk of fixed PHP 8.0 Warnings
|
2021-10-07 10:14:43 +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
|
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
|
624a69a6bd
|
optionally return quota and groups too
|
2019-07-03 17:33:16 +02:00 |
|
Ralf Becker
|
b785766331
|
* LDAP/Mail: fix new accounts did not automatic enable mail account
Thanks to Lagrange, Joseph Fernando for the fix.
|
2017-08-29 20:08:43 +02:00 |
|
Ralf Becker
|
0528b72744
|
* Mail/ActiveDirectory: fix empty identity in mail compose and account not active in AD controled mail-server
|
2017-07-05 17:55:49 +02:00 |
|
Ralf Becker
|
0d80fdbcf9
|
* Univention: forwarding mails to external addresses added in UCS 4.2
|
2017-06-30 14:44:55 +02:00 |
|
Ralf Becker
|
cac463749e
|
fix PHP Warning: explode() expects parameter 2 to be string, array given on line 375
|
2017-05-03 18:02:18 +02:00 |
|
Ralf Becker
|
80cb358d88
|
fix use of old accounts_sql class, only existing if old phpgwapi is installed
|
2017-02-28 10:14:38 +01:00 |
|
Ralf Becker
|
01a02a1303
|
hook to invalidate, if mailaccount userdata changes
|
2016-04-06 09:05:02 +00:00 |
|
Ralf Becker
|
368a99167e
|
fix mail account dialog for non user-editable accounts was always readonly and SQL error on storing it, caused by moving tables from (no longer existing) emailadmin to api
|
2016-04-06 08:48:52 +00:00 |
|
Ralf Becker
|
00abda4682
|
moving emailadmin to api and admin, only emailadmin_hooks and tables still need moving
|
2016-03-28 18:51:38 +00:00 |
|