all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox v5 0/1] sendmail function
@ 2020-08-27 10:00 Hannes Laimer
  2020-08-27 10:00 ` [pbs-devel] [PATCH proxmox v5 1/1] email: add small function to send multi-part emails using sendmail Hannes Laimer
  0 siblings, 1 reply; 4+ messages in thread
From: Hannes Laimer @ 2020-08-27 10:00 UTC (permalink / raw)
  To: pbs-devel

v5:
    - add trailing -- to last boundary [Stoiko Ivanov<s.ivanov@proxmox.com>]
v4:
    - fixed issues with header and boundary
v3:
    - adjusted mail regex to allow '-'
    - localtime instead of utc
    - only add boundary and MIME-Version if needed
v2:
	- encoded subject
	- added date to header
	- content-type: multipart only if html and text is specified
	- 'UTF8' ->  'UTF-8'

Hannes Laimer (1):
  email: add small function to send multi-part emails using sendmail

 proxmox/src/tools/email.rs | 152 +++++++++++++++++++++++++++++++++++++
 proxmox/src/tools/mod.rs   |   1 +
 2 files changed, 153 insertions(+)
 create mode 100644 proxmox/src/tools/email.rs

-- 
2.20.1





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-28  4:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 10:00 [pbs-devel] [PATCH proxmox v5 0/1] sendmail function Hannes Laimer
2020-08-27 10:00 ` [pbs-devel] [PATCH proxmox v5 1/1] email: add small function to send multi-part emails using sendmail Hannes Laimer
2020-08-27 10:33   ` Stoiko Ivanov
2020-08-28  4:26   ` [pbs-devel] applied: " Dietmar Maurer

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal