Created
July 30, 2012 07:58
-
-
Save rafaelfaria/3205578 to your computer and use it in GitHub Desktop.
imap connections options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Social server listening on port 3000 in development mode | |
{ username: 'mcscardosor', | |
password: '************', | |
host: 'mail.xxxxxxx.com.au', | |
port: 443, | |
secure: true, | |
connTimeout: 10000, | |
debug: [Function] } | |
Connected to host. | |
Secure connection made. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment