Re: message-ids containing slashes was: Can I use Mutt from Bash to extract attachments into an arbitrary directory?

2016-11-19 Thread David Champion
* On 19 Nov 2016, Cameron Simpson wrote: > Just to followup on this, here I am code reviewing some stuff for work and > what does github use for Message-IDs? This: > > Message-ID: Interesting. I guess I would be inclined to solve this by simply urllib.quote()ing the string - consistent and

message-ids containing slashes was: Can I use Mutt from Bash to extract attachments into an arbitrary directory?

2016-11-19 Thread Cameron Simpson
On 15Sep2016 11:52, Cameron Simpson wrote: On 14Sep2016 18:35, David Champion wrote: It will create a directory under /tmp/foo named for the message's message-id, and store each attachment inside. Filenames are taken from the MIME or generated sequentially