Re: Message too long
Erik Quaeghebeur <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <[email protected]> |
> But there are Content-Transfer-Encodings (CTEs) that allows to split > lines […] My expectation is, that we do not detect the need to > split lines via CTE. And yes the choosing of CTE is independent of line > length: > https://invent.kde.org/pim/messagelib/-/blob/master/messagecomposer/src/job/ > singlepartjob.cpp#L42 And apparently links like the one you included are even split over multiple lines, rendering them incorrect… A nice way I've seen in another client is to use QP just to split lines. Erik