This commit is contained in:
Synox 2017-01-20 22:53:21 +01:00
parent bad498c662
commit 9b7fbacb74

View File

@ -42,7 +42,7 @@ function print_emails($username, $address) {
/**
* deletes emails by id and username. The $address must match the recipient in the email.
*
* @param $mailid integer imap email id (integer)
* @param $mailid integer imap email id
* @param $address string email address
* @internal param the $username matching username
*/
@ -65,7 +65,7 @@ function delete_email($mailid, $address) {
/**
* download email by id and username. The $address must match the recipient in the email.
*
* @param $mailid integer imap email id (integer)
* @param $mailid integer imap email id
* @param $address string email address
* @internal param the $username matching username
*/