Skip to content

Instantly share code, notes, and snippets.

@pietrushnic
Created October 13, 2015 08:51
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 pietrushnic/b4148c276b62e213ff39 to your computer and use it in GitHub Desktop.
Save pietrushnic/b4148c276b62e213ff39 to your computer and use it in GitHub Desktop.
[10:48:26] pietrushnic:offlineimap git:(ssl-fix) $ /home/pietrushnic/src/python-venv/bin/offlineimap -d imap -a foo@bar.com
OfflineIMAP 6.6.0-rc1
Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
Debug mode: Forcing to singlethreaded.
Now debugging for imap: IMAP protocol debugging
Now debugging for : Other offlineimap related sync messages
Account sync foo@bar.com:
[imap]: Using authentication mechanisms ['GSSAPI', 'XOAUTH2', 'CRAM-MD5', 'PLAIN', 'LOGIN']
*** Processing account foo@bar.com
Establishing connection to foobar.home.pl:993
[imap]: 48:32.32 Account sync foo@bar.com imaplib2 version 2.49
[imap]: 48:32.32 Account sync foo@bar.com imaplib2 debug level 5, buffer level 3
foobar.home.pl writer:
[imap]: 48:32.66 foobar.home.pl writer starting
foobar.home.pl reader:
[imap]: 48:32.66 foobar.home.pl reader starting using poll
[imap]: 48:32.66 foobar.home.pl reader poll => [(4, 1)]
Account sync foo@bar.com:
[imap]: 48:32.67 Account sync foo@bar.com _request_push(continuation, None, {}) = DKHN0
[imap]: 48:32.67 Account sync foo@bar.com None:DKHN0.ready.wait
foobar.home.pl reader:
[imap]: 48:32.67 foobar.home.pl reader rcvd 55
[imap]: 48:32.67 foobar.home.pl reader < * OK foobar.home.pl IdeaImapServer v0.80 ready\r\n
foobar.home.pl handler:
[imap]: 48:32.76 foobar.home.pl handler starting
[imap]: 48:32.77 foobar.home.pl handler _put_response(* OK foobar.home.pl IdeaImapServer v0.80 ready)
[imap]: 48:32.77 foobar.home.pl handler untagged_responses[OK] 0 += ["foobar.home.pl IdeaImapServer v0.80 ready"]
[imap]: 48:32.77 foobar.home.pl handler _request_pop(continuation, (False, '* OK foobar.home.pl IdeaImapServer v0.80 ready')) [0] = DKHN0
[imap]: 48:32.77 foobar.home.pl handler None:DKHN0.ready.set
[imap]: 48:32.77 foobar.home.pl handler state_change_free.set
Account sync foo@bar.com:
[imap]: 48:32.78 Account sync foo@bar.com _get_untagged_response(OK) => ['foobar.home.pl IdeaImapServer v0.80 ready']
[imap]: 48:32.78 Account sync foo@bar.com state => NONAUTH
[imap]: 48:32.78 Account sync foo@bar.com [async] CAPABILITY ()
[imap]: 48:32.78 Account sync foo@bar.com state_change_pending.acquire
[imap]: 48:32.78 Account sync foo@bar.com state_change_pending.release
[imap]: 48:32.78 Account sync foo@bar.com _request_push(DKHN1, CAPABILITY, {}) = DKHN1
[imap]: 48:32.78 Account sync foo@bar.com data=DKHN1 CAPABILITY
foobar.home.pl writer:
[imap]: 48:32.78 foobar.home.pl writer > DKHN1 CAPABILITY\r\n
Account sync foo@bar.com:
[imap]: 48:32.78 Account sync foo@bar.com CAPABILITY:DKHN1.ready.wait
foobar.home.pl reader:
[imap]: 49:02.69 foobar.home.pl reader poll => []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment