From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pbs-devel@lists.proxmox.com, Shannon Sterz <s.sterz@proxmox.com>
Subject: [pbs-devel] applied-series: [PATCH proxmox 0/4] improve mail compatability
Date: Sun, 12 Oct 2025 16:14:45 +0200 [thread overview]
Message-ID: <176027848206.2866046.17222729030614092027.b4-ty@proxmox.com> (raw)
In-Reply-To: <20251008084906.62427-1-s.sterz@proxmox.com>
On Wed, 08 Oct 2025 10:49:06 +0200, Shannon Sterz wrote:
> this series tries to improve compatability with more mail servers. this
> is done in three ways:
>
> - patch 1: base64 encode filenames of attachments
> - patch 2: check whether the html or text bodies of an email are ascii
> only. if they are, we can safely declare 7bit encoding which should be
> more broadly compatability than the previous 8bit encoding. if the
> text is not ascii only, encode it as base64 and declare base64
> encoding.
> - patch 3: splits the Content-Disposition header of attached files over
> two lines, to avoid longer files possibly triggering a line length
> limit.
> - patch 4: allows setting the masked recipient so that users of this
> crate can specify somethings more appropriate for their use case.
>
> [...]
Applied, thanks! I also made a follow-up for the (pre-existing!) inefficient
wrapping of lines on a character level and with potentially many
reallocations.
[1/4] sendmail: encode non-ascii filenames to improve compatability
commit: 16e1cfa6d11b690fd95f9771e9b832ccbc40ec64
[2/4] sendmail: encode non-ascii bodies as base64 to improve comptability
commit: c80e22e41eb619e222d6e6d6e2687c06c23a3f74
[3/4] sendmail: break content disposition headers for attachments
commit: f02b5fa5598171b2ba05174bc21999f8171ec74a
[4/4] sendmail: allow specifying the masked receiver
commit: 1fb13e68bb6bbb70f5fbde2e64b7fb3776bce268
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
prev parent reply other threads:[~2025-10-12 14:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-08 8:49 [pbs-devel] " Shannon Sterz
2025-10-08 8:50 ` [pbs-devel] [PATCH proxmox 1/4] sendmail: encode non-ascii filenames to improve compatability Shannon Sterz
2025-10-08 8:50 ` [pbs-devel] [PATCH proxmox 2/4] sendmail: encode non-ascii bodies as base64 to improve comptability Shannon Sterz
2025-10-08 8:50 ` [pbs-devel] [PATCH proxmox 3/4] sendmail: break content disposition headers for attachments Shannon Sterz
2025-10-08 8:50 ` [pbs-devel] [PATCH proxmox 4/4] sendmail: allow specifying the masked receiver Shannon Sterz
2025-10-12 14:14 ` Thomas Lamprecht [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=176027848206.2866046.17222729030614092027.b4-ty@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
--cc=s.sterz@proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.