Displaying 20 results from an estimated 8000 matches similar to: "Thread sorting problem"
2009 Apr 28
1
Error in IMAP command UID: Unknown thread algorithm.
Our Squirrelmail offers "Thread based sorting".
Now, I have one user, where the activation of thread sorting results in:
FEHLER: Falsche oder ung?ltige Anfrage.
Anfrage: THREAD ORDEREDSUBJECT ISO-8859-1 ALL
Server antwortete: Error in IMAP command UID: Unknown thread algorithm.
Why is that?
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin
2007 Jan 20
1
Squirrelmail Login Error
One user attempts to log in, and perpetually gets this from Squirrelmail:
ERROR: Bad or malformed request.
Query: THREAD ORDEREDSUBJECT ISO-8859-1 ALL
Server responded: Error in IMAP command UID: ORDEREDSUBJECT threading is
currently
not supported.
Dovecot's logs are clean.
--
Jay Chandler
Network Administrator
Chapman University
2010 Feb 21
2
enabling IMAP SORT and THREAD extensions
Hi all,
The home page of the Dovecot website indicates:
"Supports multiple commonly used IMAP extensions, including SORT, THREAD and
IDLE."
However, I cannot find instructions in the Wiki for how to enable these
extensions. Can someone tell me how to do this? I will add this info to the
Wiki myself if need be.
Thanks.
-----
Colin Brace
Amsterdam
http://lim.nl
--
View this
2006 Jan 17
4
Duplicate suppression
Hi there,
Does the Dovecot project have plans to implement duplicate suppression
at some stage?
I have a situation where several people belong to more than one mailing
list. One alias ('staff') incorporates several lists. These staff are
receiving duplicate messages (one copy for every list they're on) when a
message is sent to this staff alias. There is no reason they need to
2011 Nov 03
2
Socomec UPS
Hi,
I am considering purchasing a UPS and want one that I can query from
bash scripts. I would assume nut to be the best tool to allow this. I
have been directed to a Socomec RT 3000VA UPS.
I have previously had MGE Pulsars and interfaced to them with nut's
mge-utalk and mge-shut drivers with reasonable success, apart from the
odd data stale error.
These Socomec units have RS-232
2012 Aug 15
2
Thread sorting problem
Hi.
How much may implementing of THREAD=ORDEREDSUBJECT to Dovecot 2.1.x or later
cost ?
Artyom.
2018 Oct 02
2
Help for UID THREAD and SORT optimization
Hello,
we are developing a library to show last arrived messages of all threads
in a folder with more than 300k messages.
As per the RFC 5256, the IMAP thread command has only the option to
specify the grouping criteria (REFERENCES vs ORDEREDSUBJECT). So we
implemented an algorithm which gets the full UID SORT ordered by date in
reverse order then gets all thread relations and then post
2005 Jul 08
3
sorting question
Hi,
If I understand the thread sorting algorithm correctly (from
draft-ietf-imapext-sort-17.txt and the code), it will sort like this
(where I use numbers instead of dates with higher numbers being newer
mails)
4
10
3
11
2
12
1
13
etc into all the lower levels. Thunderbird will actually sort this like
this:
1
13
2
12
3
11
4
10
where threads are sorted by the newest child in
2010 Oct 20
1
threaed ordered subject algorithm
We have custom plugins for squirrelmail which use thread
orderedsubject, but according to capabilities dovecot only support
thread by references algorithm.
At present, we are using Courier with this capabilities (two
algorithms are implemented).
Could we use orderedsubject in dovecot?
2009 Oct 01
2
Capability info in hello message not complete?
Hi,
one Fedora user complains about not some troubles after update to dovecot 1.2.
He suspects wrong capability information given by dovecot 1.2
In dovecot.conf he uses imap_capability= option. While response to 'A
CAPABILITY' respects imap_capability value, the capability info in hello
message does not.
for imap_capability=IMAP4 IMAP4rev1 ACL NAMESPACE CHILDREN SORT QUOTA
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
I use a localhost dovecot imap server in order to access maildir folders from Alpine (see 2009 instructions for my set up here
https://cpbl.wordpress.com/2009/11/07/alpine-offlineimap-and-gmail-under-ubuntu/ )
My configuration has worked nicely since 2009, but failed after a recent upgrade of dovecot (during basic upgrade from Ubuntu 18.04 to 18.10).
The version of Alpine did not change.
2018 Oct 02
0
Help for UID THREAD and SORT optimization
On 2 Oct 2018, at 12.22, Alessio Cecchi <alessio at skye.it> wrote:
>
> Hello,
>
> we are developing a library to show last arrived messages of all threads in a folder with more than 300k messages.
>
> As per the RFC 5256, the IMAP thread command has only the option to specify the grouping criteria (REFERENCES vs ORDEREDSUBJECT). So we implemented an algorithm which gets
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
Hi Aki,
Thanks. I put that in the .conf file I mentioned, and it made no
difference.
Chris
> Hi!
>
> In your case it's probably easiest to change
>
> service stats {
> unix_listener stats-writer {
> mode = 0666
> }
> }
>
> Aki
>
> > On 31 December 2018 at 16:05 cpblpublic+dovecot at gmail.com wrote:
> >
> >
> >
2011 Nov 07
1
Displaying of the HCL legend (was: Socomec UPS)
2011/11/5 Arnaud Quette <aquette.dev at gmail.com>
> Hi Greg,
>
> 2011/11/4 Charles Lepple <clepple at gmail.com>
>
>> On Thu, Nov 3, 2011 at 12:23 AM, Greg Trounson <gregt at maths.otago.ac.nz>
>> wrote:
>> > These Socomec units have RS-232 connectors and claim to support JBUS.
>> > On the nut compatibility page I only see one Socomec
2014 Jan 07
1
Assertion failed with imapc after upgrading Dovecot from 2.1.7 to 2.2.9
Hi !
I have an old Courier IMAP and in front of it, I have put a proxy cache
with Dovecot/imapc.
I use Debian Wheezy (stable) which package Dovecot in version 2.1.7.
I have tested the upgrade to Debian Jessie (testing) which package Dovecot
in version 2.2.9 but an assertion is thrown :
dovecot: imap(xxx): Panic: file imapc-list.c: line 499
(imapc_list_delete_unused_indexes): assertion failed:
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
Hi Aki,
Oops; I did not think carefully enough about your instructions. Here is the output from
$ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
# 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
# Pigeonhole version 0.5.2 ()
# OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
# Hostname: cpbl-t450s
doveconf: Warning: please set
2016 Feb 24
3
search problem dovecot 2.2.21 + fts - Solr
Hello,
Realized update dovecot on my server. Now the search is returning
differently from the previous version bringing reference information of
other messages .
For example when doing a search for anderson.joao this new version of the
dovecot dovecot 2.2.21 + fts - Solr response will be all email that has the
word anderson and joao, instead of returning only items with the word
anderson.joao.
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
Hi Aki,
Yes, the same connect error: imap(meuser,)Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
The mail location in "doveconf -n" (belo) does not reflect my preferences.
In Alpine, if I acknowledge the error I get, which tells me to add
novalidate-cert in my pinerc file, it prompts me for my POSIX username and
password. After that, I get my
2017 Apr 04
3
Problem with Dovecot and BlackBerry
Hi all,
i've got a strange behaviour with a BlackBerry Classic Phone (BBOS
10.3.2.2876) in combination with Dovecot 2.2.13 while trying to fetch
mails.
Before burying myself into debugging sessions, i try to get an
understanding if the following is a Client- or a Server-specific error
in the behaviour:
CIGA8 UID FETCH 10009:10035 (UID FLAGS) (CHANGEDSINCE NOMODSEQ)
CIGA8 BAD Error
2015 Jun 15
3
Problem logging in during testing
Am Montag, den 15.06.2015, 13:33 -0400 schrieb Steve Matzura:
> I think I have it now! Found info about *correctly* defining
> namespaces. I now get the following when telnetting in, and it all
> looks valid.
>
> Trying 127.0.0.1...
> Connected to 127.0.0.1.
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
>