Commit Graph

15 Commits

Author SHA1 Message Date
Klaus Leithoff
b4fb293dce on deleteUsers hook: we need an admin connection, but we have to check general connected status as well, in case we are not 2013-09-20 07:42:15 +00:00
Klaus Leithoff
a6538a5662 * eMail/IMAP: fix for failed connection for subsequent connects when using STARTTLS in certain enviroments
the buffering of capabilities triggers connections that STARTTLS to use these capabilities at the wrong time; thus we reset the capability buffered by icServer object
2013-09-17 07:58:27 +00:00
Ralf Becker
faedd7a01c hopefully last PHP 5.2 fixes 2013-07-30 15:30:02 +00:00
Ralf Becker
a46d694d89 * EMailAdmin: make imap classes and default smtp class usable with PHP 5.2, LDAP requires 5.3! 2013-07-30 12:50:14 +00:00
Ralf Becker
5a5717b972 fixed "PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM" under PHP 5.2 2013-07-30 11:53:25 +00:00
Ralf Becker
2d6b9f9065 * EMailAdmin/Setup: disabling certificate validation on imaps connection by default for new profiles (can be enabled in EMailAdmin) 2013-07-25 09:05:23 +00:00
Ralf Becker
8f9ec70e8d removed PHP 5.3 closure in favor for a regular class method, thought LDAP plugins still require 5.3 2013-06-18 14:51:27 +00:00
Klaus Leithoff
094e6d8c32 fix bug regarding Certificate Check (if you wanted it switched of, all applicable emailadmin profiles had to switch it off); fix bug regarding missing but assumed existing default profile resulted in wrong LoginType method choosen 2013-06-14 10:57:08 +00:00
Klaus Leithoff
96b744df72 * eMailAdmin/eMail: backport of emailadmin from epl 11.1 to community 1.8 to allow for mandriva MailAccount and suseMailRecipient LDAP Schema to be used in emailadmin; support of storing email attributes in sql database (that way, eGroupware may be used as AccountStorage for your MailServer); LDAP requires php5.3 now! You must visit setup to upgrade emailadmin tables, if you are using a svn checkout 2013-06-13 14:13:01 +00:00
Ralf Becker
2e64f271d5 * PostgreSQL/Setup/EMailAdmin: fixed Setup >> Configuration was not storing anything
caused by egw_emailadmin.ea_(user|group) is varchar (for whatever reason) and postgres never returned a default profile
2012-02-29 19:04:02 +00:00
Klaus Leithoff
778bf6c666 * emailadmin: fix problem with UpperLowerCase User Names, use lower case usernames ONLY, when accessing / creating / updating mailboxes 2011-09-20 10:22:06 +00:00
Klaus Leithoff
8e5b8f5937 * emailadmin: is_a compatibility vs. php5.3.8 resolving to instanceof operator 2011-09-12 15:09:37 +00:00
Klaus Leithoff
5a0b6c197b fix typo while saving to config 2011-09-07 09:49:29 +00:00
Klaus Leithoff
cfbe85603f try LOGIN first for login to IMAP Server as prefered login method. only use best auth method, if LOGIN is not available: Reason-> some servers do report auth methods that they do not truly support (cram-md5) 2011-06-15 13:03:58 +00:00
Klaus Leithoff
ed8b599fb2 adapt values to yes/no while saving ea_imap_tsl_auth / imapTLSAuthentication emailadminprofiles 2011-05-02 08:26:38 +00:00