faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
thread
|
Re: questions
by Kevin Krammer on Monday 31/Jan/2005, @10:07
|
> a webclient needs to implement offline IMAP to be useful with Kolab
Why would that be needed?
The webserver is part of the Kolab service it has direct (over loopback interface) access to the other services such as the IMAP server. |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: questions
by me on Tuesday 01/Feb/2005, @16:31
|
Because its part of the Kolab concept for clients, read it? Besides the IMAP4 protocol doesn't allow for range queries (like gimme all events from this monday to friday) as required for a web calendaring client, so live access is a no-go.
|
[
Reply To This | View ]
|
Re: questions
by Kevin Krammer on Wednesday 02/Feb/2005, @03:41
|
> Because its part of the Kolab concept for clients, read it?
No, that's why I was asking.
Might still be possible without, usually clients are on a remote machine where reducing network operations matters.
> Besides the IMAP4 protocol doesn't allow for range queries
Well, unless I am complete mistaken on what offline IMAP is, it is still IMAP, only using a local cache. All the query logic has still to be implemented on top of that.
So my guess is that caching greatly improves performance but is not necessarily required (technically).
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|