rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
131 stars 31 forks source link

Add Fastmail shortcut and fix pretty print regex #15

Closed cdubz closed 4 years ago

cdubz commented 4 years ago

This PR includes a couple of small modifications I made for my own use case -- in case you want to merge it.

Primarily it adds support for a shortcut command for Fastmail hosted IMAP service.

I also made a small adjustment to the regex for pretty printing mailboxes, which wasn't working at all for me with Fastmail's IMAP response. Curious to have someone test and confirm this change with different services.

rgladwell commented 4 years ago

@cdubz Thanks so much for this. Much appreciated.