Lines Matching defs:envelope
1090 struct envelope struct
1092 HDR *e_header; /* head of header list */
1093 long e_msgpriority; /* adjusted priority of this message */
1094 time_t e_ctime; /* time message appeared in the queue */
1095 char *e_to; /* (list of) target person(s) */
1096 ADDRESS e_from; /* the person it is from */
1097 char *e_sender; /* e_from.q_paddr w comments stripped */
1098 char **e_fromdomain; /* the domain part of the sender */
1100 bool e_smtputf8; /* requires SMTPUTF8? */
1102 ADDRESS *e_sendqueue; /* list of message recipients */
1126 ENVELOPE *e_sibling; /* the next envelope of interest */ argument
1131 char *e_sessid; /* session ID for this envelope */ argument
1146 char *e_quarmsg; /* why envelope is quarantined */ argument
1150 char *e_envid; /* envelope id from MAIL FROM: line */ argument
1165 SM_RPOOL_T *e_rpool; /* resource pool for this envelope */ argument
1166 unsigned long e_features; /* server features */
1169 char e_enhsc[ENHSC_LEN]; /* enhanced status code */
1194 #define EF_QUEUERUN 0x00000800L /* this envelope is from queue */ argument