On Thu, 13 Oct 2016 09:53:19 -0500 Bryan Holloway <[email protected]> wrote:
[...] > Is there a way to see the IMAP commands coming from the client? I've > tried looking at PCAPs, but of course they're encrypted so I can't > see the actual dialog going on between the server and client. I > didn't see an obvious way to do this in the docs. If you have access to the SSL/TLS key (IOW, the private part of the cert) the server uses to secure IMAP connections you can dump the IMAP traffic using the `ssldump` utility (which builds on `tcpdump`).
