ThomasHabets / cmdg

Command line Gmail client
Other
202 stars 22 forks source link

is it possible to download inline images? #125

Open kurokirasama opened 1 month ago

kurokirasama commented 1 month ago

Is your feature request related to a problem? Please describe.

When receiving an email with an inline image, the body of the mail just shows its filename.

Describe the solution you'd like

Been able to download the inline image,

Describe alternatives you've considered

-

Additional context

-

ThomasHabets commented 1 month ago

So I guess either the image is inline with the HTML, or an img src. Either way, parsing this out sounds like it's a bit out of scope.

Or do you have something in mind? If you find a tool that can do it, you can pipe the email out to it?