fix typo in docu

This commit is contained in:
ralf 2022-07-25 11:17:49 +02:00
parent 47baa7540c
commit 2e5b87a6e1
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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