Skip to content

Instantly share code, notes, and snippets.

@Basicprogrammer10
Created February 7, 2023 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Basicprogrammer10/a59463aea59c721efd052e74f5a8d7da to your computer and use it in GitHub Desktop.
Save Basicprogrammer10/a59463aea59c721efd052e74f5a8d7da to your computer and use it in GitHub Desktop.
HTTP Headers
pub enum Headers {
AcceptLanguage,
AlsoControl,
AlternateRecipient,
Approved,
ARCAuthenticationResults,
ARCMessageSignature,
ARCSeal,
Archive,
ArchivedAt,
ArticleNames,
ArticleUpdates,
AuthenticationResults,
AutoSubmitted,
Autoforwarded,
Autosubmitted,
Base,
Bcc,
Body,
CancelKey,
CancelLock,
Cc,
Comments,
ContentAlternative,
ContentBase,
ContentDescription,
ContentDisposition,
ContentDuration,
Contentfeatures,
ContentID,
ContentIdentifier,
ContentLanguage,
ContentLocation,
ContentMD5,
ContentReturn,
ContentTransferEncoding,
ContentTranslationType,
ContentType,
Control,
Conversion,
ConversionWithLoss,
DLExpansionHistory,
Date,
DateReceived,
DeferredDelivery,
DeliveryDate,
DiscardedX400IPMSExtensions,
DiscardedX400MTSExtensions,
DiscloseRecipients,
DispositionNotificationOptions,
DispositionNotificationTo,
Distribution,
DKIMSignature,
DowngradedBcc,
DowngradedCc,
DowngradedDispositionNotificationTo,
DowngradedFinalRecipient,
DowngradedFrom,
DowngradedInReplyTo,
DowngradedMailFrom,
DowngradedMessageId,
DowngradedOriginalRecipient,
DowngradedRcptTo,
DowngradedReferences,
DowngradedReplyTo,
DowngradedResentBcc,
DowngradedResentCc,
DowngradedResentFrom,
DowngradedResentReplyTo,
DowngradedResentSender,
DowngradedResentTo,
DowngradedReturnPath,
DowngradedSender,
DowngradedTo,
Encoding,
Encrypted,
Expires,
ExpiryDate,
FollowupTo,
From,
GenerateDeliveryReport,
Importance,
InReplyTo,
IncompleteCopy,
InjectionDate,
InjectionInfo,
Keywords,
Language,
LatestDeliveryTime,
Lines,
ListArchive,
ListHelp,
ListID,
ListOwner,
ListPost,
ListSubscribe,
ListUnsubscribe,
ListUnsubscribePost,
MessageContext,
MessageID,
MessageType,
MIMEVersion,
MMHSExemptedAddress,
MMHSExtendedAuthorisationInfo,
MMHSSubjectIndicatorCodes,
MMHSHandlingInstructions,
MMHSMessageInstructions,
MMHSCodressMessageIndicator,
MMHSOriginatorReference,
MMHSPrimaryPrecedence,
MMHSCopyPrecedence,
MMHSMessageType,
MMHSOtherRecipientsIndicatorTo,
MMHSOtherRecipientsIndicatorCC,
MMHSAcp127MessageIdentifier,
MMHSOriginatorPLAD,
MTPriority,
Newsgroups,
NNTPPostingDate,
NNTPPostingHost,
Obsoletes,
Organization,
OriginalEncodedInformationTypes,
OriginalFrom,
OriginalMessageID,
OriginalRecipient,
OriginalSender,
OriginatorReturnAddress,
OriginalSubject,
Path,
PICSLabel,
PostingVersion,
PreventNonDeliveryReport,
Priority,
Received,
ReceivedSPF,
References,
RelayVersion,
ReplyBy,
ReplyTo,
RequireRecipientValidSince,
ResentBcc,
ResentCc,
ResentDate,
ResentFrom,
ResentMessageID,
ResentReplyTo,
ResentSender,
ResentTo,
ReturnPath,
SeeAlso,
Sender,
Sensitivity,
Solicitation,
Subject,
Summary,
Supersedes,
TLSReportDomain,
TLSReportSubmitter,
TLSRequired,
To,
UserAgent,
VBRInfo,
X400ContentIdentifier,
X400ContentReturn,
X400ContentType,
X400MTSIdentifier,
X400Originator,
X400Received,
X400Recipients,
X400Trace,
Xref,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment