Tagged Questions
The imap-open tag has no wiki summary.
18
votes
2answers
224 views
Using PHP, How to search through Gmail's archived emails
(First time programming in PHP. Had some help. Need a bit more.)
Goal:
Pull the lastContactDate from a given email address from my gmail account. Hoping to answer the question, "When was the last ...
1
vote
2answers
356 views
Can't silence imap_open error notices in PHP
I am using PHP 5.3.5 and I am using
$this->marubox=@imap_open($this->server,$this->username,$this->password);
The @ sign should silence error reporting but it doesnt and I am sure that ...
0
votes
0answers
19 views
PHP imap_open with sub mailboxes
I have a number of email accounts with a number of different providers. Some are available via POP, some via IMAP and some via either protocol.
I have written a basic script which can access ...
0
votes
0answers
34 views
Retrieving POP3 with PHP on a shared server that doesn't allow imap_open()
I spent two days writing an app that will receive text based emails which are basically xml formatted content in the email body that I can retrieve with a cron job using imap_open() and store the xml ...
0
votes
1answer
32 views
imap_open recursively tried for password and fails
I m trying to use imap_open to open a remote mail box. When the password is incorrect it tries a number of time and gives warning and fails.
Where as php list if imap_open is not successfully it will ...
0
votes
0answers
62 views
How to read unread email messages by email id with php?
I need to read email message that comes in my email id. I used this code and this works on first day but now it does not work. Here is the code I have used.
$hostname = '{192.168.0.2:110/pop3}INBOX';
...
0
votes
0answers
209 views
imap_open mbox windows
I'm hoping to use mailhandler on drupal to suck in an mbox into a fourm. However, I keep getting the following errors:
warning: imap_open() [function.imap-open]: Couldn't open stream in ...
0
votes
1answer
668 views
Problem connecting to a Exchange 2007 server in PHP5 with imap_open
When im trying to connect to an Exchange 2007 server over IMAP in PHP5 I get the following error message.
Kerberos error: No credentials cache found (try running kinit) for smtp.domain01.net
I was ...