Hello all:
I'm new here, so apologies if this is the wrong forum for this question..
I'm trying to get an application to authenticate to our Exchange server, then download & parse emails, but I keep getting the following message --
Account being parsed is [my email here]
Time Limit: unlimited secs
Memory Limit: 64M
Failed with error: [CLOSED] IMAP connection broken (server response)
When I look at a PHP information page, I see that the IMAP extension is loading just fine but that it does not mention Kerberos. This is a Windows server with IIS and PHP 5.2.6.
On my dev box, a LAMP configuration, I see that Kerberos is enabled and it has no problems authenticating against our server and downloading the messages as it should.
Does anyone have a precompiled php_imap.dll file that has Kerberos support included? Or, does anyone have any suggestions about this? (Unfortunately, a LAMP config is not an option for our production server. :mad: ) I should mention that I'm a coding newbie...
Thanks!