]> diplodocus.org Git - nmh/blobdiff - h/mime.h
More fixes (and tests) for the base64 encoder.
[nmh] / h / mime.h
index 2f8a6a32e78ba2d27df28212a92f1c4cd9b8102f..d152094a8a113fd8e16d128df43df81626d777fc 100644 (file)
--- a/h/mime.h
+++ b/h/mime.h
@@ -12,6 +12,7 @@
 #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) \
@@ -34,6 +35,8 @@
                     && (c) != '/' && (c) != '['  && (c) != ']' \
                     && (c) != '?' && (c) != '=')
 
+#define        MAXTEXTPERLN 78
+#define        MAXLONGLINE 998
 #define        CPERLIN 76
 #define        BPERLIN (CPERLIN / 4)
 #define        LPERMSG 632