Closed (fixed)
Project:
Mailhandler
Version:
master
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2006 at 21:30 UTC
Updated:
2 Mar 2007 at 17:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
kowalke commentedI'm getting that, too. Did you find resolution on this issue yet?
Comment #2
phoolish commentedThe problem seems connected to whether the mailhandler mailbox is using cron or not. If cron is off then the mailbox is not revealed in My Account. A quick look at the code doesn't reveal anything obvious.
Comment #3
ChrisKennedy commentedAttached is a patch from the cvs version that:
1. Fixes mailhandler_user() to display correctly.
2. Comments out the function entirely because the current functionality isn't necessarily correct (we can't assume that the first mailhandler email will accept user blog submissions). In the released version of Mailhandler, at least, this function should be disabled.
Comment #4
moshe weitzman commentedseems like this got fixed
Comment #5
(not verified) commentedComment #6
ChrisKennedy commentedThis is still a bug in 4.7-dev. To test, create a mailbox and enable cron processing, then view your profile.
Comment #7
ChrisKennedy commentedFyi, I was reminded of this issue by a support forum post: http://drupal.org/node/108386
Comment #8
ChrisKennedy commentedThis also occurs in 5.x.
Comment #9
mike stewart commentedI've created a patch for Drupal 5.1 (currently mailhandler HEAD) based on the code from ChrisKennedy from followup #3
Comment #10
mike stewart commentedand this time, with the patch ;-)
Comment #11
ChrisKennedy commentedOkay I committed a modified version of #3 - http://drupal.org/cvs?commit=56763
Comment #12
(not verified) commented