summaryrefslogtreecommitdiff
path: root/lib/pop3.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pop3.h')
-rw-r--r--lib/pop3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pop3.h b/lib/pop3.h
index 59c0839c6..3071a6eb8 100644
--- a/lib/pop3.h
+++ b/lib/pop3.h
@@ -42,7 +42,8 @@ typedef enum {
struct */
struct pop3_conn {
struct pingpong pp;
- char *mailbox; /* what to RETR */
+ char *mailbox; /* message id */
+ char *custom; /* custom request */
size_t eob; /* number of bytes of the EOB (End Of Body) that has been
received thus far */
size_t strip; /* number of bytes from the start to ignore as non-body */