Searched defs:envelope (Results 1 – 2 of 2) sorted by relevance
862 struct envelope struct864 HDR *e_header; /* head of header list */865 long e_msgpriority; /* adjusted priority of this message */866 time_t e_ctime; /* time message appeared in the queue */867 char *e_to; /* (list of) target person(s) */868 ADDRESS e_from; /* the person it is from */869 char *e_sender; /* e_from.q_paddr w comments stripped */870 char **e_fromdomain; /* the domain part of the sender */871 ADDRESS *e_sendqueue; /* list of message recipients */895 ENVELOPE *e_sibling; /* the next envelope of interest */ argument[all …]
789 xmlNodePtr root, cmd, action, data, envelope, content; in handle_ldm_event() local