diff options
| author | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
| commit | 69aec538b456402170dc723af417ba5c05389c32 (patch) | |
| tree | e6f34c543f17c6392447ea337b2e2868212424d1 /hfield.h | |
| download | qmail-69aec538b456402170dc723af417ba5c05389c32.tar.gz qmail-69aec538b456402170dc723af417ba5c05389c32.tar.bz2 qmail-69aec538b456402170dc723af417ba5c05389c32.zip | |
qmail 1.03 import
Diffstat (limited to 'hfield.h')
| -rw-r--r-- | hfield.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/hfield.h b/hfield.h new file mode 100644 index 0000000..20b30a5 --- /dev/null +++ b/hfield.h | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | #ifndef HFIELD_H | ||
| 2 | #define HFIELD_H | ||
| 3 | |||
| 4 | extern unsigned int hfield_skipname(); | ||
| 5 | extern int hfield_known(); | ||
| 6 | extern int hfield_valid(); | ||
| 7 | |||
| 8 | #define H_SENDER 1 | ||
| 9 | #define H_FROM 2 | ||
| 10 | #define H_REPLYTO 3 | ||
| 11 | #define H_TO 4 | ||
| 12 | #define H_CC 5 | ||
| 13 | #define H_BCC 6 | ||
| 14 | #define H_DATE 7 | ||
| 15 | #define H_MESSAGEID 8 | ||
| 16 | #define H_SUBJECT 9 | ||
| 17 | #define H_R_SENDER 10 | ||
| 18 | #define H_R_FROM 11 | ||
| 19 | #define H_R_REPLYTO 12 | ||
| 20 | #define H_R_TO 13 | ||
| 21 | #define H_R_CC 14 | ||
| 22 | #define H_R_BCC 15 | ||
| 23 | #define H_R_DATE 16 | ||
| 24 | #define H_R_MESSAGEID 17 | ||
| 25 | #define H_RETURNRECEIPTTO 18 | ||
| 26 | #define H_ERRORSTO 19 | ||
| 27 | #define H_APPARENTLYTO 20 | ||
| 28 | #define H_RECEIVED 21 | ||
| 29 | #define H_RETURNPATH 22 | ||
| 30 | #define H_DELIVEREDTO 23 | ||
| 31 | #define H_CONTENTLENGTH 24 | ||
| 32 | #define H_CONTENTTYPE 25 | ||
| 33 | #define H_CONTENTTRANSFERENCODING 26 | ||
| 34 | #define H_NOTICEREQUESTEDUPONDELIVERYTO 27 | ||
| 35 | #define H_MAILFOLLOWUPTO 28 | ||
| 36 | #define H_NUM 29 | ||
| 37 | |||
| 38 | #endif | ||
