We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e176469 commit d2675f5Copy full SHA for d2675f5
1 file changed
src/Services/IMAPAuth.php
@@ -33,11 +33,18 @@ final class IMAPAuth extends AbstractBasic
33
private $autoCreate;
34
35
/**
36
- * IMAP server in the form host[:port].
+ * IMAP server host.
37
*
38
* @var string
39
*/
40
- private $IMAPAuthUrl;
+ private $IMAPHost;
41
+
42
+ /**
43
+ * IMAP server port.
44
+ *
45
+ * @var int
46
+ */
47
+ private $IMAPPort;
48
49
50
* IMAP encryption method. Could be ssl, tls or false.
0 commit comments