summaryrefslogtreecommitdiff
path: root/noncore/net/mail/pop3wrapper.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/pop3wrapper.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/pop3wrapper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/net/mail/pop3wrapper.h b/noncore/net/mail/pop3wrapper.h
index a31a145..75d70f8 100644
--- a/noncore/net/mail/pop3wrapper.h
+++ b/noncore/net/mail/pop3wrapper.h
@@ -1,6 +1,7 @@
#ifndef __POP3WRAPPER
#define __POP3WRAPPER
+#include <libetpan/clist.h>
#include "mailwrapper.h"
#include "abstractmail.h"
#include <qmap.h>
@@ -13,6 +14,11 @@ struct mailpop3;
struct mailmessage;
struct mailmime;
struct mailmime_mechanism;
+struct mailimf_mailbox_list;
+struct mailimf_mailbox;
+struct mailimf_date_time;
+struct mailimf_group;
+struct mailimf_address_list;
class POP3wrapper : public AbstractMail
{