Displaying 20 results from an estimated 2000 matches similar to: "NOTIFY regression: 2.18 no longer notifies of events in INBOX"
2015 Jul 19
3
"NOTIFY SET (mailboxes INBOX (...))" crashes the IMAP client
Hi list,
The NOTIFY extension (RFC 5465) works fine for mailboxes in the "virtual/"
namespace, but it crashes the IMAP client when used with a mailbox in
the empty "" namespace:
~$ /usr/lib/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 ? NOTIFY SPECIAL-USE] Logged in as guilhem
a NAMESPACE
* NAMESPACE (("" "/")("virtual/"
2015 Jul 19
1
RFC 5465 (NOTIFY) violation: missing HIGHESTMODSEQ in initial STATUS responses
Quoting RFC 5465 (NOTIFY):
?If the NOTIFY command enables MessageNew, MessageExpunge,
AnnotationChange, or FlagChange notifications for a mailbox other
than the currently selected mailbox, and the client has specified
the STATUS indicator parameter, then the server MUST send a STATUS
response for that mailbox before NOTIFY's tagged OK. [?]
If either AnnotationChange or
2015 Jul 26
0
"NOTIFY SET (mailboxes INBOX (...))" crashes the IMAP client
On Sun, 19 Jul 2015 at 19:21:16 +0200, Guilhem Moulin wrote:
> The "subtree" mailbox filter has the same problem, but the
> non-parameterized ones ("inboxes", "personal" and "subscribed") work
> fine.
Actually there are further problem with the INBOX namespace, to which I'm
subscribed:
$ /usr/lib/dovecot/imap
S1: * PREAUTH [CAPABILITY
2015 Sep 15
1
2.2.18 Regression: Incorrect STATUS response for virtual mailboxes
As shown below, adding a message to TRASH doesn't increase
virtual/test's MESSAGES count. However SELECTing virtual/test triggers
the increase; so does running `doveadm mailbox status vsize
virtual/test` in another shell.
$ mkdir -m0700 ~/mail/virtual/test
$ echo -e "TRASH\n\tall" > ~/mail/virtual/test/dovecot-virtual
$ /usr/lib/dovecot/imap
S: * PREAUTH [CAPABILITY
2019 May 25
0
Race condition in IMAP NOTIFY for events received NOTIFY_DELAY_MSECS apart
Hi there,
There seem to be a race condition in IMAP NOTIFY: when two events for
the SELECTED mailbox are received soon after one another, sometimes only
the first one is being reported to clients that enabled IMAP NOTIFY. On
closer look it seems like this is most often reproducible when the delay
between the two events is NOTIFY_DELAY_MSECS (500ms). This is with
2.3.4.1 from Debian sid.
$
2016 Dec 05
4
Simple way to get mailbox size by folder.
On 12/3/2016 2:53 PM, Aki Tuomi wrote:
>
>> On December 3, 2016 at 11:16 PM Vijay Sarvepalli <vijay at ericavijay.net> wrote:
>>
>>
>> Is there a simple way to get each mailbox size using dovecot's IMAP
>> interface? The GETQUOTAROOT and GETQUOTA seems to work with the full
>> maildir size and not the individual folders.
>>
>> I am
2016 Dec 03
2
Simple way to get mailbox size by folder.
Is there a simple way to get each mailbox size using dovecot's IMAP
interface? The GETQUOTAROOT and GETQUOTA seems to work with the full
maildir size and not the individual folders.
I am finding a simple way for the webmail client to show usage of each
folder.
Thanks
Vijay
2004 Nov 17
2
automatic flag updates
Is there a way to get dovecot to send automatic flag updates? I notice
that when I have two clients connected and one of them reads a new
message, the server sends a status update which contains the number of
unseen messages, but doesn't specifically say which ones have changed.
I think the solution to this problem, while not wasting bandwidth, is to
issue a unilateral FETCH FLAGS response
2018 Feb 18
2
2.2.33.2 - Virtual Mailbox Issue bug maybe ?
So virtual/combined was meant to combine INBOX/Sent/Drafts and
virtual/all display them in a threaded manner .. at least that was the
intention ...
rgds
Matt
> Aki Tuomi <mailto:aki.tuomi at dovecot.fi>
> 18 February 2018 at 11:10 pm
>
> Uhm.
>
> combined folder seems to use INBOX for saving mails and contains mails
> from Sent and Drafts.
>
> Not sure what your
2012 Feb 26
0
IMAP NOTIFY extension
http://hg.dovecot.org/dovecot-2.2-notify/ contains the initial implementation of IMAP NOTIFY extension. It's less than half-working, but the difficult part of it is done I think. If I give it a command like:
x notify set (personal (messagenew messageexpunge flagchange))
and then in another session I copy a message to another mailbox, it sends:
* STATUS "foobar" (MESSAGES 77
2009 Jun 18
2
Hatched symbols
Hello,
I would like to build rectangles in a plot and use color and different type
of hatching for filling rectangles. I don't find the way to draw hatchings.
I'm thinking to build segment by segment inside each rectangle but I'm sure
that exists a better way to do that. I didn't find any documentation about
that.
> symbols(1,1,rectangles=cbind(1,1),bg="red", ...
2018 Apr 04
2
Saving Drafts with Roundcube marks old Mails in INBOX as unread.
Hello List,
I have a problem with the client Roundcube. Whenever I save a draft to the Folder INBOX.Drafts a old mail in my INBOX will be marked as unread.
Here are the IMAP Logs from Roundcube and Dovecot debug logs. I have no idea why it happens. The IMAP protocol looks normal to me but as you can see in the second to last line in the Dovecot log Dovecot is changing the flag of an old E-Mail
2018 Jul 26
2
mdbox_deleted proper syntax
hello,
on the wiki, https://wiki2.dovecot.org/MailboxFormat/dbox, it says that one can
use either doveadm fetch or doveadm import, however I can find no correct syntax
with fetch that'll actually work. Is the idea to simply override the
mail_location with -o ? That seems to work for doveadm mailbox but not for
doveadm fetch or search
# doveadm -f table mailbox status -u johan all dovecot
2003 Mar 04
1
problem with COPY?
hi all,
I've been trying to use dovecot (from cvs 03.mar.2003, linux 2.2.20,
gcc 2.96, openssl 0.9.7a) as an replacement for uw-imap, and it seems
to be doing its job, except for one thing:
I have my mua (sylpheed-claws from cvs) set up so that it will sort
message into certain(imap) directories. so when I check the mail in the
INBOX, new mails will be processed automatically and, for
2014 Sep 09
1
My Dsync isn't replicating 'EXPUNGE' IMAP command
Hi!
I have two Dovecot-2.2.13 servers with Dsync Replication: server1 and
server2.
When I execute 'EXPUNGE' on server1 side, the messages with FLAG
\Deleted are expunged only on server1. The message is still present in
Server2.
Could someone give me a hint reason for this ?
Thanks in advance!
--
Thiago Henrique
======================================================================
2021 Jan 02
6
[Bug 3246] New: Include directive doesn't support variable expansion
https://bugzilla.mindrot.org/show_bug.cgi?id=3246
Bug ID: 3246
Summary: Include directive doesn't support variable expansion
Product: Portable OpenSSH
Version: 8.4p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee:
2016 Apr 12
2
Slow reading of large dovecot-uidlist files
On 04/10/2016 10:27 AM, Adrian Minta wrote:
> It will be nice if the "SELECT MyMailbox" command will be "SELECT
> mymailbox LIMIT 100" or something, to get the first files since only the
> last messages are shown to the user.
SELECTing a mailbox has nothing to do with FETCHing messages, so above
does not make much sense.
I don't know dovecot's code, but I
2007 Jan 05
2
Dovecot rc15 crash in mbox-sync-update.c
Here is another crash we've been seeing recently in rc15 on Solaris 10.
(gdb) bt full
#0 0xff1c12a4 in ?? ()
No symbol table info available.
#1 0xff140040 in ?? ()
No symbol table info available.
#2 0x000786a8 in t_buffer_alloc (size=688976) at data-stack.c:346
__PRETTY_FUNCTION__ = "file %s: line %"
#3 0x00078190 in t_pop () at data-stack.c:149
frame_block = (struct
2018 Mar 20
2
Race condition when setting flags (\Deleted) + expunge quickly, leaving mails not deleted
Hello.
I seem to have found a race condition, when setting flags on multiple emails
rapidly. 5 commands including login to reproduce. Problem found using mutt in
real world usage.
Seems to happen both with UID STORE 1:3 and UID STORE 1,2,3 ..
I have tried with the following packages, with a minimized config in a
throwaway vm:
https://packages.debian.org/stretch/dovecot-core
Package:
2018 Aug 17
2
imapsieve: Change message flags on COPY
On Friday 17 August 2018 01:41:39 CEST Stephan Bosch wrote:
> dovecot -n
Hi, here it is (I don't know why I get the SSLv2 warning because it is
disabled in ssl_protocols, any ideas about that too?).
BTW, even when storing the message in a different folder with fileinto,
the original message is still saved in the original mailbox. I also tried
using `discard;` and makes no difference, I