0

I want to create a script which could open a gmail account and analyze the mails bodies. I want to use IMAP for reading the mails and opening the gmail account, but I have a problem to configure IMAP for PHP.

1
  • 2
    Your question seems incomplete. What is the problem you are having configuring IMAP?
    – zombat
    Commented Aug 24, 2009 at 4:03

1 Answer 1

1

Unless you're compiling php from the sources yourself look for a php_imap module.
E.g. the win32 build from http://windows.php.net/download/ ships with a php_imap.dll that can be "included" via extension=php_imap.dll in the php.ini.
Many linux distribution have separate packages for various php modules that can be installed through the distribution's package manager (apt, yum, yast, ...)