[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
- [Pan-users] interface bug, dchmelik, 2024/03/08
- [Pan-users] interface bug, dchmelik, 2024/03/08
- Re: [Pan-users] interface bug, Jim Henderson, 2024/03/08
- Re: [Pan-users] interface bug, Duncan, 2024/03/08
- Re: [Pan-users] interface bug, Jim Henderson, 2024/03/09
- Re: [Pan-users] interface bug, Jim Henderson, 2024/03/09
- Re: [Pan-users] interface bug (or not?), Duncan, 2024/03/13
- Re: [Pan-users] interface bug (or not?), Duncan, 2024/03/13
- Re: [Pan-users] interface bug (or not?),
Dominique Dumont <=
- Re: [Pan-users] interface bug (or not?), Dominique Dumont, 2024/03/13
- Re: [Pan-users] interface bug (or not?), Duncan, 2024/03/13
- Re: [Pan-users] interface bug (or not?), Jim Henderson, 2024/03/13
- Re: [Pan-users] interface bug (or not?), Duncan, 2024/03/13
- Re: [Pan-users] interface bug (or not?), Jim Henderson, 2024/03/14
- Re: [Pan-users] interface bug (or not?), Dominique Dumont, 2024/03/13