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

Re: [Mutt] #1160: multiple MIME boundary



#1160: multiple MIME boundary

Changes (by brendan):

  * component:  mutt => MIME

Old description:

> {{{
> Package: mutt
> Version: 1.2.5.1i
> Severity: normal
>
> -- Please type your report below this line
>
> Multiple boundary delimiter prevents mutt from recognising
> MIME fields. In the example below, readme.txt is shown in
> its base64-encoded form, i.e. unreadable:
>
> Subject: How are you
> MIME-Version: 1.0
> Content-Type: multipart/alternative;
>         boundary=V7ta9KNGNz42o641P8ID7P2286cGi
>
> --V7ta9KNGNz42o641P8ID7P2286cGi
> ...
>
> some rubbish
> ...
>
> --V7ta9KNGNz42o641P8ID7P2286cGi
> --V7ta9KNGNz42o641P8ID7P2286cGi
> Content-Type: application/octet-stream;
>         name=readme.txt
> Content-Transfer-Encoding: base64
> Content-ID: <ZuM15bq7TESB6>
>
> C0gVklTdWFsaXphdGlvbiBwbHVnLWluIFBPVVRJQkxPSyBWMS4wMSAgZm9yICBXaW5BTVAg
> LQ0KDQpDb2RlOiBQYXRhcG9tIC8gQk9NQg0KTGFzdCByZXZpc2lvbjogNSBPY3RvYmVyIDE5
> ...
>
> --V7ta9KNGNz42o641P8ID7P2286cGi
>

>
> -- Mutt Version Information
>
> Mutt 1.2.5.1i (2000-07-28)
> Copyright (C) 1996-2000 Michael R. Elkins and others.
> Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
> Mutt is free software, and you are welcome to redistribute it
> under certain conditions; type `mutt -vv' for details.
>
> System: Linux 2.2.19 [using ncurses 5.2]
> Compile options:
> -DOMAIN
> -DEBUG
> -HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  +USE_FCNTL  -USE_FLOCK
> +USE_IMAP  -USE_GSS  -USE_SSL  +USE_POP  +HAVE_REGCOMP  -USE_GNU_REGEX
> +HAVE_COLOR  +HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  +ENABLE_NLS
> SENDMAIL="/usr/bin/sendmail"
> MAILPATH="/var/spool/mail"
> SHAREDIR="/usr/share/mutt"
> SYSCONFDIR="/etc/mutt"
> ISPELL="/usr/bin/ispell"
> To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
> To report a bug, please use the muttbug utility.
>

>
> >How-To-Repeat:
>
> >Fix:
> }}}

New description:

 {{{
 Package: mutt
 Version: 1.2.5.1i
 Severity: normal

 -- Please type your report below this line

 Multiple boundary delimiter prevents mutt from recognising
 MIME fields. In the example below, readme.txt is shown in
 its base64-encoded form, i.e. unreadable:

 Subject: How are you
 MIME-Version: 1.0
 Content-Type: multipart/alternative;
         boundary=V7ta9KNGNz42o641P8ID7P2286cGi

 --V7ta9KNGNz42o641P8ID7P2286cGi
 ...

 some rubbish
 ...

 --V7ta9KNGNz42o641P8ID7P2286cGi
 --V7ta9KNGNz42o641P8ID7P2286cGi
 Content-Type: application/octet-stream;
         name=readme.txt
 Content-Transfer-Encoding: base64
 Content-ID: <ZuM15bq7TESB6>

 C0gVklTdWFsaXphdGlvbiBwbHVnLWluIFBPVVRJQkxPSyBWMS4wMSAgZm9yICBXaW5BTVAg
 LQ0KDQpDb2RlOiBQYXRhcG9tIC8gQk9NQg0KTGFzdCByZXZpc2lvbjogNSBPY3RvYmVyIDE5
 ...

 --V7ta9KNGNz42o641P8ID7P2286cGi



 -- Mutt Version Information

 Mutt 1.2.5.1i (2000-07-28)
 Copyright (C) 1996-2000 Michael R. Elkins and others.
 Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
 Mutt is free software, and you are welcome to redistribute it
 under certain conditions; type `mutt -vv' for details.

 System: Linux 2.2.19 [using ncurses 5.2]
 Compile options:
 -DOMAIN
 -DEBUG
 -HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  +USE_FCNTL  -USE_FLOCK
 +USE_IMAP  -USE_GSS  -USE_SSL  +USE_POP  +HAVE_REGCOMP  -USE_GNU_REGEX
 +HAVE_COLOR  +HAVE_PGP  -BUFFY_SIZE -EXACT_ADDRESS  +ENABLE_NLS
 SENDMAIL="/usr/bin/sendmail"
 MAILPATH="/var/spool/mail"
 SHAREDIR="/usr/share/mutt"
 SYSCONFDIR="/etc/mutt"
 ISPELL="/usr/bin/ispell"
 To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
 To report a bug, please use the muttbug utility.



 >How-To-Repeat:

 >Fix:
 }}}

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/1160#comment:10>