pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] interface bug (or not?)


From: Dominique Dumont
Subject: Re: [Pan-users] interface bug (or not?)
Date: Wed, 13 Mar 2024 18:25:01 +0100

On Wednesday, 13 March 2024 11:53:44 CET Duncan wrote:
> So the described behavior does have a reason and I'd argue is not a bug --
> people arguably do not *want* pan to just start downloading arbitrarily
> large attachments, *especially* in what they may reasonably expect to be
> text-only groups, or if someone decides to post say a multi-gig DVD/movie
> binary to what are supposed to be (relatively small) still-image groups.

Thanks for the analysis

In one of the message on povray server, I've found that image are attached 
using MIME encoding. For instance:

Content-Type: image/png; name="Dodecahedron_test_04.png"
Content-Disposition: attachment; filename="Dodecahedron_test_04.png"
Content-Transfer-Encoding: base64


The code you've found does not use MIME in its heuristics. I believe this code 
could be improved to take MIME into account.

All the best








reply via email to

[Prev in Thread] Current Thread [Next in Thread]