Am 2005-04-07 22:30:39, schrieb Joel CARNAT:
> Hi,
>
> I want to do evil with my Mutt.
> I decided to send HTML/TXT multipart/alternative mail with my Mutt :)
>
> This is only for sending mail @work where a friend goes "gna gna HTML
> mail rulez". I don't really bother but I thought it might be a nice
> conf/scripting exercise...
>
> So, what I have done is create a macro that reads the initial written
> mail and generate two files from it : a text and a html. Then it
> attaches those 2 files. Here's my macro :
> macro compose Y
> <first-entry>|'~/scripts/mutt-htmlify'\n<attach-file>'/tmp/mutt-html.html'\n<attach-file>'/tmp/mutt-text.txt'\n<first-entry><detach-file>
>
> The problem is that this is not a multipart mail but a mail with
> multi-attachement :)
>
> Any knows how I could (automatically) generate the "Content-Type:
> multipart/alternative;" code ?
An alternative/multipart is created with
________________________________________________
/
| To: ...
| From: ...
| Subject: ...
| Date: ....
| Content-Type: multipart/alternative;
| Boundary=--my.blubber.boundary
| Message-ID: ...
|
| Content-Type: text/plain
|
| This is a text
|
| --ma.blubber.boundary
| Content-Type: text/html
|
| <HTML>
| <HEAD><TITLE></TITLE></HEAD>
| <BODY>
| <H1>This is a text</H1>
| </BODY>
| </HTML>
|
| --ma.blubber.boundary--
\________________________________________________
> TIA,
> Jo
Greetings
Michelle
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack Apt. 917 ICQ #328449886
50, rue de Soultz MSM LinuxMichi
0033/3/88452356 67100 Strasbourg/France IRC #Debian (irc.icq.com)
Attachment:
signature.pgp
Description: Digital signature