Skip to content

Instantly share code, notes, and snippets.

@rafaelfaria
Created July 30, 2012 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelfaria/3205578 to your computer and use it in GitHub Desktop.
Save rafaelfaria/3205578 to your computer and use it in GitHub Desktop.
imap connections options
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