Skip to content

Instantly share code, notes, and snippets.

@pietrushnic
Created October 13, 2015 14:56
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/d1552d1b4ca1b14c122c to your computer and use it in GitHub Desktop.
Save pietrushnic/d1552d1b4ca1b14c122c to your computer and use it in GitHub Desktop.
[16:49:35] 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:143
[imap]: 49:53.27 Account sync foo@bar.com imaplib2 version 2.50
[imap]: 49:53.27 Account sync foo@bar.com imaplib2 debug level 5, buffer level 3
foobar.home.pl writer:
[imap]: 49:53.35 foobar.home.pl writer starting
foobar.home.pl reader:
[imap]: 49:53.35 foobar.home.pl reader starting using select
Account sync foo@bar.com:
[imap]: 49:53.35 Account sync foo@bar.com _request_push(continuation, None, {}) = KHFI0
[imap]: 49:53.35 Account sync foo@bar.com None:KHFI0.ready.wait
foobar.home.pl reader:
[imap]: 49:53.37 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.37 foobar.home.pl reader rcvd 55
[imap]: 49:53.37 foobar.home.pl reader < * OK foobar.home.pl IdeaImapServer v0.80 ready\r\n
foobar.home.pl handler:
[imap]: 49:53.45 foobar.home.pl handler starting
[imap]: 49:53.45 foobar.home.pl handler _put_response(* OK foobar.home.pl IdeaImapServer v0.80 ready)
[imap]: 49:53.45 foobar.home.pl handler untagged_responses[OK] 0 += ["foobar.home.pl IdeaImapServer v0.80 ready"]
[imap]: 49:53.45 foobar.home.pl handler _request_pop(continuation, (False, '* OK foobar.home.pl IdeaImapServer v0.80 ready')) [0] = KHFI0
[imap]: 49:53.45 foobar.home.pl handler None:KHFI0.ready.set
[imap]: 49:53.45 foobar.home.pl handler state_change_free.set
Account sync foo@bar.com:
[imap]: 49:53.47 Account sync foo@bar.com _get_untagged_response(OK) => ['foobar.home.pl IdeaImapServer v0.80 ready']
[imap]: 49:53.47 Account sync foo@bar.com state => NONAUTH
[imap]: 49:53.47 Account sync foo@bar.com [async] CAPABILITY ()
[imap]: 49:53.47 Account sync foo@bar.com state_change_pending.acquire
[imap]: 49:53.47 Account sync foo@bar.com state_change_pending.release
[imap]: 49:53.47 Account sync foo@bar.com _request_push(KHFI1, CAPABILITY, {}) = KHFI1
[imap]: 49:53.47 Account sync foo@bar.com data=KHFI1 CAPABILITY
[imap]: 49:53.47 Account sync foo@bar.com CAPABILITY:KHFI1.ready.wait
foobar.home.pl writer:
[imap]: 49:53.47 foobar.home.pl writer > KHFI1 CAPABILITY\r\n
foobar.home.pl reader:
[imap]: 49:53.49 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.49 foobar.home.pl reader rcvd 138
[imap]: 49:53.49 foobar.home.pl reader < * CAPABILITY IMAP4rev1 LITERAL+ CHILDREN I18NLEVEL=1 IDLE SORT UIDPLUS UNSELECT XLIST STARTTLS AUTH=PLAIN AUTH=LOGIN\r\n
[imap]: 49:53.49 foobar.home.pl reader < KHFI1 OK Completed\r\n
foobar.home.pl handler:
[imap]: 49:53.49 foobar.home.pl handler _put_response(* CAPABILITY IMAP4rev1 LITERAL+ CHILDREN I18NLEVEL=1 IDLE SORT UIDPLUS UNSELECT XLIST STARTTLS AUTH=PLAIN AUTH=LOGIN)
[imap]: 49:53.49 foobar.home.pl handler untagged_responses[CAPABILITY] 0 += ["IMAP4rev1 LITERAL+ CHILDREN I18NLEVEL=1 IDLE SORT UIDPLUS UNSELECT XLIST STARTTL"]
[imap]: 49:53.49 foobar.home.pl handler _put_response(KHFI1 OK Completed)
[imap]: 49:53.49 foobar.home.pl handler _request_pop(KHFI1, ('OK', ['Completed'])) [0] = KHFI1
[imap]: 49:53.49 foobar.home.pl handler CAPABILITY:KHFI1.ready.set
[imap]: 49:53.49 foobar.home.pl handler state_change_free.set
Account sync foo@bar.com:
[imap]: 49:53.50 Account sync foo@bar.com _get_untagged_response(CAPABILITY) => ['IMAP4rev1 LITERAL+ CHILDREN I18NLEVEL=1 IDLE SORT UIDPLUS UNSELECT XLIST START
[imap]: 49:53.50 Account sync foo@bar.com _untagged_response(OK, ?, CAPABILITY) => ['IMAP4rev1 LITERAL+ CHILDREN I18NLEVEL=1 IDLE SORT UIDPLUS UNSELECT XLIST START
[imap]: 49:53.50 Account sync foo@bar.com CAPABILITY: ('IMAP4REV1', 'LITERAL+', 'CHILDREN', 'I18NLEVEL=1', 'IDLE', 'SORT', 'UIDPLUS', 'UNSELECT', 'XLIST', 'STARTTLS', 'AUTH=PLAIN', 'AUTH=LOGIN')
[imap]: Using STARTTLS connection
[imap]: 49:53.50 Account sync foo@bar.com [sync] STARTTLS ()
[imap]: 49:53.50 Account sync foo@bar.com state_change_pending.acquire
[imap]: 49:53.50 Account sync foo@bar.com _request_push(KHFI2, STARTTLS, {}) = KHFI2
[imap]: 49:53.50 Account sync foo@bar.com data=KHFI2 STARTTLS
[imap]: 49:53.50 Account sync foo@bar.com STARTTLS:KHFI2.ready.wait
foobar.home.pl writer:
[imap]: 49:53.50 foobar.home.pl writer > KHFI2 STARTTLS\r\n
foobar.home.pl reader:
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.52 foobar.home.pl reader rcvd 1
[imap]: 49:53.52 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader select => [4], [], []
[imap]: 49:53.53 foobar.home.pl reader rcvd 1
[imap]: 49:53.53 foobar.home.pl reader < KHFI2 OK Begin TLS negotiation\r\n
foobar.home.pl handler:
[imap]: 49:53.53 foobar.home.pl handler _put_response(KHFI2 OK Begin TLS negotiation)
[imap]: 49:53.53 foobar.home.pl handler _request_pop(KHFI2, ('OK', ['Begin TLS negotiation'])) [0] = KHFI2
[imap]: 49:53.53 foobar.home.pl handler STARTTLS:KHFI2.ready.set
[imap]: 49:53.53 foobar.home.pl handler state_change_free.set
foobar.home.pl reader:
[imap]: 49:53.53 foobar.home.pl reader finished
Account sync foo@bar.com:
[imap]: 49:53.53 Account sync foo@bar.com state_change_pending.release
foobar.home.pl reader:
[imap]: 49:53.76 foobar.home.pl reader starting using select
Account sync foo@bar.com:
[imap]: 49:53.76 Account sync foo@bar.com [async] CAPABILITY ()
[imap]: 49:53.76 Account sync foo@bar.com state_change_pending.acquire
[imap]: 49:53.76 Account sync foo@bar.com state_change_pending.release
[imap]: 49:53.76 Account sync foo@bar.com _request_push(KHFI3, CAPABILITY, {}) = KHFI3
[imap]: 49:53.76 Account sync foo@bar.com data=KHFI3 CAPABILITY
[imap]: 49:53.76 Account sync foo@bar.com CAPABILITY:KHFI3.ready.wait
foobar.home.pl writer:
[imap]: 49:53.77 foobar.home.pl writer > KHFI3 CAPABILITY\r\n
foobar.home.pl reader:
[imap]: 50:23.79 foobar.home.pl reader select => [], [], []
[imap]: 50:53.82 foobar.home.pl reader select => [], [], []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment