search for: subscriptionchange

Displaying 6 results from an estimated 6 matches for "subscriptionchange".

2017 Jun 29
3
NOTIFY broken in 2.2.31?
...nd to you in order to debug this problem? When I run Evo with some debugging options turned on, I can see: ---------------- [imapx:B] I/O: 'B00010 NOTIFY SET (selected (MessageNew (UID RFC822.SIZE RFC822.HEADER FLAGS) MessageExpunge FlagChange)) (personal (MessageNew MessageExpunge MailboxName SubscriptionChange))' [imapx:B] I/O: 'B00010 OK NOTIFY completed (0.001 + 0.000 secs).' ---------------- So, notify setting appears to be happening and it looks pretty much the same as it does against version 2.2.30.2. -- Bojan
2017 Jun 30
0
NOTIFY broken in 2.2.31?
...is problem? > > When I run Evo with some debugging options turned on, I can see: > ---------------- > [imapx:B] I/O: 'B00010 NOTIFY SET (selected (MessageNew (UID > RFC822.SIZE RFC822.HEADER FLAGS) MessageExpunge FlagChange)) (personal > (MessageNew MessageExpunge MailboxName SubscriptionChange))' > [imapx:B] I/O: 'B00010 OK NOTIFY completed (0.001 + 0.000 secs).' > ---------------- > > So, notify setting appears to be happening and it looks pretty much the > same as it does against version 2.2.30.2. I was writing some further tests for NOTIFY, and looks like...
2019 Jun 16
0
NOTIFY: bug on mailbox renaming and deletion ?
Hello, Testing the NOTIFY extension on imap.vivaldi.net, seems there's a bug when a mailbox is renamed or deleted. Requesting events with: A1 NOTIFY SET (inboxes (SubscriptionChange MailboxName)) Here are the sent events: - mailbox creation with automatic subscription (ok): * LIST () "." foo * LIST (\Subscribed) "." foo - mailbox renaming (bug ?): * LIST () "." bar ("OLDNAME" (foo)) * LIST (\Subscribed) "." bar * LIST () &...
2020 Jun 21
0
Bug[?]report: duplicate response
hi, i'm not sure if i've discovered a bug or if i'm not following the IMAP specs correctly. observations: { echo -en "a1 login foo bar\r\na2 notify set (subscribed (FlagChange SubscriptionChange MessageNew MessageExpunge))\r\n"; cat - } | openssl s_client -connect [my_dovecot_server]:993 produces the following output (aside from the openssl s_client cert-inspection stuff): 2020-06-21 12:26:02 * OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ AUTH=PLAIN AUT...
2012 May 09
1
IMAP NOTIFY extension
your work on NOTIFY was brought to my attention, and I see it hasn't been changed in two months, a week after you announced it. a few users and some mail admins have been wanting something like this for k9 mail, which I help develop. what is the current status? is it worth installing and starting work in getting k9 to support it yet? I'd offer help on your end, but I just know java and
2012 Aug 13
2
v2.2 status update: IMAP NOTIFY extension and more
v2.2 hg now has support for NOTIFY extension. The only thing missing is support for SubscriptionChange events. Now would be a good time for IMAP clients to start implementing and testing it. :) I remember K9 developers at least said they were just waiting for Dovecot to support it first. v2.2 implements some other extensions also: BINARY, CATENATE and MOVE. Stephan has also implemented URLAUTH pret...