similar to: Keywords (labels) support via virtual folders

Displaying 20 results from an estimated 10000 matches similar to: "Keywords (labels) support via virtual folders"

2007 Sep 02
2
imap process consuming 100% CPU (Dovecot 1.0.3)
Hi, I have yet another problem with Dovecot: sometimes (rarely, maybe once every few days) one of the imap processes will 'hang', consuming all available CPU time. It does not seem to 'finish' in any reasonable amount of time (in one instance I waited a few days). This process will not even exit gracefully, it needs to be killed with 'kill -9 <PID>'. It has
2017 Oct 02
0
[PLUGIN] Virtual keywords (aka Gmail-like labels)
There is actually some request for ability to users to somehow create virtual folders on demand, so it's a thing we are going to work on at some point. Aki On 02.10.2017 12:27, Daniele Ricci wrote: > Yes, automation is the main point of the plugin :-) > > The problem is that creating virtual folders involves writing on the > file system directly, which you can't do through
2017 Oct 02
0
[PLUGIN] Virtual keywords (aka Gmail-like labels)
On 01.10.2017 19:13, Daniele Ricci wrote: > Hello list, > I'm new here and since I've been working on a plugin lately I though > I'd post it here. > > It's GPL licensed, hosted on GitHub: > https://github.com/daniele-athome/dovecot-virtual-keywords-plugin > > I've been trying to find a replacement for Gmail and I already have my > own mailserver. What
2017 Oct 02
0
[PLUGIN] Virtual keywords (aka Gmail-like labels)
You can actually create per-user virtual folders too. They don't need to be global. But I see your plugin does automation, and it could write the virtual file under user-writable location. Aki On 02.10.2017 12:14, Daniele Ricci wrote: > As a matter of fact I use the virtual plugin to achieve what I want. I > create dovecot-virtual configuration files. > But if I understand you
2017 Oct 01
2
[PLUGIN] Virtual keywords (aka Gmail-like labels)
Hello list, I'm new here and since I've been working on a plugin lately I though I'd post it here. It's GPL licensed, hosted on GitHub: https://github.com/daniele-athome/dovecot-virtual-keywords-plugin I've been trying to find a replacement for Gmail and I already have my own mailserver. What I'm missing very much is labels. Since folders don't really match labels, I
2017 Oct 02
2
[PLUGIN] Virtual keywords (aka Gmail-like labels)
As a matter of fact I use the virtual plugin to achieve what I want. I create dovecot-virtual configuration files. But if I understand you correctly, your approach is a system-wide configuration. Labels are per-user and dynamic by definition. On Mon, Oct 2, 2017 at 8:24 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > On 01.10.2017 19:13, Daniele Ricci wrote: >> Hello
2017 Oct 02
2
[PLUGIN] Virtual keywords (aka Gmail-like labels)
Yes, automation is the main point of the plugin :-) The problem is that creating virtual folders involves writing on the file system directly, which you can't do through IMAP alone. So I had to work within the mail server. What I really wanted to do was to create a storage driver (it seemed more suitable to the plugin scope), but that was much more complex and it will probably come in a
2007 Sep 02
4
IMAP: Disconnected: BUG: Unknown internal error (Dovecot 1.0.3)
Hi, I am getting the following error in the server mail logfile: > Sep 2 18:39:44 h648123 dovecot: IMAP(<account>)(<PID>): Disconnected: BUG: Unknown internal error (mail_debug is on, but there is not really much context for this in the log file, ie. no log events for several minutes, and then it appears, all of a sudden). On the client side, it looks like this (with some
2008 Mar 14
3
Virtual mailboxes
Virtual mailbox support can be tested with: hg clone http://hg.dovecot.org/dovecot-virtualboxes/ The code is still pretty non-optimized and I've only done some small tests, but at least it appears to work. Messages can't yet saved to virtual mailboxes, but I was thinking that the first configured mailbox could be used as the save destination. Configuration goes like: mail_plugins =
2006 Jun 27
1
Colon in maildir folder name breaks keywords
With maildir, if you have a colon in a folder name, and you try to set a keyword on a message in that folder, the keyword does not get set - and worse, all existing keywords and other status information gets dropped (flagged, seen, replied, trashed). Bill
2019 Mar 13
2
dovecot-keywords are not preserved any more when moving mails between folders
Hello Timo, Am 12.03.19 um 22:31 schrieb Timo Sirainen via dovecot: > On 12 Mar 2019, at 17.55, Dan Christensen via dovecot <dovecot at dovecot.org> wrote: >> >> On Mar 12, 2019, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote: >> >>> On 12.3.2019 13.46, Piper Andreas via dovecot wrote: >>> >>>> after an upgrade of dovecot-2.2.5
2019 Mar 12
0
dovecot-keywords are not preserved any more when moving mails between folders
On 12 Mar 2019, at 17.55, Dan Christensen via dovecot <dovecot at dovecot.org> wrote: > > On Mar 12, 2019, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote: > >> On 12.3.2019 13.46, Piper Andreas via dovecot wrote: >> >>> after an upgrade of dovecot-2.2.5 to dovecot-2.3.4 the dovecot-keywords, >>> which in my case are set by thunderbird,
2019 Mar 13
0
dovecot-keywords are not preserved any more when moving mails between folders
On Mar 13, 2019, Piper Andreas via dovecot <dovecot at dovecot.org> wrote: >> That bug is fixed with attached patch. > > I assume, this patch is not included in dovecot-2.3.5? > > Because I still observe the same problem (dovecot-keywords set by > thunderbird are lost when moving mail between folders) on my > migration-machines which are running dovecot-2.3.5: Just
2019 Mar 12
0
dovecot-keywords are not preserved any more when moving mails between folders
On 12.3.2019 13.46, Piper Andreas via dovecot wrote: > Hello, > > after an upgrade of dovecot-2.2.5 to dovecot-2.3.4 the dovecot-keywords, > which in my case are set by thunderbird, are not preserved any more when > moving a mail between folders. > > Are there any ideas, what may be the reason. > > Thanks for any hints on that, > Andreas > > 'doveconf
2006 Jul 01
1
Rdconv --type=Ssgm drops singleton keywords (PR#9051)
If an Rd file has only one keyword entry then the Splus sgm file made with Rdconv --type=SSgm has no keyword entries. To reproduce: Use prompt() to make a skeleton help file R> f<-function(x)log(1+x)-log1p(x) R> prompt(f) Created file named 'f.Rd'. Edit the file and move it to the appropriate directory. R> q() It has 2 \keyword entries in it
2009 Jan 08
1
Setting IMAP keywords/flags on delivery
Hi there, We've been long time users of Dovecot, and have found it a great IMAP server. I don't think we've had any serious problems in the 3-4 years of use. So great work. :) We have a IMAP inbox that is accessed by a number of different users from Thunderbird. We have a rule in Thunderbird to flag new emails as "TO DO", so someone can unflag the email once it has
2016 Aug 19
5
[Bug 2606] New: IPv6 bind address vs autoconfiguration privacy
https://bugzilla.mindrot.org/show_bug.cgi?id=2606 Bug ID: 2606 Summary: IPv6 bind address vs autoconfiguration privacy Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs
2019 Mar 12
3
dovecot-keywords are not preserved any more when moving mails between folders
On Mar 12, 2019, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote: > On 12.3.2019 13.46, Piper Andreas via dovecot wrote: > >> after an upgrade of dovecot-2.2.5 to dovecot-2.3.4 the dovecot-keywords, >> which in my case are set by thunderbird, are not preserved any more when >> moving a mail between folders. > > We are aware of this bug, and it's being
2017 Oct 14
0
Updating keywords on copy/move
Hello, I'm working on my virtual keywords plugin [1] to add an apparently simple feature: add a keyword to a message when it is moved or copied into a virtual folder (let's forget about what keyword to add, I'm starting with a hard-coded one to understand Dovecot plugin development). So I've added a mail_copy hook by the notify plugin [2] and did a simple call to
2012 Mar 03
2
keywords/flags questions
Hello, I am currently using dovecot 2.0.13 and I have been working on keywords handling our webmail and I have a few questions about how dovecot handles them. First, if I am not mistaken keywords neeed to be UTF-7 encoded. That means I need to encode special caracters using values between & and - chars. UTF-7 encoding is case sensitive, &AOA- isn't the same chars as &aoa-.