[imp] Compose window won't close

Andrew Morgan morgan at orst.edu
Fri May 30 10:32:43 PDT 2003



On Fri, 30 May 2003, Charlie Reitsma wrote:

> Quoting Andrew Morgan <morgan at orst.edu>:
>
> >
> >
> > On Thu, 29 May 2003, Charlie Reitsma wrote:
> >
> > > Quoting Eric Rostetter <eric.rostetter at physics.utexas.edu>:
> > >
> > > > Quoting Charlie Reitsma <reitsmac at denison.edu>:
> > > >
> > > > > The problem I've been fighting with on IMP for the last few weeks seems
> > to
> > > > be
> > > > > related to saving a message with an attachment to the sent-mail
> > folder.
> > > >
> > > > Okay.
> > > >
> > > > > affected all versions of Horde/IMP I've tested 2.2.1/3.2.1 through
> > cvs.
> > > > > Is anyone else seeing this?
> > > >
> > > > I've never seen it, but there was some similar postings to the mailing
> > list.
> > > > No resolution that I can remember.
> > > >
> > > > > Is there a fix? Something like save a copy of messages unless they have
> > an
> > > > > attachment?
> > > >
> > > > None that I know of.  If there is, it would be in the list archives...
> > > >
> > > Thanks. It seems nicely localized in horde/imp/compose.php. I'll see what I
> > can
> > > do if there is no fix for it at the IMAP server.
> >
> > Are you using an IMAP proxy?
> >
> > Does this happen for any attachment, or only large attachments?
> >
> No. I do not use an IMAP proxy.
> No. This only happens for large attachments. I'm calling large anything over
> 600K and small anything under 100K. I have not searched for the cutoff point
> between those.

Check that your php memory limit is at least twice as large as the largest
attachment you want to handle.  PHP holds a copy of the attachment in
memory, plus a copy of the attachment base64 encoded in memory.

	Andy



More information about the imp mailing list