How print the raw imap messege sent? #509
Replies: 1 comment
-
You should be able to see the raw IMAP traffic sent and received by IMAPClient and it's internal imaplib client by turning on debug logging as described here: https://imapclient.readthedocs.io/en/master/concepts.html#logging |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to check the raw imap message sent by imapclient. How can I set up for imapclient so that the python program will print out what raw messages are sent?
Beta Was this translation helpful? Give feedback.
All reactions