<<< Date Index >>>     <<< Thread Index >>>

Re: mutt/2147: Unbale to see the image as a part of email message body - mutt with -i option



The following reply was made to PR mutt/2147; it has been noted by GNATS.

From: TAKAHASHI Tamotsu <ttakah@xxxxxxxxxxxxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc: 
Subject: Re: mutt/2147: Unbale to see the image as a part of email message body 
- mutt with -i option
Date: Sat, 10 Dec 2005 15:31:56 +0900

 * Fri Dec  9 2005 Raj <jagtapr@xxxxxxxxx>
 >    Thank you so much for the hits and the updates. If createing
 > the HTML e-mail is the only option that I have then is this
 > something I can do with mutt ? Does mutt will support this?
 
 I don't think so.
 
 HTML messages use ``<img src="cid:foobar">'' to show images,
 but ``grep -i content-id ~/mutt/*.c'' returns nothing.
 
 We can modify Content-Type and Content-Description with mutt,
 but mutt has no function to modify/create Content-Id.
 
 If you write a sendmail-wrapper to
  * add a CID to each attachments
  * and s/attach1/cid:<the-CID-of-the-first-attachment>/,
 you can use ``<img src="attach1">'' to send HTML messages.
 
 -- 
 tamo