Re: Retrieve inbox contents and email body

2021-07-06 Thread Cameron Simpson
On 06Jul2021 18:19, Julius Hamilton wrote: >Thanks very much. >I am now looking into using a Python IMAP library. Note that imaplib from the Python standard library is only a low level wrapper for the protocol, not a fulling fledged "remote IMAP mailbox" tool (which you might expect to trweat

Re: Retrieve inbox contents and email body

2021-07-06 Thread Jon LaBadie
On Tue, Jul 06, 2021 at 06:19:54PM +0200, Julius Hamilton wrote: Thanks very much. I am now looking into using a Python IMAP library. However, I think there must be a way to just dump the contents of a Mutt page, and that could be an easier short-term solution. You mentioned there being a

Re: Retrieve inbox contents and email body

2021-07-06 Thread Julius Hamilton
Thanks very much. I am now looking into using a Python IMAP library. However, I think there must be a way to just dump the contents of a Mutt page, and that could be an easier short-term solution. You mentioned there being a print function. Could you provide an example of using that to print the