* [sup-talk] sup failing to display the text of a message
@ 2007-06-11 1:30 jeff covey
2007-07-07 12:17 ` jeff covey
0 siblings, 1 reply; 6+ messages in thread
From: jeff covey @ 2007-06-11 1:30 UTC (permalink / raw)
sup's displaying the attached message as though it has no text at all; it
doesn't even show the two sections as attachments that can be viewed.
i think that's enough from me for today! :)
thanks,
--
jeff covey
http://jeffcovey.net/
-------------- next part --------------
An embedded message was scrubbed...
From: The freshmeat daily newsletter <freshmeat-news at lists.freshmeat.net>
Subject: [fm-news] Newsletter for Saturday, June 09th 2007
Date: Sun, 10 Jun 2007 00:10:07 -0700 (PDT)
Size: 40585
Url: http://rubyforge.org/pipermail/sup-talk/attachments/20070610/42b1f8bd/attachment-0001.mht
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 229 bytes
Desc: Digital signature
Url : http://rubyforge.org/pipermail/sup-talk/attachments/20070610/42b1f8bd/attachment-0001.bin
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] sup failing to display the text of a message
2007-06-11 1:30 [sup-talk] sup failing to display the text of a message jeff covey
@ 2007-07-07 12:17 ` jeff covey
2007-07-08 15:44 ` William Morgan
0 siblings, 1 reply; 6+ messages in thread
From: jeff covey @ 2007-07-07 12:17 UTC (permalink / raw)
Excerpts from jeff covey's message of Sun Jun 10 21:30:51 -0400 2007:
> sup's displaying the attached message as though it has no text at all; it
> doesn't even show the two sections as attachments that can be viewed.
with the new mime code, this is now showing as:
x Attachment: sup-attachment-1183810370-1070 (multipart/mixed)
thanks!
--
jeff covey
http://jeffcovey.net/
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] sup failing to display the text of a message
2007-07-07 12:17 ` jeff covey
@ 2007-07-08 15:44 ` William Morgan
2007-07-09 14:44 ` jeff covey
0 siblings, 1 reply; 6+ messages in thread
From: William Morgan @ 2007-07-08 15:44 UTC (permalink / raw)
Excerpts from jeff.covey's message of Sat Jul 07 05:17:14 -0700 2007:
> with the new mime code, this is now showing as:
> x Attachment: sup-attachment-1183810370-1070 (multipart/mixed)
Hm, that's still not quite what I want, though. What should happen with
is that multipart thing shouldn't be displayed at all, and instead you
should see two inlined, collapsable, individually-savable attachments.
I've committed a change that should have this behavior. But I couldn't
replicate your version from the original message, which is curious, so
let me know how it looks.
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] sup failing to display the text of a message
2007-07-08 15:44 ` William Morgan
@ 2007-07-09 14:44 ` jeff covey
2007-07-10 15:45 ` William Morgan
0 siblings, 1 reply; 6+ messages in thread
From: jeff covey @ 2007-07-09 14:44 UTC (permalink / raw)
Excerpts from William Morgan's message of Sun Jul 08 11:44:22 -0400 2007:
> What should happen with is that multipart thing shouldn't be displayed at
> all, and instead you should see two inlined, collapsable,
> individually-savable attachments. I've committed a change that should
> have this behavior.
it still looks the same to me:
http://jeffcovey.net/tmp/sup-fm_newsletter.png
thanks,
--
jeff covey
http://jeffcovey.net/
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] sup failing to display the text of a message
2007-07-09 14:44 ` jeff covey
@ 2007-07-10 15:45 ` William Morgan
2007-07-10 17:40 ` jeff covey
0 siblings, 1 reply; 6+ messages in thread
From: William Morgan @ 2007-07-10 15:45 UTC (permalink / raw)
Excerpts from jeff.covey's message of Mon Jul 09 07:44:54 -0700 2007:
> it still looks the same to me:
>
> http://jeffcovey.net/tmp/sup-fm_newsletter.png
Ok, I subscribed to fm-news just so I could figure out what was going on
here. The problem is that they don't send a MIME-Version: header in the
top-level message headers, so RubyMail doesn't interpret the email as a
MIME message. Which is correct, strictly speaking, though of course it's
better to follow the adage of "lenient in acceptance and strict in
emission". If you add a MIME-Version header back in, everything works as
it should.
To further confuse the issue, the version that you attached back at the
beginning of June apparently had its headers cleaned up by Mutt. Mutt
clearly has more lenient message parsing than RubyMail does, if it does
something reasonable with this message.
So I could patch RubyMail (which is completely unmaintained, so I'd
essentially have to publish the patch in parallel with Sup) to handle
these messages, which is dubious by the RFCs but probably fine in
practice, or I could just ignore the issue as "someone else's problem".
Since the message content is still viewable in Sup, I'm tempted to leave
things as is.
RubyMail really needs a maintainer.
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [sup-talk] sup failing to display the text of a message
2007-07-10 15:45 ` William Morgan
@ 2007-07-10 17:40 ` jeff covey
0 siblings, 0 replies; 6+ messages in thread
From: jeff covey @ 2007-07-10 17:40 UTC (permalink / raw)
Excerpts from William Morgan's message of Tue Jul 10 11:45:38 -0400 2007:
> So I could patch RubyMail (which is completely unmaintained, so I'd
> essentially have to publish the patch in parallel with Sup) to handle
> these messages, which is dubious by the RFCs but probably fine in
> practice, or I could just ignore the issue as "someone else's problem".
> Since the message content is still viewable in Sup, I'm tempted to leave
> things as is.
ok, thanks for checking into it!
--
jeff covey
http://jeffcovey.net/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-07-10 17:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-11 1:30 [sup-talk] sup failing to display the text of a message jeff covey
2007-07-07 12:17 ` jeff covey
2007-07-08 15:44 ` William Morgan
2007-07-09 14:44 ` jeff covey
2007-07-10 15:45 ` William Morgan
2007-07-10 17:40 ` jeff covey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox