Displaying 20 results from an estimated 900 matches similar to: "still issues with metadata support"
2013 Jul 13
0
Dovecot 2.2.4 metadata-plugin not support UTF7
In Dovecot 2.2.4 metadata-plugin crach on setmetadata but worked on
ascii folders? but not worked on utf7 (non ascii) folders.
[13-Jul-2013 19:15:36 +0400]: [F537] S: A0002 OK [CAPABILITY IMAP4rev1
LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY
THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND
URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS
2015 May 04
5
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
Am 04.05.2015 um 21:04 schrieb Santiago Vila:
> Greetings.
>
> Thanks to Jelmer Vernooij, who has just uploaded version 2.2.16 for
> Debian unstable, I can confirm that this bug may still be reproduced
> in version 2.2.16, so it has *not* been fixed yet.
>
> Several months ago I was told "I can't reproduce it in dovecot hg", or
> something like that. Well,
2003 Sep 04
1
still getting weird .{inbox} folder creations with latest -test7
Hi,
I am still getting strange creation and mailbox lookups from
0.99.11-test7.
dovecot creates in ~/Maildir/
.INBOX/
.imap.index
.imap.index.cache
.imap.index.log
.customflags
dovecot-uidlist
.INBOX seems to be a reference to ~/Maildir/{cur,new,tmp} yet I
2015 May 06
2
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
On 05/05/2015 05:26 PM, Santiago Vila wrote:
> I have just verified with IMAP commands. This is the procedure:
>
> telnet localhost 143
>
> and then type this:
>
> A0001 CAPABILITY
> A0002 LOGIN "bluser" "bluser"
> A0003 SELECT "inbox-b"
> A0004 EXPUNGE
> A0005 FETCH 1:12 RFC822.SIZE
> A0006 FETCH 1 RFC822.HEADER
> A0007 FETCH
2009 Apr 21
2
Incorrect listing of shared mailbox names
After the LOGIN do STATUS "User/somemailbox":
a0007 STATUS "INBOX/Rechnung" (UIDNEXT UIDVALIDITY UNSEEN RECENT)
a0008 STATUS "User/lists at example.com/Announce" (UIDNEXT UIDVALIDITY UNSEEN RECENT)
a0009 STATUS "User/system at example.com/INBOX-root" (UIDNEXT UIDVALIDITY UNSEEN RECENT)
a0010 STATUS "User/test at example.com/Shared" (UIDNEXT
2015 May 05
0
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
I have just verified with IMAP commands. This is the procedure:
telnet localhost 143
and then type this:
A0001 CAPABILITY
A0002 LOGIN "bluser" "bluser"
A0003 SELECT "inbox-b"
A0004 EXPUNGE
A0005 FETCH 1:12 RFC822.SIZE
A0006 FETCH 1 RFC822.HEADER
A0007 FETCH 1 BODY.PEEK[TEXT]
A0008 STORE 1 +FLAGS (\Seen \Deleted)
A0009 EXPUNGE
A0010 FETCH 1 RFC822.HEADER
A0011 FETCH
2015 May 06
0
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
On 05/06/2015 09:57 AM, Teemu Huovila wrote:
> On 05/05/2015 05:26 PM, Santiago Vila wrote:
>> I have just verified with IMAP commands. This is the procedure:
>>
>> telnet localhost 143
>>
>> and then type this:
>>
>> A0001 CAPABILITY
>> A0002 LOGIN "bluser" "bluser"
>> A0003 SELECT "inbox-b"
>> A0004
2013 Jul 02
0
Dovecot METADATA plugin configuration
Debian Wheezy
dovecot 2.2.4 (deb http://xi.rename-it.nl/debian/
stable-auto/dovecot-2.2.patched main)
dovecot-metadata-plugin v14
/var/lib/dovecot 777 dovecot:dovecot
/var/lib/dovecot/shared-metadata 700 dovecot:dovecot
/var/run/dovecot 777 dovecot:dovecot
/var/run/divecot/dict 666 mail:dovecot
Test1 - create calendar UTF7 mailbox (no errors in
2015 May 05
2
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
Am 05.05.2015 um 16:26 schrieb Santiago Vila:
> I have just verified with IMAP commands. This is the procedure:
>
> telnet localhost 143
>
> and then type this:
>
> A0001 CAPABILITY
> A0002 LOGIN "bluser" "bluser"
> A0003 SELECT "inbox-b"
> A0004 EXPUNGE
> A0005 FETCH 1:12 RFC822.SIZE
> A0006 FETCH 1 RFC822.HEADER
> A0007
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
2013 Dec 19
2
Horde + dovecot metadata support
Hello,
Horde (http://horde.org) has the ability to store its preferences direct into a users imap mailbox
using imap metadata extension. There are two implementations of the imap extension.
1. a dovecot plugin: http://hg.dovecot.org/dovecot-metadata-plugin
2. dovecot itself: http://www.dovecot.org/list/dovecot/2013-November/093243.html
I setup Horde and dovecot-2.2.5 to use this extension and
2013 Dec 26
1
tests with metadata module
--Repost after subscription as list member ---
I made some tests with metadata support in dovecot 2.2.10.
Previously I had dovecot 2.2.4 with external metadata plugin who work well.
I use dovecot with roundcube and roundcube plugins from kolab project .
First, the feature activation was tricky and rather undocumented.
I spent about half hour googling, after that I set:
imap_metadata = yes
and
2006 May 24
2
array parameters in web services
I''m working in a web service, actually, I have:
class UnifiedLoginApi < ActionWebService::API::Base
class CLL_Metadata < ActionWebService::Struct
member :key, :string
member :type, :string
member :value, :string
member :webapplication_id, :string
member :user_tenfold_id, :string
member :login_username, :string
2017 Aug 23
5
Dovecot - Postfix Calender Synchronisation
Hello Together
Please witch add-on possibilities exist to synchronize the Calednar with
Dovecot and Postfix.
Can give me here any a possible direction ?
thanks regards
Mauri
2007 Oct 18
2
Problems with dovecot 1.1b3
I am testing dovecot 1.1 betas on a testing system, hoping to take advantage
of self repairing and NFS-capable indexes when 1.1 is sensible to put into
production. I ran into a number of issues that I did not have with 1.0,
and I think I'll just pick one or more at a time and report them rather than
try to report every single issue at once, hoping that some of the fixes will
solve more than
2016 Apr 23
2
push-notification plugin and imap-metadata permissions
On 2016-04-22 09:07 PM, Timo Sirainen wrote:
> On 22 Apr 2016, at 15:17, Giovanni S. Fois <giovanni at giovannisfois.net> wrote:
>> In order to tell if a mailbox is enabled to send out the notification, the plugin
>> looks out for the following mailbox metadata key:
>> /private/vendor/vendor.dovecot/pvt/server/vendor/vendor.dovecot/http-notify
>>
>> If the
2017 Dec 15
2
Question about imap (expunge response)
(This is not neccesarily about dovecot, but rather IMAP protocol)
At https://drive.google.com/open?id=1j3oa5jYeSdiPbgaihq02K-u_vHbZLJZQ
is fetchmail log from my sessinon with polish email provider "Wirtualna
Polska"
As you can se fetchmail logged "* 1 EXPUNGE" as a response to "STORE"
command.
According to https://tools.ietf.org/html/rfc3501#section-7.4.1
EXPUNGE
2012 Oct 04
2
[LLVMdev] question
Here is the code. I am running on llvm 3.1 on Lion (Mac 10.7.4)
*string getFileDirectory*(*const* Instruction &I){
MDNode *MD = I.getMetadata("dbg");
DICompileUnit compileUnit(MD);
return compileUnit.getDirectory().str();
}
George
On Wed, Oct 3, 2012 at 12:40 PM, Eric Christopher <echristo at gmail.com>wrote:
> Without knowing the code that you've written
2017 Aug 23
2
Aw: Dovecot - Postfix Calender Synchronisation
I still find impediments to the adoption of any of those "solutions". Too many software dependencies, like PHP, DB, python, and a virtual machine. --- There are two portable file formats for calendar and contacts that work across applications and systems, but no server that can use them, and use them safely.
Sent from ProtonMail Mobile
On Wed, Aug 23, 2017 at 10:41 AM, Infoomatic
2006 Dec 14
3
[dbus] add getMetadata to plugins
This patch adds support for getMetadata to plugins. It could probably
use better strings for "core". I need this for my dbus-based
configuration GUI.
--
Travis Watkins
http://www.realistanew.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add_plugin_metadata.patch
Type: text/x-patch
Size: 2511 bytes
Desc: not available
Url :