Re: [Dbmail-dev] DBMail 2.1 and Squirrel Mail Performance

2006-05-16 Thread Matthew T. O'Connor
Something to note here is that SM 1.5 is coming along and it sounds like much of the IMAP code has been improved considerably. I'm gonna try that out soon and see if it's much better. Matt Aaron Stone wrote: I suspect the SM function in question is this one: /** * Retrieves a list with he

Re: [Dbmail-dev] DBMail 2.1 and Squirrel Mail Performance

2006-05-16 Thread Paul J Stevens
Aaron Stone wrote: > I suspect the SM function in question is this one: > > /** > * Retrieves a list with headers, flags, size or > * internaldate from the imap server > * > [snip] > function sqimap_get_small_header_list($imap_stream, $msg_list, > $aHeaderFields = array('Date', 'To', 'Cc',

[Dbmail-dev] how to build the debian package from svn

2006-05-16 Thread Kneschke.Lars
Hello Paul! I'm totaly clueless how to get the debian package build from cvs. Can you give me a hint how to start? I would like to build a ubuntu package. -- Lars Kneschke Metaways Infosystems GmbH Pickhuben 4 20457 Hamburg Germany eGroupWare Training & Support ==> http://www.egroupware-suppor

Re: [Dbmail-dev] DBMail 2.1 and Squirrel Mail Performance

2006-05-16 Thread Geo Carncross
On Tue, 2006-05-16 at 08:42 +0200, Paul J Stevens wrote: > The body[]<> (partial) message retrieval will always require message > retrieval by nature. No it wouldn't. Unless you really mean BODY[] and not things like BODY[1] etc. Split the message on its mime boundaries on insert. We'd then need

Re: [Dbmail-dev] how to build the debian package from svn

2006-05-16 Thread Paul J Stevens
Kneschke.Lars wrote: > Hello Paul! > > I'm totaly clueless how to get the debian package build from cvs. > > Can you give me a hint how to start? I would like to build a ubuntu package. > install debhelper and devscripts then, inside the dbmail directory, run 'debuild' that's it. Of cours

Re: [Dbmail-dev] DBMail 2.1 and Squirrel Mail Performance

2006-05-16 Thread Matthew T. O'Connor
Paul J Stevens wrote: At this point the _only_ things that trigger full message retrieval and parsing are: envelope bodystructure body[]<> and friends (rfc822.xxx) search text The first two can be optimized fairly easily, with only minimal changes to the delivery

[Dbmail-dev] [DBMail 0000244]: Server has to be restarted from time to time

2006-05-16 Thread bugtrack
The following issue has been RESOLVED. == http://www.dbmail.org/mantis/view.php?id=244 == Reported By:postgresql Assigned To:p

[Dbmail-dev] [DBMail 0000220]: dbmail-imap crashes in pq library on a double free()

2006-05-16 Thread bugtrack
The following issue has been RESOLVED. == http://www.dbmail.org/mantis/view.php?id=220 == Reported By:mavetju Assigned To:aaro

[Dbmail-dev] [DBMail 0000299]: pop3d with stunnel hangs after PASS command

2006-05-16 Thread bugtrack
The following issue has been RESOLVED. == http://www.dbmail.org/mantis/view.php?id=299 == Reported By:adamg Assigned To:aaron

Re: [Dbmail-dev] DBMail 2.1 and Squirrel Mail Performance

2006-05-16 Thread Paul J Stevens
Matthew T. O'Connor wrote: > Paul J Stevens wrote: > >> At this point the _only_ things that trigger full message retrieval and >> parsing are: >> >> envelope >> bodystructure >> body[]<> and friends (rfc822.xxx) >> search text >> >> The first two can be optimized fairly easily, wi

Re: [Dbmail-dev] DBMail 2.1 and Squirrel Mail Performance

2006-05-16 Thread Matthew T. O'Connor
Paul J Stevens wrote: Matthew T. O'Connor wrote: Paul J Stevens wrote: At this point the _only_ things that trigger full message retrieval and parsing are: envelope bodystructure I assume when Squirrelmail shows a list of messages in a folder that it's only requesting envelope's yes

Re: [Dbmail-dev] DBMail 2.1 and Squirrel Mail Performance

2006-05-16 Thread Aaron Stone
On Tue, May 16, 2006, "Matthew T. O'Connor" said: > Sorry if this is a dumb question but... [snippy quote] > Or is the envelope something special? Not at all -- the envelope stuff is always a little weird to work with because it is a sort of "out of band" metadata about the email, referring to t