By vthirteen on
i have the mailhandler installed (module + mysql table) on a drupal 4.6.3.
i have set a gmail account as mailbox (mailbox id=1), with correct pop, username and password (they work on my email client).
when i try to retrieve messages ( admin/mailhandler/retrieve/1 ), the result is a blank page. message are not retrieved and no error message is produced anywhere.
(i already set memory limit to 16MB both in .htaccess and sites/default/settings.php)
any clue?
Comments
anyone with the same prob?
did anyone have the same problem?
i set an email account in admin/mailhandler. with the same data i can retrieve emails from my email client, but when i try to do it from drupal i have a blank page as a result.
drupal 4.6.3
the email account is at gmail (with secure authentication through 995 port)
First off, are you using
First off, are you using apache? If so, do any entries appear in the error_log? Also, does watchdog log anything?
Make sure the server supports IMAP.
Robin
--
Robin Monks / Socials
I build teams and technology for positive change.
Having a similar problem doing an upgrade to 4.7
I don't know if this is helpful, but anyone with info on why I'm unable to retrieve the title, and body of emails would be helpful. Here's the log.
FYI, tested with both GMAIL, and a local email account
Mailhandler: Added '' by nicklewisatx@gmail.com
Type special
Date Thursday, December 29, 2005 - 22:43
User Nick Lewis
Location /hq/admin/mailhandler/retrieve/1
Referrer http://www.telecommunity.us/hq/admin/mailhandler
Message Mailhandler: Added '' by nicklewisatx@gmail.com
--
"I'm not concerned about all hell breaking loose, but that a PART of hell will break loose... it'll be much harder to detect." - George Carlin
--
http://nicklewis.smartcampaigns.com
--
"I'm not concerned about all hell breaking loose, but that a PART of hell will break loose... it'll be much harder to detect." - George Carlin
--
Personal: http://www.nicklewis.org
Work: http://www.zivtech.com
Body Content Missing
Questions:
1. Are you receiving the "Subject" header but no body content?
2. Are you getting this error on watchdog:
Unsupported encoding 'iso-8859-1'. Please install iconv, GNU recode or mbstring for PHP?
3. Are you on PHP4?
I have this problem which is related to the fact that PHP4 needs iconv installed (normally not done.)
Just don't know how to get around this and can't make sense of suggestions to change the code to replace "drupal_convert_to_utf8" with mb_string ... see
drupal.org/node/20142
1. no
1. no
2. no
3. yes
That's odd about php4, mailhandler has always worked on my sites running php 4x. Its my attempts to update the module to 4.7 that has broken it -- I think, unless you've also tried to update it.
--
"I'm not concerned about all hell breaking loose, but that a PART of hell will break loose... it'll be much harder to detect." - George Carlin
--
http://nicklewis.smartcampaigns.com
--
"I'm not concerned about all hell breaking loose, but that a PART of hell will break loose... it'll be much harder to detect." - George Carlin
--
Personal: http://www.nicklewis.org
Work: http://www.zivtech.com
Blank page on mailhandler retrieve Drupal 5.1
Dear all,
When i using mailhandler-5.x-1.1.tar.gz retrieve mail is blank page, we dont know if our hosting support IMAP Dynamic Extension, but in phpinfo imap_mod is installed and imap section only said:
imap
IMAP c-Client Version 2004
Our hosting is support for mailhandler?
Regards,
Lordfavor
gmail issues
Yes. I tried adding the command /starttls which stopped the blank page from happening, but still didn't connect. I think it has something to do with the security required to access gmail. It has to always have a secure connection and I'm not sure if that can be done through mailhandler.