aboutsummaryrefslogtreecommitdiffstats
path: root/mail.h
diff options
context:
space:
mode:
authorltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-14 13:19:29 +0000
committerltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-03-14 13:19:29 +0000
commitdfc23a8138bb7aa72043d754170c1c48e66485c0 (patch)
tree1570430e8eda1b1ba400ad2c2b67e4e37f42afeb /mail.h
parentf3076919635e550ed752db4030468a3f256f60a1 (diff)
downloadlcd4linux-dfc23a8138bb7aa72043d754170c1c48e66485c0.tar.gz
[lcd4linux @ 2001-03-14 13:19:29 by ltoetsch]
Added pop3/imap4 mail support git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@117 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'mail.h')
-rw-r--r--mail.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/mail.h b/mail.h
index 3cc8c62..8341220 100644
--- a/mail.h
+++ b/mail.h
@@ -1,4 +1,4 @@
-/* $Id: mail.h,v 1.2 2001/03/08 09:02:04 reinelt Exp $
+/* $Id: mail.h,v 1.3 2001/03/14 13:19:29 ltoetsch Exp $
*
* email specific functions
*
@@ -20,6 +20,9 @@
*
*
* $Log: mail.h,v $
+ * Revision 1.3 2001/03/14 13:19:29 ltoetsch
+ * Added pop3/imap4 mail support
+ *
* Revision 1.2 2001/03/08 09:02:04 reinelt
*
* seti client cleanup
@@ -34,6 +37,6 @@
#define MAILBOXES 9
-int Mail (int index, int *num);
-
+int Mail (int index, int *num, int *unseen);
+int Mail_pop_imap(char *mbx, int *num, int *unseen); /* mail2.c */
#endif