I didn't know IMAP implemented SORT on the server. How many servers suppo=
rt
this? Doesn't jWebMail already download all the headers?
Also I found this: http://asg.web.cmu.edu/cyrus/smlacapd/
"ACAP, the Application Configuration Access Protocol, is a remote store f=
or
preferences, addressbooks, bookmarks, and other data useful to be accessi=
ble
for mobile users and across applications. It is described in RFC 2244. "
Sounds like the best way to implement all those extra features in the
future.
----- Original Message -----
From: "Sebastian Schaffert" <wa...@wa...>
To: "Mike Danifo" <MD...@Ya...>
Cc: <jwe...@li...>
Sent: Thursday, March 27, 2003 2:54 AM
Subject: [Jwebmail-devel] Re: feedback on you jwebmail project
Am Don, 2003-03-20 um 16.14 schrieb Mike Danifo:
> Sebastian,
> I wanted to start off by complementing your jwebmail project.
> I had little to no trouble configuring it and using it initially. The U=
I
is very nice, and it seems to have many desirable features.
> I had one comment about the usability, however.
> I wonder how useful this project can be for viewing email, as there is =
no
easy way to sort messages.
> I don't see the usefulness of the current sort mechanism, message numbe=
r.
> The most obvious sorting mechanism would be by date, but when I see my
message list, the messages are completely out of order by date. There als=
o
does not seem to be any easy way through the xsl to fix this.
> I am wondering why this issue does not come up more often, whether its
some sort of email server configuration that can take of this.
>
The reason why webmail has no sorting mechanism at the moment is that
the Sun developers who are working on the JavaMail API refuse to
implement the IMAP sort command (I suggested it to them) because it is
not supported by all IMAP servers.
The other solution would be to retrieve all message headers and let
WebMail do the sorting. This is however not very desireable as it leads
to:
- much slower responsiveness on large mailboxes, as all messages have to
be retrieved
- increased memory consumption
A third solution would be to implement the IMAP SORT command in WebMail
and process it in raw form (JavaMail allows for that), perhaps we should
investigate that.:-)
> Thanks again and complements on a nice project.
>
> -Mike
--
Sebastian
| Dipl.-Inform. Sebastian Schaffert LFE Programmier-/
| sch...@in... Modellierungssprachen
| LMU M=FCnchen - Institut f=FCr Informatik - Zimmer C8 - Tel: 089/2180-9=
781
PGP Key fingerprint =3D
13 1D 2E 4F 20 3E C9 1F 4C 57 52 87 8A 80 48 4D F5 E9 97 EC
-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Jwebmail-devel mailing list
Jwe...@li...
https://lists.sourceforge.net/lists/listinfo/jwebmail-devel
|