headers

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	/*

		The “envelope from” is a return path, which is the return address hidden in the email message header that instructs
		mail servers or inbox service providers (ISPs) where to return messages if they bounce. This address is used for email delivery.
	*/
	XEnvelopeFrom = "X-Envelope-From"
	/*
		Postfix:
		  In  order  to  stop  mail  forwarding loops early, the software adds an
		       optional  Delivered-To:  header  with  the  final  envelope   recipient
		       address.  If  mail  arrives for a recipient that is already listed in a
		       Delivered-To: header, the message is bounced.
	*/
	DeliveredTo = "Delivered-To"

	// On which server we saved the file (hostname)
	XStoredAt = "X-Stored-At"
	// Tags to recognize the message type
	// [TAG][TAG]
	XServerosTag = "X-Serveros-Tag"
	XAction      = "X-Action"

	// fixme we should replace this with DeliveredTo - because that header seems to meet this assumption
	XLoop = "X-Loop"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL