I've seen column sorting of mail messages in the main view. Just wondering
why I don't have the feature - was their a patch?
Rgs, Chris
Message sorting is only available if the IMAP server supports server-side sorting. This might be the reason why you don't have it in your installation.
Regards, Thomas
Chris Fordham wrote:
I've seen column sorting of mail messages in the main view. Just wondering why I don't have the feature - was their a patch?
Rgs, Chris --Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Hello everyone,
I've made a small quick hack to the address book to support phone numbers. I'm working on a better way to do it (Add as many phone you want, same for emails, ...).
To use this patch, you need to run mysql.addressbook.update.sql into SQL directory, it will alter contacts to support phone numers.
The patch is attached to this mail, I hope it's been done well, this is my first one.
-- Matthieu Bonetti +33 684 957 884
On Mon, Feb 06, 2006 at 09:57:31AM +0100, Thomas Bruederli wrote:
Message sorting is only available if the IMAP server supports server-side sorting. This might be the reason why you don't have it in your installation.
What about some kind of admin page that shows your server capabilities? This way people could figure out why some stuff is not displayed? :)
Balu
telnet $imap_server 143
Thomas -Balu- Walter wrote:
On Mon, Feb 06, 2006 at 09:57:31AM +0100, Thomas Bruederli wrote:
Message sorting is only available if the IMAP server supports server-side sorting. This might be the reason why you don't have it in your installation.
What about some kind of admin page that shows your server capabilities? This way people could figure out why some stuff is not displayed? :)
Balu
I get:
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc.
See COPYING for distribution information.
how can u tell if there is server side sorting capability?
On Tue, 07 Feb 2006 01:04:17 +1000, Håkan Lindqvist lindqvist@netstar.se
wrote:
On mån, 2006-02-06 at 08:51 -0600, Brian Jackson wrote:
telnet $imap_server 143
00 CAPABILITY
It says SORT.
Chris Fordham wrote:
I get:
- OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information.
how can u tell if there is server side sorting capability?
On Tue, 07 Feb 2006 01:04:17 +1000, Håkan Lindqvist lindqvist@netstar.se wrote:
On mån, 2006-02-06 at 08:51 -0600, Brian Jackson wrote:
telnet $imap_server 143
00 CAPABILITY
--Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Does that mean that my Courier-IMAP sorting is turned off in it's config
because sorting does not come up in RC yet.
On Tue, 07 Feb 2006 14:21:26 +1000, Brian Jackson iggy@theiggy.com wrote:
It says SORT.
Chris Fordham wrote:
I get:
- OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information.
how can u tell if there is server side sorting capability?
On Tue, 07 Feb 2006 01:04:17 +1000, Håkan Lindqvist lindqvist@netstar.se wrote:
On mån, 2006-02-06 at 08:51 -0600, Brian Jackson wrote:
telnet $imap_server 143
00 CAPABILITY
--Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Courier has a setting for it in $sysconfdir/imapd(,-ssl) IMAP_CAPABILITY should include SORT and THREAD IMAP_DISABLETHREADSORT should be =0
--Brian Jackson
Chris Fordham wrote:
Does that mean that my Courier-IMAP sorting is turned off in it's config because sorting does not come up in RC yet.
On Tue, 07 Feb 2006 14:21:26 +1000, Brian Jackson iggy@theiggy.com wrote:
It says SORT.
Chris Fordham wrote:
I get:
- OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information.
how can u tell if there is server side sorting capability?
On Tue, 07 Feb 2006 01:04:17 +1000, Håkan Lindqvist lindqvist@netstar.se wrote:
On mån, 2006-02-06 at 08:51 -0600, Brian Jackson wrote:
telnet $imap_server 143
00 CAPABILITY
--Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
--Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
On tis, 2006-02-07 at 09:45 +1000, Chris Fordham wrote:
I get:
- OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc.
See COPYING for distribution information.how can u tell if there is server side sorting capability?
I believe that's what "SORT" in your capability listing is.
/Håkan
That is weird here are my two lines in /etc/courier-imap/imapd:
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE"
IMAP_DISABLETHREADSORT=0
Neither lines are in imapd-ssl - I don't believe I use it with SSL. Any
suggestions?
On Tue, 07 Feb 2006 16:06:03 +1000, Brian Jackson iggy@theiggy.com wrote:
Courier has a setting for it in $sysconfdir/imapd(,-ssl) IMAP_CAPABILITY should include SORT and THREAD IMAP_DISABLETHREADSORT should be =0
--Brian Jackson
Chris Fordham wrote:
Does that mean that my Courier-IMAP sorting is turned off in it's config because sorting does not come up in RC yet.
On Tue, 07 Feb 2006 14:21:26 +1000, Brian Jackson iggy@theiggy.com
wrote:It says SORT.
Chris Fordham wrote:
I get:
- OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information.
how can u tell if there is server side sorting capability?
On Tue, 07 Feb 2006 01:04:17 +1000, Håkan Lindqvist lindqvist@netstar.se wrote:
On mån, 2006-02-06 at 08:51 -0600, Brian Jackson wrote:
telnet $imap_server 143
00 CAPABILITY
--Using Opera's revolutionary e-mail client:
http://www.opera.com/mail/--Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
On Mon, Feb 06, 2006 at 08:51:59AM -0600, Brian Jackson wrote:
telnet $imap_server 143
Thomas -Balu- Walter wrote:
What about some kind of admin page that shows your server capabilities? This way people could figure out why some stuff is not displayed? :)
My idea was not specific to this problem, but an idea for an admin page that shows which feature is possible, but disabled because of some missing capability.
In addition one could list restrictions because of PHP settings, problems with file access rights, ...
That would help figure out problems and make it easier to support people.
Balu
THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 AUTH=CRAM-SHA256 ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.
That's mine. It's working just fine for me. I'd say maybe it's some other issue at this point. Might want to try adding some debug lines in roundcube where it tries to determine server side sorting capability to make sure it's actually reading it right.
--Brian
Chris Fordham wrote:
That is weird here are my two lines in /etc/courier-imap/imapd:
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE" IMAP_DISABLETHREADSORT=0Neither lines are in imapd-ssl - I don't believe I use it with SSL. Any
suggestions?On Tue, 07 Feb 2006 16:06:03 +1000, Brian Jackson iggy@theiggy.com wrote:
Courier has a setting for it in $sysconfdir/imapd(,-ssl) IMAP_CAPABILITY should include SORT and THREAD IMAP_DISABLETHREADSORT should be =0
--Brian Jackson
Chris Fordham wrote:
Does that mean that my Courier-IMAP sorting is turned off in it's config because sorting does not come up in RC yet.
On Tue, 07 Feb 2006 14:21:26 +1000, Brian Jackson iggy@theiggy.com
wrote:It says SORT.
Chris Fordham wrote:
I get:
- OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information.
how can u tell if there is server side sorting capability?
On Tue, 07 Feb 2006 01:04:17 +1000, Håkan Lindqvist lindqvist@netstar.se wrote:
On mån, 2006-02-06 at 08:51 -0600, Brian Jackson wrote:
> telnet $imap_server 143 > 00 CAPABILITY
--Using Opera's revolutionary e-mail client:
http://www.opera.com/mail/--Using Opera's revolutionary e-mail client: http://www.opera.com/mail/