Guest User

mbsync-1.3.1

a guest
Sep 25th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Reading configuration file /home/user/.mbsyncrc
  2. Channel user
  3. Opening master store user-remote...
  4. Resolving imap.mail.yahoo.com... ok
  5. Connecting to imap.mail.yahoo.com (77.238.185.51:993)...
  6. Opening slave store user-local...
  7. Connection is now encrypted
  8. * OK [CAPABILITY IMAP4rev1 SASL-IR AUTH=PLAIN AUTH=XOAUTH2 AUTH=OAUTHBEARER ID MOVE NAMESPACE XYMHIGHESTMODSEQ UIDPLUS LITERAL+ CHILDREN X-MSG-EXT OBJECTID] IMAP4rev1 Hello
  9. Logging in...
  10. Authenticating with SASL mechanism PLAIN...
  11. >>> 1 AUTHENTICATE PLAIN <authdata>
  12. 1 OK AUTHENTICATE completed
  13. >>> 2 NAMESPACE
  14. * NAMESPACE (("" "/")) NIL NIL
  15. 2 OK NAMESPACE completed
  16. >>> 3 LIST "" "*"
  17. * LIST (\Archive \HasNoChildren) "/" "Archive"
  18. * LIST (\HasChildren) "/" "Archives"
  19. * LIST (\HasNoChildren) "/" "Archives/2007"
  20. * LIST (\HasNoChildren) "/" "Archives/2011"
  21. * LIST (\HasNoChildren) "/" "Archives/2013"
  22. * LIST (\HasNoChildren) "/" "Archives/2014"
  23. * LIST (\HasNoChildren) "/" "Archives/2015"
  24. * LIST (\HasNoChildren) "/" "Archives/2016"
  25. * LIST (\Junk \HasNoChildren) "/" "Bulk Mail"
  26. * LIST (\Drafts \HasNoChildren) "/" "Draft"
  27. * LIST (\HasNoChildren) "/" "Drafts"
  28. * LIST (\HasNoChildren) "/" "Inbox"
  29. * LIST (\Sent \HasNoChildren) "/" "Sent"
  30. * LIST (\Trash \HasNoChildren) "/" "Trash"
  31. 3 OK LIST completed
  32. Archive
  33. Archives
  34. Archives/2007
  35. Archives/2011
  36. Archives/2013
  37. Archives/2014
  38. Archives/2015
  39. Archives/2016
  40. Bulk Mail
  41. Draft
  42. Drafts
  43. Inbox
  44. Sent
  45. Trash
  46. >>> 4 LOGOUT
  47. * BYE IMAP4rev1 Server logging out
  48. 4 OK LOGOUT completed
Advertisement
Add Comment
Please, Sign In to add comment