aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c21
1 files changed, 5 insertions, 16 deletions
diff --git a/imap.c b/imap.c
index 2c335118..372e43e6 100644
--- a/imap.c
+++ b/imap.c
@@ -1,28 +1,17 @@
-/* Copyright 1996 by Eric S. Raymond
+/*
+ * imap.c -- IMAP2bis protocol methods
+ *
+ * Copyright 1996 by Eric S. Raymond
* All rights reserved.
* For license terms, see the file COPYING in this directory.
*/
-/***********************************************************************
- module: imap.c
- project: fetchmail
- programmer: Eric S. Raymond
- description: IMAP client code
-
- ***********************************************************************/
-
#include <config.h>
#include <stdio.h>
#include <string.h>
#include "socket.h"
#include "fetchmail.h"
-/*********************************************************************
-
- Method declarations for IMAP
-
- *********************************************************************/
-
static int count, seen;
int imap_ok (socket, argbuf)
@@ -201,4 +190,4 @@ struct hostrec *queryctl;
return(do_protocol(queryctl, &imap));
}
-
+/* imap.c ends here */