]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
New server command DLAT (DownLoad ATtachment) which
[citadel.git] / citadel / server.h
index 8061e3df05cbacfdb0ef79ab88b24ed82d5b5984..e76fe1ac803c6dd15979a8c57867fb11f3ea4f84 100644 (file)
@@ -242,7 +242,8 @@ enum {
        MT_CITADEL,             /* Citadel proprietary */
        MT_RFC822,              /* RFC822 */
        MT_MIME,                /* MIME-formatted message */
-       MT_DOWNLOAD             /* Download a component */
+       MT_DOWNLOAD,            /* Download a component */
+       MT_SPEW_SECTION         /* Download a component in a single operation */
 };
 
 /*