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

Re: [Mutt] #2060: cannot send multipart/alternative from the command-line



#2060: cannot send multipart/alternative from the command-line
------------------------------------+---------------------------------------
 Reporter:  kyle@â                  |       Owner:  mutt-dev
     Type:  enhancement             |      Status:  new     
 Priority:  minor                   |   Milestone:          
Component:  mutt                    |     Version:  1.5.10  
 Keywords:                          |  
------------------------------------+---------------------------------------
Changes (by me):

  * type:  defect => enhancement


Old description:

> {{{
> $ mutt -e "set content_type=multipart/alternative" -s test
> kyle@xxxxxxxxxxxxxxxxx < /tmp/kkk
> No boundary parameter found! [report this error]
> No boundary parameter found! [report this error]
> Could not send the message.
> $ cat /tmp/kkk
> MIME-Version: 1.0
> Content-Type: multipart/alternative;
> boundary="===============1195369947=="
>
> --===============1195369947==
> MIME-Version: 1.0
> Content-Type: text/plain
>
> text message
> --===============1195369947==
> MIME-Version: 1.0
> Content-Type: text/html
>
> <html><body>html message</body></html>
> --===============1195369947==--
> >How-To-Repeat:
> >Fix:
> Unknown
> }}}

New description:

 {{{
 $ mutt -e "set content_type=multipart/alternative" -s test
 kyle@xxxxxxxxxxxxxxxxx < /tmp/kkk
 No boundary parameter found! [report this error]
 No boundary parameter found! [report this error]
 Could not send the message.
 $ cat /tmp/kkk
 MIME-Version: 1.0
 Content-Type: multipart/alternative;
 boundary="===============1195369947=="

 --===============1195369947==
 MIME-Version: 1.0
 Content-Type: text/plain

 text message
 --===============1195369947==
 MIME-Version: 1.0
 Content-Type: text/html

 <html><body>html message</body></html>
 --===============1195369947==--
 >How-To-Repeat:
 >Fix:
 Unknown
 }}}

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/2060#comment:1>
Mutt <http://www.mutt.org/>
The Mutt mail user agent