mirror of
				https://git.proxmox.com/git/proxmox
				synced 2025-11-04 08:13:32 +00:00 
			
		
		
		
	add the `proxmox-sendmail` crate that makes it easier to send mails via the `sendmail` utility. features include: - multipart/alternative support for html+plain text mails - multipart/mixed support for mails with attachments - automatic nesting of multipart/alternative and multipart/mixed parts - masks multiple receivers by default, can be disabled - encoding Subject, To, From, and attachment file names correctly - adding an `Auto-Submitted` header to avoid triggering automated mails also includes several tests to ensure that mails are formatted correctly. debian packaging is also provided. Signed-off-by: Shannon Sterz <s.sterz@proxmox.com> Reviewed-by: Lukas Wagner <l.wagner@proxmox.com> Tested-by: Lukas Wagner <l.wagner@proxmox.com> [ TL: update years in d/copyright ] Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Source: rust-proxmox-sendmail
 | 
						|
Section: rust
 | 
						|
Priority: optional
 | 
						|
Build-Depends: debhelper-compat (= 13),
 | 
						|
 dh-sequence-cargo,
 | 
						|
 cargo:native <!nocheck>,
 | 
						|
 rustc:native (>= 1.80) <!nocheck>,
 | 
						|
 libstd-rust-dev <!nocheck>,
 | 
						|
 librust-anyhow-1+default-dev <!nocheck>,
 | 
						|
 librust-base64-0.13+default-dev <!nocheck>,
 | 
						|
 librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
 | 
						|
 librust-proxmox-time-2+default-dev <!nocheck>
 | 
						|
Maintainer: Proxmox Support Team <support@proxmox.com>
 | 
						|
Standards-Version: 4.7.0
 | 
						|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
 | 
						|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
 | 
						|
Homepage: https://proxmox.com
 | 
						|
X-Cargo-Crate: proxmox-sendmail
 | 
						|
Rules-Requires-Root: no
 | 
						|
 | 
						|
Package: librust-proxmox-sendmail-dev
 | 
						|
Architecture: any
 | 
						|
Multi-Arch: same
 | 
						|
Depends:
 | 
						|
 ${misc:Depends},
 | 
						|
 librust-anyhow-1+default-dev,
 | 
						|
 librust-base64-0.13+default-dev,
 | 
						|
 librust-percent-encoding-2+default-dev (>= 2.1-~~),
 | 
						|
 librust-proxmox-time-2+default-dev
 | 
						|
Provides:
 | 
						|
 librust-proxmox-sendmail+default-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail+mail-forwarder-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail-0-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail-0+default-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail-0+mail-forwarder-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail-0.1-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail-0.1+default-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail-0.1+mail-forwarder-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail-0.1.0-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail-0.1.0+default-dev (= ${binary:Version}),
 | 
						|
 librust-proxmox-sendmail-0.1.0+mail-forwarder-dev (= ${binary:Version})
 | 
						|
Description: Rust crate "proxmox-sendmail" - Rust source code
 | 
						|
 Source code for Debianized Rust crate "proxmox-sendmail"
 |