imap_(append|fetch)_message are private to the imap module for real
[apps/madmutt.git] / imap / message.h
index 5657deb..77e9464 100644 (file)
@@ -39,4 +39,7 @@ typedef struct {
 /* -- macros -- */
 #define HEADER_DATA(ph) ((IMAP_HEADER_DATA*) ((ph)->data))
 
+int imap_append_message (CONTEXT * ctx, MESSAGE * msg);
+int imap_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno);
+
 #endif /* MESSAGE_H */