summaryrefslogtreecommitdiff
path: root/src/pop3.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2003-12-05 02:33:05 +0000
committerIan C <ianc@noddybox.co.uk>2003-12-05 02:33:05 +0000
commitc25680ee19e813f15f54b5abd43062bace295852 (patch)
tree24a5df3fabdad7c14f934973384098b8cc2717b4 /src/pop3.h
parent8520befe602e9b90d455342068a623f2cf89f631 (diff)
Initial working version
Diffstat (limited to 'src/pop3.h')
-rw-r--r--src/pop3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pop3.h b/src/pop3.h
index c684634..c9ab4c8 100644
--- a/src/pop3.h
+++ b/src/pop3.h
@@ -39,7 +39,8 @@ typedef enum
POP3_COMMERROR,
POP3_NOCONNECT,
POP3_BADUSER,
- POP3_BADPASSWD
+ POP3_BADPASSWD,
+ POP3_BADDELETE
} POP3Status;
/* ---------------------------------------- INTERFACES