Displaying 18 results from an estimated 18 matches for "references2".
Did you mean:
references
2009 Mar 21
4
THREAD X-REFERENCES2 index bug?
Hi all,
$ sudo dovecot --version
1.2.beta3
I just started using Dovecot a few weeks ago, and my client is also using
the X-REFERENCES2 thread algorithm. The client is misbehaving when trying
to list messages in my INBOX, but only when a threaded message exists. I
have tracked it down to the thread index that Dovecot is returning, but the
problem is only extant when using the X-REFERENCES2 thread algorithm. Here
is a snippet of...
2008 Oct 26
1
PATCH: Advertise X-REFERENCES2
Don't see any reason why X-REFERENCES2 should not be advertised in the
CAPABILITY string - the wiki indicates this is a new addition for 1.2,
and RFC 5256 explicitly states that the THREAD= is to be used for
upwards-compatible extensions.
# HG changeset patch
# User root at bigworm.curecanti.org
# Date 1225057043 21600
# Branch H...
2009 Apr 28
3
Virtual plugin - [SERVERBUG] BUG: Unknown internal error
/etc/dovecot/virtual/Inbox2/dovecot-virtual
*
-Trash
-Trash/*
-Deleted*
-Junk*
inthread x-references2 x-mailbox INBOX
Using php to connect o {host}virtual/Inbox2 gives me [SERVERBUG] BUG:
Unknown internal error. If I connect to virtual/Allmail which has
"all" instead of the inthread line it works.
2008 Mar 16
3
Development news
...new features and their state:
1. http://hg.dovecot.org/dovecot-threadindexes/
THREAD=REFERENCES indexes. Missing NFS flushes, support for
mmap_disable=yes, breaks when more than one session modifies at the same
time. Not tested much if the replies are really correct at all. Also
started THREAD=X-REFERENCES2 but it doesn't work as expected.
2. http://hg.dovecot.org/dovecot-virtualboxes/
Virtual mailboxes. Nothing changed since
http://dovecot.org/list/dovecot/2008-March/029546.html
3. http://hg.dovecot.org/dovecot-condstore/
Implemented CONDSTORE, QRESYNC, ESEARCH, SEARCHRES and WITHIN
extension...
2006 Apr 07
2
IMAP threading - the THREAD command
Hi folks,
there's an extension [1] to IMAP specifying the THREAD command to return
list of message sequence numbers grouped to indicate the threading of
them. That draft currently defines two algorithms, one of them based
solely on Subjects (which is rather dumb) and the second one, combining
Subjects with In-Reply-To (etc) headers.
The second method is actually advertised and supported by
2007 Aug 07
1
v1.1.alpha2 released
...think I'm pretty much done with new features (except for
dbox).
The largest changes since alpha1:
* Removed THREAD indexing. It's a bit buggy and I think there's a
better chance of releasing a bugfree v1.1 soon if it's not included.
I'll fix it after v1.1.
* Removed THREAD=X-REFERENCES2 also because it wasn't as easy to
implement with the old threading code. I might put this back though if
there's enough interest.
* PAM always works in blocking=yes mode now. If you have problems with
memory leaks, change auth_worker_max_request_count setting.
+ Filesystem quota backend...
2009 Apr 03
1
v1.2.rc1 released
...eatures should work fine
also. I don't really see any reasons to delay it, so please start
testing and let's get the last bugs found and fixed quickly.
I'm also going to start v1.3 branch soon with configuration rewrite and
multi-dbox support.
Changes since beta4:
* Renamed THREAD X-REFERENCES2 to THREAD REFS (from INTHREAD draft)
+ When a process is killed, show the signal code and the sending
process's pid and uid.
+ quota-fs: Added support for NFS group quota.
- Several fixes to shared mailboxes and ACLs
- Removed umask setting. We're nowadays creating practically all files...
2009 Apr 03
1
v1.2.rc1 released
...eatures should work fine
also. I don't really see any reasons to delay it, so please start
testing and let's get the last bugs found and fixed quickly.
I'm also going to start v1.3 branch soon with configuration rewrite and
multi-dbox support.
Changes since beta4:
* Renamed THREAD X-REFERENCES2 to THREAD REFS (from INTHREAD draft)
+ When a process is killed, show the signal code and the sending
process's pid and uid.
+ quota-fs: Added support for NFS group quota.
- Several fixes to shared mailboxes and ACLs
- Removed umask setting. We're nowadays creating practically all files...
2008 Sep 05
4
v1.2.alpha1 released
...es 8 bytes per message more space.
Other implemented IMAP extensions are: ESEARCH, SEARCHRES, WITHIN, ID
and CONTEXT=SEARCH.
Added thread indexes to optimize IMAP THREAD command. Only the first
half of threading is currently optimized, the rest will hopefully follow
later.
Added a non-standard X-REFERENCES2 threading algorithm where threads are
sorted by their latest message instead of the thread root message. There
is also no base subject merging. This may be renamed and become part of
SEARCH=INTHREAD extension some day.
SEARCH=INTHREAD is still a draft, but the INTHREAD search key is already
implem...
2008 Sep 05
4
v1.2.alpha1 released
...es 8 bytes per message more space.
Other implemented IMAP extensions are: ESEARCH, SEARCHRES, WITHIN, ID
and CONTEXT=SEARCH.
Added thread indexes to optimize IMAP THREAD command. Only the first
half of threading is currently optimized, the rest will hopefully follow
later.
Added a non-standard X-REFERENCES2 threading algorithm where threads are
sorted by their latest message instead of the thread root message. There
is also no base subject merging. This may be renamed and become part of
SEARCH=INTHREAD extension some day.
SEARCH=INTHREAD is still a draft, but the INTHREAD search key is already
implem...
2009 Apr 28
3
Virtual mailbox plugin, 4 days of struggling
Hello,
I finally got an INBOX to work, but is virtual mailbox plugin only
meant to create a virtual inbox, or should I be able to have an
Allmails virtual folder that is viewable in my imap client? if
~/virtual/ is my location, would I create an Allmails directory in the
virtual/ or virtual/INBOX/Allmails. Im fairly confused on how this is
suppose to work. I was trying to duplicate the gmail-like
2007 Jul 19
6
v1.1.alpha1 released
...AP: Added support for UIDPLUS and LIST-EXTENDED extensions.
+ IMAP SORT: Sort keys are indexed, which makes SORT commands faster.
+ IMAP THREAD: Threads are indexed into a dovecot.index.thread file.
It can usually be updated incrementally, so this makes THREAD fast.
+ Added Dovecot-specific X-REFERENCES2 threading algorithm.
It's similar to REFERENCES, but it doesn't do base subject merging
and it sorts the threads by their newest message.
+ When saving messages, update cache file immediately with the data
that we expect client to fetch later. Maildir-only currently.
+ NFS attrib...
2007 Jul 19
6
v1.1.alpha1 released
...AP: Added support for UIDPLUS and LIST-EXTENDED extensions.
+ IMAP SORT: Sort keys are indexed, which makes SORT commands faster.
+ IMAP THREAD: Threads are indexed into a dovecot.index.thread file.
It can usually be updated incrementally, so this makes THREAD fast.
+ Added Dovecot-specific X-REFERENCES2 threading algorithm.
It's similar to REFERENCES, but it doesn't do base subject merging
and it sorts the threads by their newest message.
+ When saving messages, update cache file immediately with the data
that we expect client to fetch later. Maildir-only currently.
+ NFS attrib...
2009 Apr 07
1
Coredump using virtual folder.
...r can be used after that.
2. Two basic virtual work just fine like:
$ cat virtual/all/dovecot-virtual
INBOX
INBOX.Ordner.work.archive.*
all
and
$ cat virtual/unseen/dovecot-virtual
INBOX
unseen
But the third one does not work:
$ cat virtual/talk/dovecot-virtual
virtual.all
inthread x-references2 x-mailbox INBOX
The IMAP Client says Unkown server error, the server logs look like this:
...
dovecot: Info: IMAP(matthias): virtual: data=~/Maildir/virtual
dovecot: Info: IMAP(matthias): fs: root=/home/matthias/Maildir/virtual, index=, control=, inbox=
dovecot: Info: IMAP(matthias): Namespace IN...
2009 Apr 28
1
Virtual plugin, timeout leaks
Getting these
Warning: imap <brandonl at pacwebdev.com>: Timeout leak: 0x461bd0
/etc/dovecot/virtual/Allmail/dovecot-virtual
*
-Trash
-Trash/*
all
/etc/dovecot/virtual/INBOX/dovecot-virtual
virtual/Allmail
inthread x-references2 x-mailbox INBOX
/etc/dovecot/dovecot.conf
namespace private {
prefix = ""
separator = /
list = yes
hidden = yes
}
namespace private {
prefix = virtual/
separator = /
list = no
hidden = yes
inbox = yes
location = virtual:/etc/dovecot/virtual:INDEX=...
2007 Apr 17
14
v1.1 plans
...features are:
+ Added support for IMAP UIDPLUS extension
+ IMAP SORT: Sort keys are indexed, which makes SORT commands faster.
+ IMAP THREAD: Threads are indexed into a dovecot.index.thread file.
It can usually be updated incrementally, so this makes THREAD fast.
+ Added Dovecot-specific X-REFERENCES2 threading algorithm.
It's similar to REFERENCES, but it doesn't do base subject merging
and it sorts the threads by their newest message.
+ When saving messages, update cache file immediately with the data
that we expect client to fetch later. Maildir-only currently.
+ Mailbox li...
2007 Dec 06
3
Roadmap to future
...es..), so it might take a while for some
features to get implemented. I'm anyway hoping for a v1.2 or v2.0
release before next summer.
So, the list..
--------------
Implemented, but slightly buggy so not included in v1.1 (yet):
- Mailbox list indexes
- THREAD REFERENCES indexes
- THREAD X-REFERENCES2 algorithm where threads are sorted by their latest
message instead of the thread root message
Could be implemented for v1.2:
- Shared mailboxes and ACLs
http://www.dovecot.org/list/dovecot/2007-April/021624.html
- Virtual mailboxes:
http://www.dovecot.org/list/dovecot/2007-May/022828.h...
2008 Jun 09
3
v1.2 development tree started
...arameter which can be
used to test what the backend mailbox name is. This will be especially
useful with INTHREAD extension. I guess it wouldn't hurt to have FETCH
X-MAILBOX if someone wants it.
5. Thread indexes should work, but some optimizations missing and there
are some small bugs left. X-REFERENCES2 thread algorithm works.
6. INTHREAD extension isn't started yet, but I'll start it soon.
Hopefully won't be too tricky to get it working with virtual mailboxes
and CONTEXT=SEARCH..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: a...