mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix typo in docu
This commit is contained in:
parent
47baa7540c
commit
2e5b87a6e1
@ -247,7 +247,7 @@ class Imap extends Horde_Imap_Client_Socket implements Imap\PushIface
|
||||
}
|
||||
|
||||
/**
|
||||
* Check admin credientials and connection (if supported)
|
||||
* Check admin credentials and connection (if supported)
|
||||
*
|
||||
* @param string $_username =null create an admin connection for given user or $this->acc_imap_username
|
||||
* @throws \Horde_IMAP_Client_Exception
|
||||
|
@ -18,8 +18,8 @@ use EGroupware\Api\Mail;
|
||||
/**
|
||||
* Manages connection to Dovecot IMAP server
|
||||
*
|
||||
* Basic differences to cyrusimap:
|
||||
* - no real admin user, but master user, whos password can be used to connect instead of real user
|
||||
* Basic differences to Cyrus IMAP:
|
||||
* - no real admin user, but master user, whose password can be used to connect instead of real user
|
||||
* - mailboxes have to be deleted in filesystem (no IMAP command for that)
|
||||
* --> require by webserver writable user_home to be configured, otherwise deleting get ignored like with defaultimap
|
||||
* - quota can be read, but not set
|
||||
|
Loading…
Reference in New Issue
Block a user