Searched defs:ENVELOPE (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dsendmail.h224 typedef struct envelope ENVELOPE; typedef in typeref:struct:envelope
347 extern char *crackaddr __P((char *, ENVELOPE *));
350 extern int include __P((char *, bool, ADDRESS *, ADDRESS **, int, ENVELOPE *));
353 ENVELOPE *, bool));
356 extern ADDRESS *recipient __P((ADDRESS *, ADDRESS **, int, ENVELOPE *));
357 extern char *remotename __P((char *, MAILER *, int, int *, ENVELOPE *));
358 extern int rewrite __P((char **, int, int, ENVELOPE *, int));
360 extern int sendtolist __P((char *, ADDRESS *, ADDRESS **, int, ENVELOPE *));
362 extern int removefromlist __P((char *, ADDRESS **, ENVELOPE *));
364 extern void setsender __P((char *, ENVELOPE *, cha
[all...]

Completed in 23 milliseconds