Skip to content

Instantly share code, notes, and snippets.

@pietrushnic
Created February 14, 2016 23:25
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/5be0185eaa4369270938 to your computer and use it in GitHub Desktop.
Save pietrushnic/5be0185eaa4369270938 to your computer and use it in GitHub Desktop.
[0:13:38] pietrushnic:offlineimap git:(426905ba8517) $ /home/pietrushnic/src/python-venv/bin/offlineimap -d all -a foo@bar.com
OfflineIMAP 6.7.0-rc1
Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
Now debugging for imap: IMAP protocol debugging
Now debugging for maildir: Maildir repository debugging
Now debugging for thread: Threading debugging
Now debugging for : Other offlineimap related sync messages
Account sync foo@bar.com:
[thread]: Register new thread 'Account sync foo@bar.com' (account 'foo@bar.com')
gpg-agent[1709]: handler 0x560429e68670 for fd 6 started
gpg-agent[1709]: handler 0x560429e68670 for fd 6 terminated
[imap]: Using authentication mechanisms ['GSSAPI', 'XOAUTH2', 'CRAM-MD5', 'PLAIN', 'LOGIN']
[maildir]: MaildirRepository initialized, sep is '.'
*** Processing account foo@bar.com
Establishing connection to foobar.home.pl:993
[imap]: 13:53.78 Account sync foo@bar.com imaplib2 version 2.52
[imap]: 13:53.78 Account sync foo@bar.com imaplib2 debug level 5, buffer level 3
foobar.home.pl writer:
[imap]: 13:54.12 foobar.home.pl writer starting
Account sync foo@bar.com:
[imap]: 13:54.12 Account sync foo@bar.com _request_push(continuation, welcome, {}) = GJCJ0
[imap]: 13:54.12 Account sync foo@bar.com welcome:GJCJ0.ready.wait
foobar.home.pl reader:
[imap]: 13:54.12 foobar.home.pl reader starting using poll
[imap]: 13:54.12 foobar.home.pl reader poll => [(4, 1)]
[imap]: 13:54.12 foobar.home.pl reader rcvd 55
[imap]: 13:54.12 foobar.home.pl reader < * OK foobar.home.pl IdeaImapServer v0.80 ready\r\n
foobar.home.pl handler:
[imap]: 13:54.22 foobar.home.pl handler starting
[imap]: 13:54.22 foobar.home.pl handler _put_response(* OK foobar.home.pl IdeaImapServer v0.80 ready)
[imap]: 13:54.22 foobar.home.pl handler untagged_responses[OK] 0 += ["foobar.home.pl IdeaImapServer v0.80 ready"]
[imap]: 13:54.22 foobar.home.pl handler _request_pop(continuation, (False, '* OK foobar.home.pl IdeaImapServer v0.80 ready')) [0] = GJCJ0
[imap]: 13:54.22 foobar.home.pl handler welcome:GJCJ0.ready.set
[imap]: 13:54.22 foobar.home.pl handler state_change_free.set
Account sync foo@bar.com:
[imap]: 13:54.24 Account sync foo@bar.com _get_untagged_response(OK) => ['foobar.home.pl IdeaImapServer v0.80 ready']
[imap]: 13:54.24 Account sync foo@bar.com state => NONAUTH
[imap]: 13:54.24 Account sync foo@bar.com [async] CAPABILITY ()
[imap]: 13:54.24 Account sync foo@bar.com state_change_pending.acquire
[imap]: 13:54.24 Account sync foo@bar.com state_change_pending.release
[imap]: 13:54.24 Account sync foo@bar.com _request_push(GJCJ1, CAPABILITY, {}) = GJCJ1
[imap]: 13:54.24 Account sync foo@bar.com data=GJCJ1 CAPABILITY
[imap]: 13:54.24 Account sync foo@bar.com CAPABILITY:GJCJ1.ready.wait
foobar.home.pl writer:
[imap]: 13:54.24 foobar.home.pl writer > GJCJ1 CAPABILITY\r\n
foobar.home.pl reader:
[imap]: 14:24.14 foobar.home.pl reader poll => []
[imap]: 14:54.17 foobar.home.pl reader poll => []
[imap]: 15:24.20 foobar.home.pl reader poll => []
[imap]: 15:54.22 foobar.home.pl reader poll => []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment