pontomail does not work under PHP4. Hits a snag IMAPService.inc on line 8. Using PHP5 only code at this point. I'm on one of the hosted services that uses PHP4. I'd have to get a dedicated server to move to PHP5. I'm very happy to see webmail in Drupal at all though. I'll just install SquirrelMial untill something else turns up.

-Matthew

Comments

sugree’s picture

Status: Active » Needs review
StatusFileSize
new3.52 KB

I have fixed some compability issues and added a few workaround for dovecot. Usually, I don't use imap so the subscription list is always empty. In get subcription function, I added fall back to get folders if no subscription list are found.

Anyway, there are a known issue, imap_get_quotaroot() always fails and I don't know how to turn it off gracefully.

halkeye’s picture

StatusFileSize
new5.27 KB

php4 bug fixes + removing debug message + updating access list and other 4.7 fixes

Also includes an install file

tatere’s picture

the above patch link

http://drupal.org/files/issues/drupal.pontomail.php4.4.7.patch

is broken (the LINK, not the patch file)

Souvent22’s picture

Assigned: Unassigned » Souvent22
Status: Needs review » Active

Hm...I'm adding some patches now. Perhaps this week, we could revisit all these issues?

I'm setting to active until we can go back through, and see which of the issues that this patch fixed are still viable. And then roll out another patch.

Souvent22’s picture

Status: Active » Needs review

Ok,

Anyone with a PHP4 installation please check the current CVS. I patched up IMAPService.inc with the configured patch and all seems sell, and seems to be PHP4 compatible.

Chris Johnson’s picture

Not sure if this is a PHP4 problem or a Forms API problem that gets triggered when other modules are installed.

From the compose page, when I try to send the message, I get an error telling me I have not supplied a date, as if I were trying to store an ordinary node. Additionally, I am made suspicious that this may be a node-save date check because at the bottom of the compose screen, there are options for comments, etc. as if it were a node.

Souvent22’s picture

Yes, I will look into this. The compose screen a node creation screen because of future plans in the road map. More specifically, the ability to save all "sent" emails either to drupal or a specified IMAP folder.

Souvent22’s picture

Chris,

I can't seem to recreate this issue. Could you give me a few details on your setup?

Souvent22’s picture

Also,

The date is set as a hidden field (try viewing the source), and formatted in 'long' format. I remember this issue coming up before. Perhaps my CVS isn't updating. Hm.

Souvent22’s picture

StatusFileSize
new1.48 KB

Chris,

Could you try this patch and see if it fixes your issue?

Souvent22’s picture

Status: Needs review » Closed (fixed)

Scratch that. Sorry for all the traffic. I'm going to open this up as a new "bug"/"issue".