Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16899 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82916 invoked by uid 1010); 24 Jun 2005 21:50:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82901 invoked from network); 24 Jun 2005 21:50:19 -0000 Received: from unknown (HELO daleenterprise.com) (127.0.0.1) by localhost with SMTP; 24 Jun 2005 21:50:19 -0000 X-Host-Fingerprint: 67.78.11.228 mustangrestomods.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (1) Received: from ([67.78.11.228:49834] helo=daleenterprise.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 5C/A7-22648-B108CB24 for ; Fri, 24 Jun 2005 17:50:19 -0400 Received: from localhost (localhost [127.0.0.1]) by daleenterprise.com (Postfix) with ESMTP id C0705211674 for ; Fri, 24 Jun 2005 17:50:15 -0400 (EDT) Received: from daleenterprise.com ([127.0.0.1]) by localhost (daleenterprise.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00493-13 for ; Fri, 24 Jun 2005 17:50:15 -0400 (EDT) Received: from [10.1.100.11] (relay.mustangrestomods.com [67.78.11.226]) by daleenterprise.com (Postfix) with ESMTP id B48EB211666 for ; Fri, 24 Jun 2005 17:50:14 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-ID: <885CA47B-F039-4D38-887D-090732110CD2@daleenterprise.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: php dev Date: Fri, 24 Jun 2005 17:50:13 -0400 X-Mailer: Apple Mail (2.730) MTA-Interface: amavisd-new-2.3.1-rc3-E (2005-05-06) at daleenterprise.com X-Spam-Scanned: using SpamAssassin 3.0.4 (2005-06-06) at daleenterprise.com X-Virus-Scanned: using Clamav 0.85 (2005-05-16) at daleenterprise.com Subject: php4 and imap From: info@daleenterprise.com ("D. Walsh") I've been trying to compile PHP4 with IMAP support however it fails claiming it can't find the rfc822.h file and I've searched my drive for it and couldn't locate it. I searched the cyrus-imap source files (2.2.12 is installed) and the closest thing it has is rfc822date.h and this has only one entry in it and nothing related specifically to imap services. How do I resolve this issue to obtain imap support in PHP4?