forked from extern/egroupware
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
|
* @param string $_username =null create an admin connection for given user or $this->acc_imap_username
|
||||||
* @throws \Horde_IMAP_Client_Exception
|
* @throws \Horde_IMAP_Client_Exception
|
||||||
|
@ -18,8 +18,8 @@ use EGroupware\Api\Mail;
|
|||||||
/**
|
/**
|
||||||
* Manages connection to Dovecot IMAP server
|
* Manages connection to Dovecot IMAP server
|
||||||
*
|
*
|
||||||
* Basic differences to cyrusimap:
|
* Basic differences to Cyrus IMAP:
|
||||||
* - no real admin user, but master user, whos password can be used to connect instead of real user
|
* - 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)
|
* - 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
|
* --> require by webserver writable user_home to be configured, otherwise deleting get ignored like with defaultimap
|
||||||
* - quota can be read, but not set
|
* - quota can be read, but not set
|
||||||
|
Loading…
Reference in New Issue
Block a user