[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [phpGroupWare-developers] offline version of phpGW
From: |
Chris Weiss |
Subject: |
Re: [phpGroupWare-developers] offline version of phpGW |
Date: |
Wed, 14 Nov 2001 15:30:29 +0000 |
regular IMAP clients are plenty fast enough, maybe because they store local
copies
of the mail? Either way, large mailbox access in phpGW with php-imap is very
slow. I happen to think that it is slow because it has to parse the whole list
of
headers each time to access the mailbox. If "email" at least cached the headers
then the access would be considerably faster especially through the imap class.
BTW, has anyone else noticed that this new list also doesn't reply to the list
with
out doing a reply all? slightly better than the old list, but I still have to
remove my name and the guys's name that I know is also on the list.
Lars Kneschke (address@hidden) wrote*:
>
>> address@hidden schrieb:
>>
>> I'm personally all for this. I have a couple IMAP folders that are
>> over 50 meg each and phpGW takes forever to access them. Having this
>> in the database would speed things up dramatically.
>
>I'm not sure if this is a good idea.
>
>You need to keep track of read and unread messages. You need to reinvent the
>imap functions.
>Maybe we should speed up your imap clients.
>
>Just some toughts....
>
>Cu
>
>
Re: [phpGroupWare-developers] offline version of phpGW,
Chris Weiss <=
Re: [phpGroupWare-developers] offline version of phpGW, Joel Webb, 2001/11/14
Re: [phpGroupWare-developers] offline version of phpGW, Chris Weiss, 2001/11/14
RE: [phpGroupWare-developers] offline version of phpGW, Spot, 2001/11/14