head 1.2; access; symbols petidomo-2-2:1.1.1.1 petidomo:1.1.1; locks; strict; comment @ * @; 1.2 date 2000.12.13.15.14.50; author simons; state dead; branches; next 1.1; 1.1 date 2000.12.13.13.19.24; author simons; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.13.13.19.24; author simons; state Exp; branches; next ; desc @@ 1.2 log @The contents of these headers is now included in petidomo.h. @ text @/* * $Source: /d1/e/petidomo/cvs/petidomo/source/rfcparse.h,v $ * $Revision: 1.1 $ * $Date: 2000/12/13 13:19:24 $ * * Copyright (C) 1996 by CyberSolutions GmbH. * All rights reserved. */ #ifndef __RFCPARSE_H__ #define __RFCPARSE_H__ 1 struct Mail { char * Header; char * Body; char * Envelope; char * From; char * Subject; char * Reply_To; char * Message_Id; char * Approve; char * ListSignature; }; int ParseFromLine(char *); int ParseReplyToLine(char *); int ParseMessageIdLine(char *); int ParseApproveLine(char *); int ParsePrecedenceLine(char *); bool isRFC822Address(const char *); int ParseMail(struct Mail **, char *, const char *); char * FindApproval(struct Mail *); void CanonizeAddress(char **, const char *); #endif /* !__RFCPARSE_H__ */ @ 1.1 log @Initial revision @ text @d2 3 a4 3 * $Source: /usr/local/libdata/cvs/simons/petidomo/src/petidomo/rfcparse.h,v $ * $Revision: 1.16 $ * $Date: 1997/10/19 13:52:56 $ @ 1.1.1.1 log @Imported Petidomo 2.2 as found on www.petidomo.com. @ text @@