From aec15b99bf6b340227895ecfa6136e9d638c701a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 17 Oct 1996 17:44:12 +0000 Subject: Remove all those obnoxious block comments. svn path=/trunk/; revision=345 --- imap.c | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'imap.c') 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 #include #include #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 */ -- cgit v1.2.3