#define DESCR_FIELD "Content-Description"
#define DISPO_FIELD "Content-Disposition"
#define MD5_FIELD "Content-MD5"
+#define ATTACH_FIELD "Attach"
#define isatom(c) (isascii((unsigned char) c) \
&& !isspace ((unsigned char) c) \
&& (c) != '/' && (c) != '[' && (c) != ']' \
&& (c) != '?' && (c) != '=')
+#define MAXTEXTPERLN 78
+#define MAXLONGLINE 998
#define CPERLIN 76
#define BPERLIN (CPERLIN / 4)
#define LPERMSG 632