2005-01-07 [paul] 0.9.13cvs29.1
[claws.git] / src / pop.h
index 8b4d9b1f596855566ed0d835c60f84d47f96b909..d33bea5baa02e5d037e0a6c73c68505c815934ff 100644 (file)
--- a/src/pop.h
+++ b/src/pop.h
@@ -40,6 +40,7 @@ struct _MailReceiveData
 {
        Pop3Session *session;
        char *data;
+       guint data_len;
 };
 typedef struct _MailReceiveData        MailReceiveData;
 
@@ -64,6 +65,7 @@ typedef enum {
        POP3_TOP_RECV,
        POP3_DELETE,
        POP3_LOGOUT,
+       POP3_DONE,
        POP3_ERROR,
 
        N_POP3_STATE