Skip to content

Instantly share code, notes, and snippets.

@pietrushnic
Created October 13, 2015 14:59
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/b469d15993cc1c0aa70c to your computer and use it in GitHub Desktop.
Save pietrushnic/b469d15993cc1c0aa70c to your computer and use it in GitHub Desktop.
[16:52:12] pietrushnic:offlineimap git:(next*) $ /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]: 52:36.14 Account sync foo@bar.com imaplib2 version 2.50
[imap]: 52:36.14 Account sync foo@bar.com imaplib2 debug level 5, buffer level 3
foobar.home.pl writer:
[imap]: 52:36.58 foobar.home.pl writer starting
foobar.home.pl reader:
[imap]: 52:36.58 foobar.home.pl reader starting using select
Account sync foo@bar.com:
[imap]: 52:36.58 Account sync foo@bar.com _request_push(continuation, None, {}) = KCOG0
foobar.home.pl reader:
[imap]: 52:36.58 foobar.home.pl reader select => [4], [], []
[imap]: 52:36.58 foobar.home.pl reader rcvd 55
[imap]: 52:36.58 foobar.home.pl reader < * OK foobar.home.pl IdeaImapServer v0.80 ready\r\n
Account sync foo@bar.com:
[imap]: 52:36.58 Account sync foo@bar.com None:KCOG0.ready.wait
foobar.home.pl handler:
[imap]: 52:36.68 foobar.home.pl handler starting
[imap]: 52:36.68 foobar.home.pl handler _put_response(* OK foobar.home.pl IdeaImapServer v0.80 ready)
[imap]: 52:36.68 foobar.home.pl handler untagged_responses[OK] 0 += ["foobar.home.pl IdeaImapServer v0.80 ready"]
[imap]: 52:36.68 foobar.home.pl handler _request_pop(continuation, (False, '* OK foobar.home.pl IdeaImapServer v0.80 ready')) [0] = KCOG0
[imap]: 52:36.68 foobar.home.pl handler None:KCOG0.ready.set
[imap]: 52:36.68 foobar.home.pl handler state_change_free.set
Account sync foo@bar.com:
[imap]: 52:36.70 Account sync foo@bar.com _get_untagged_response(OK) => ['foobar.home.pl IdeaImapServer v0.80 ready']
[imap]: 52:36.70 Account sync foo@bar.com state => NONAUTH
[imap]: 52:36.70 Account sync foo@bar.com [async] CAPABILITY ()
[imap]: 52:36.70 Account sync foo@bar.com state_change_pending.acquire
[imap]: 52:36.70 Account sync foo@bar.com state_change_pending.release
[imap]: 52:36.70 Account sync foo@bar.com _request_push(KCOG1, CAPABILITY, {}) = KCOG1
[imap]: 52:36.70 Account sync foo@bar.com data=KCOG1 CAPABILITY
[imap]: 52:36.70 Account sync foo@bar.com CAPABILITY:KCOG1.ready.wait
foobar.home.pl writer:
[imap]: 52:36.70 foobar.home.pl writer > KCOG1 CAPABILITY\r\n
foobar.home.pl reader:
[imap]: 53:06.60 foobar.home.pl reader select => [], [], []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment