Merge pull request #3745 from colemanw/relMemberApi
[civicrm-core.git] / CRM / Mailing / MailStore / Pop3.php
index 3b52920d8ce9c6a8d33a9a79a7e1c53b7e2aaf50..003588536e0c2d0fb375fa0ac5d1fa8036984664 100644 (file)
 
 require_once 'ezc/Base/src/ezc_bootstrap.php';
 require_once 'ezc/autoload/mail_autoload.php';
+
+/**
+ * Class CRM_Mailing_MailStore_Pop3
+ */
 class CRM_Mailing_MailStore_Pop3 extends CRM_Mailing_MailStore {
 
   /**
    * Connect to the supplied POP3 server and make sure the two mail dirs exist
    *
-   * @param string $host      host to connect to
-   * @param string $username  authentication username
-   * @param string $password  authentication password
-   * @param bool   $ssl       whether to use POP3 or POP3S
+   * @param string $host host to connect to
+   * @param string $username authentication username
+   * @param string $password authentication password
+   * @param bool $ssl whether to use POP3 or POP3S
    *
-   * @return void
+   * @return \CRM_Mailing_MailStore_Pop3
    */
   function __construct($host, $username, $password, $ssl = TRUE) {
     if ($this->_debug) {