mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
update comment
This commit is contained in:
parent
2898ecc5e0
commit
134c99624c
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ class AutoDomainGrabPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function detects the IMAP Host, and if it is set to "auto", replaces it with the email domain.
|
* This function detects the IMAP Host, and if it is set to "auto", replaces it with the MX or email domain.
|
||||||
*
|
*
|
||||||
* @param \RainLoop\Model\Account $oAccount
|
* @param \RainLoop\Model\Account $oAccount
|
||||||
* @param array $aImapCredentials
|
* @param array $aImapCredentials
|
||||||
|
|
@ -50,7 +50,7 @@ class AutoDomainGrabPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function detects the SMTP Host, and if it is set to "auto", replaces it with the email domain.
|
* This function detects the SMTP Host, and if it is set to "auto", replaces it with the MX or email domain.
|
||||||
*
|
*
|
||||||
* @param \RainLoop\Model\Account $oAccount
|
* @param \RainLoop\Model\Account $oAccount
|
||||||
* @param array $aSmtpCredentials
|
* @param array $aSmtpCredentials
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue