[imp] Problem sending mail $actionID='NO_ACTION'
scott@opensoars.com
scott@opensoars.com
Fri, 3 May 2002 12:00:01 -0700 (PDT)
Hello all,
Sorry to keep bugging the list, but anyway, I have fixed the
problem I've outlined. I was right about the compese.php not getting ANY
of the form variables from the previous page. I went into
templates/compose/compose.inc and changed the form to 'GET' as opposed to
'POST' any everything works!!! (woohoo!) . I know this is a good step,
but I'm really curious as to why this happened, and hopefully I can file a
bug report with SOMEONE (horde,imp,php,apache, I dunno) so no one else
feels my woes. Also, aren't
there restriction as to the size of a 'GET' operation? Thank you for your
help,
-Scott
On Fri, 3 May 2002 scott@opensoars.com wrote:
> Hello,
> Thank you for your response! Lets see here, I've set the
> debug_level to E_ALL, but the only thing I see in horde.log is
>
> May 03 12:30:54 HORDE [notice] [imp] Login success for USER
> [MY IP] to {127.0.0.1:993} [on line 64 of
> "/var/www/opensoars/mail/horde/imp/redirect.php"]
>
> (i'm using Self certifying SSL)
>
> and in my other logs, I just see xinetd accepting the connection and imapd
> authenticating it. However! I've gone through the source an added logger
> commands to the switch($actionID) part. After the send button is hit and
> compose comes up again, $actionID is set to NO_ACTION, and it SEEMS to be
> some strangeness in actionID getting passed from the previous page,
> because when send is hit, it should be passed as 'SEND_MESSAGE', but for
> some reason, its not set, so it gets set to 'NO_ACTION'.
>
> Upon further investigation, I've gone through and set
>
> $actionID = SEND_MESSAGE;
>
> right before the switch, and when i gets pulled up again, it tells me
> "You must have at least one recipient."
>
> It looks like _NONE_ of the form variables are getting passed to
> compose.php upon submittal! Any ideas? I'll be more than glad to try
> anything! Thanks a lot!
> -Scott
>
> On Fri, 3 May 2002, Jan Schneider wrote:
>
> > Zitat von scott@opensoars.com:
> >
> > > I am having a problem sending mail via the IMP interface. I can receive
> > > messages fine, display, whatever. But, when I go to 'reply', the
> > > compose message window pops up... But when I hit send message, it just
> > > blanks everything and puts me back at 'Message Composition'. I looked
> > > through the source, and it seems to be a problem with 'actionID' being
> > > set
> > > to 'NO_ACTION', when it shouldn't be (line 413, compose.php, IMP
> > > package).
> >
> > No, there is something wrong with your configuration. Set debug_level to
> > E_ALL in config/horde.php and look out for any error messages on the screen
> > and in your log files (server, horde, mail).
> >
> > Jan.
> >
> > --
> > http://www.horde.org - The Horde Project
> > http://www.ammma.de - discover your knowledge
> > http://www.tip4all.de - Deine private Tippgemeinschaft
> >
>
>
>