- message-envelope Xprocedure
Returns the envelope part of a message. The envelope is an s-expression of the following form:
((time-seconds R) [(ctime ...) | (abbrtime ...)] (address ADDRESS))
The time-seconds field contains the time when the message was received, in seconds since 1900. The ctime or abbrtime fields contain the components of the date/time string. The address fields is an s-expression of the form:
((local-part STRING) (domain STRING))