This website requires JavaScript.
Explore
Help
Sign In
extern
/
egroupware_official
Watch
1
Star
0
Fork
0
You've already forked egroupware_official
mirror of
https://github.com/EGroupware/egroupware.git
synced
2024-12-19 05:01:12 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3bc36fa80c
egroupware_official
/
emailadmin
/
inc
History
Klaus Leithoff
68e9167a87
handle weird problem on fetching attachments of attached email, when the attached message/rfc is retrieved as binary; thus when fetching message/rfc parts always do so using BODY method instead of BINARY
2015-04-02 12:40:49 +00:00
..
class.dbmaildbmailuser.inc.php
class.dbmailqmailuser.inc.php
class.defaultimap.inc.php
class.defaultsmtp.inc.php
class.emailadmin_account.inc.php
fix for function identity_name to use the same logic on missing identity values (like ident_realname and ident_email) as iterator on identities; if no ident_email is present use the users email-address, if still empty use acc_imap_username if it passes a simple test on qualifying as email address
2015-03-20 11:07:53 +00:00
class.emailadmin_base.inc.php
class.emailadmin_credentials.inc.php
no need to write empty usernames, store empty passwords without encrypting them as "", because mcrypt will give a warning and returning just false otherwise
2015-01-30 13:33:45 +00:00
class.emailadmin_hooks.inc.php
class.emailadmin_horde_cache.inc.php
class.emailadmin_imap_cyrus.inc.php
class.emailadmin_imap_dovecot.inc.php
class.emailadmin_imap.inc.php
handle failed delimiter retrieving, or no delimiter reported by imap. default to slash (/)
2015-03-26 11:04:32 +00:00
class.emailadmin_imapbase.inc.php
handle weird problem on fetching attachments of attached email, when the attached message/rfc is retrieved as binary; thus when fetching message/rfc parts always do so using BODY method instead of BINARY
2015-04-02 12:40:49 +00:00
class.emailadmin_notifications.inc.php
class.emailadmin_script.inc.php
* Mail/Sieve: check capability if VACATION is supported by SIEVE Server before trying to set an serverside vacation absent notice
2015-02-06 12:41:03 +00:00
class.emailadmin_sieve.inc.php
* Sieve: coping with a dbmail bug in some versions of the Server. Server using formal syntax being reserved for client->server communication
2015-01-27 12:23:10 +00:00
class.emailadmin_smtp_ads.inc.php
class.emailadmin_smtp_ldap.inc.php
* Univention: mail app was not working for in UCS created users
2015-02-14 12:56:28 +00:00
class.emailadmin_smtp_mandriva.inc.php
class.emailadmin_smtp_qmail.inc.php
class.emailadmin_smtp_sql.inc.php
class.emailadmin_smtp_suse.inc.php
class.emailadmin_smtp_univention.inc.php
* Univention: mail app was not working for in UCS created users
2015-02-14 12:56:28 +00:00
class.emailadmin_smtp.inc.php
class.emailadmin_wizard.inc.php
class.postfixdbmailuser.inc.php
class.postfixinetorgperson.inc.php
class.postfixldap.inc.php