similar to: 0.99.10.3 released

Displaying 20 results from an estimated 6000 matches similar to: "0.99.10.3 released"

2010 Apr 02
2
Thunderbird subscription bug ?
Hello Timo, I'm having a hard time trying to understand why Thunderbird 3.0.3 doesn't allow me to subscribe to a shared mailbox which I can subscribe to via Kmail for instance. I'm running dovecot-1.2.11/Maildir. The user 'doveimap' shares his mailbox folder/subfolder to the 'dovepop' user which should see it in the '#shared' shared namespace at the following
2013 Apr 08
5
How to see folders/subfolders/emails through imap
Hello all, I am trying to do something very simple - at least thats what I thought. I have some fs, it contains folders and subfolders with email files ordered like maildir. Now I try to set up dovecot on top simply to let some imap account watch these email files. But I cannot see any folders at all. I can create new folders and see them, but I cannot create subfolders as subdirs like
2003 Nov 13
2
Children, HasChildren
Hello, I'm using dovecot 0.99.10.2 on a debian box. Mailstore is maildir. If I list the IMAP hierarchy in mutt (debian, 1.5.4+20031024-1) it shows all my plain mailboxes as having subfolders - while none of them have. I straced mutt and this is the IMAP exchange (a bit reformatted for readability): write(6, "a0001 LSUB \"\" \"%\"\r\n", 19) = 19 read(3, "
2010 Jan 02
2
nested folders
using both thunderbird and roundcube with dovecot IMAP, I can create all the folders I desire, but cannot create subfolders; I also cannot delete a folder once created. I get a very un-informative error message from each. Is there a special setting required to permit sub-folder creation? folder deletion? I've got 770 mail:mail virtual_user_home 770 mail:mail mail_sub-directory
2007 Jun 22
3
LIST % not returning correct data?
Hi list, I have namespace private { prefix = INBOX. separator = . inbox = yes } in an installation migrated from courier. I am testing with Outlook Mobile 5 (OM) which uses 'LIST "" %' to get the folder list. Now courier used to return * LIST (\HasChildren) "." "INBOX" whereas dovecot returns * LIST (\HasNoChildren) "." "INBOX"
2010 Dec 16
3
namespace and list=children inconsistencies
Hi, after setting up a new Dovecot server with shared and public namespaces, both with hidden=no and list=children, I see some inconsistency in the folder listing. . NAMESPACE * NAMESPACE (("" "/")) (("Shared/" "/")) (("Public/" "/")) . OK Namespace completed. . LIST "" * * LIST (\HasNoChildren) "/"
2008 Jul 23
1
\HasNoChildren versus \Noinferiors in ACL plugin and no CREATE permission
Hi, using ACL plugin with dovecot 1.1.1 I expected that a Maildir was listed as * LIST (\NoInferiors) "/" "Foldername" if "create" (k) permission is not set in ACLs and there doesn't exists any subfolders. But to my surprise, dovecot gives the following output: * LIST (\HasNoChildren) "/" "Foldername" Therefore the client (here:
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
Can you please try doveadm exec imap -u username_of_the_user 1 LIST "" "*" and see if it is there? Aki > On 22/02/2023 14:28 EET Nikolaos Milas <nmilas at noa.gr> wrote: > > > On 21/2/2023 9:56 ?.?., Aki Tuomi wrote: > > Can you enable mail_debug=yes, restart, ask the user to access the folder(s) and provide those logs? > > > > Hi
2016 Jul 02
2
Shared mailboxes not showing up in shared namespace
I don?t seem to have that install on my Debian machine. But I have done this: 1 LIST "" % * LIST (\HasNoChildren) "/" confirmed-spam * LIST (\HasChildren) "/" Archive * LIST (\HasNoChildren \Sent) "/" Sent * LIST (\HasChildren \Trash) "/" Trash * LIST (\HasNoChildren) "/" Spam * LIST (\HasChildren) "/" Archives * LIST
2010 Sep 06
6
Sub-Sub-Subfolders not shown after converting from maildir to mdbox
Hi again, I just recognized a problem concerning subfolders after converting from maildir to mdbox. Thunderbird and SeaMonkey don?t show folders that are subfolders of subfolders. Have a look at the filesystem: discovery:/var/mail/domain.tld/patrick/mdbox/mailboxes/Folder1/Folder2# ls -l insgesamt 8 drwx------ 2 vmail vmail 4096 5. Sep 23:42 dbox-Mails drwx------ 3 vmail vmail 4096 5. Sep
2013 Oct 02
2
doveadm can't import his own mdboxes
We're running Dovecot 2.1.17 on Debian: # 2.1.17 (9efbc0731929): /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-042stab078.27.debug i686 Debian 7.1 simfs and we're having this namespace configuration: mail_location = mdbox:/var/mail/%Ld/%Ln/mdbox namespace inbox { disabled = no hidden = no ignore_on_failure = no inbox = yes list = yes location = prefix = separator = .
2007 Oct 02
2
Folder renaming oddities.
Hi Timo, We are observing some weird behaviour when we try to rename an inferior folder, followed by the superior folder. These folders have an asterisk in the name. * LIST (\HasChildren) "." "*Own Family" * LIST (\HasChildren) "." "*Own Family.Tour" * LIST (\HasNoChildren) "." "*Own Family.Maid" * LIST (\HasNoChildren)
2009 Jan 30
3
Dovecot on Mac - Entourage cannot fetch emails
Hi, Dovecot 1.1.3 is running on Mac OS X 10.5 latest version, with Maildir (LAYOUT=fs). I have following issues when Entourage 2008 connects it, over imap/imaps. Entourage does not cache the mails. After every restart the folder contents are fetched fresh. I have enabled the Entourage option to get entire messages. Entourage caches the gmail IMAP folders fine. Also Outlook 2007 does not
2012 May 01
4
Shared INBOX change in v2.1.6?
Previously Dovecot has shown shared INBOX like: * LIST (\HasChildren) "/" "shared/tss2" * LIST (\HasNoChildren) "/" "shared/tss2/INBOX" * LIST (\HasNoChildren) "/" "shared/tss2/foo" The last change in hg makes it return simply (same as with Cyrus): * LIST (\HasChildren) "/" "shared/tss2" * LIST (\HasNoChildren)
2010 Oct 06
2
problem with subscriptions=no and changed separator ?
Hello, Dovecot 2.0.5+ (Debian "automatic package" 2.0.5-0~auto+5). If I use the following namespace definitions namespace personal { inbox = yes location = maildir:~/Maildir separator = ^ prefix = type = private } namespace others { type = shared separator = ^ prefix = shared^%%u^ location = maildir:%%h/Maildir:INDEX=~/Maildir/shared/%%u subscriptions = no list =
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
On 22/2/2023 2:30 ?.?., Aki Tuomi wrote: > Can you please try > > doveadm exec imap -u username_of_the_user > 1 LIST "" "*" > > and see if it is there? Here is the output: # doveadm exec imap -u userx * PREAUTH [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND
2018 Jul 20
2
folders not visible on copied mail folders
On Thu, 19 Jul 2018 08:11:40 +0200 Steffen Kaiser <skdovecot at inf.h-brs.de> wrote: > > On Thu, 19 Jul 2018, Mark Foley wrote: > > On Wed, 18 Jul 2018 07:23:06 +0200 Steffen Kaiser <skdovecot at inf.h-brs.de> wrote: > >> > >> On Tue, 17 Jul 2018, Mark Foley wrote: > >>> On Tue, 17 Jul 2018 08:06:24 +0200 Steffen Kaiser <skdovecot at
2016 Jun 30
2
Shared mailboxes not showing up in shared namespace
Hi, I think I have configured everything correctly but for some reason I can?t get a list of the shared mailboxes to show up. When I run: doveadm acl debug -u m.markov Shared/d.marteva/INBOX doveadm(root): Debug: Skipping module doveadm_fts_plugin, because dlopen() failed: /usr/lib/dovecot/modules/doveadm/lib20_doveadm_fts_plugin.so: undefined symbol: fts_backend_rescan (this is usually
2009 May 26
2
namespace problem with dovecot 2.0
Hi all, I've got some namespace problems with dovecot 2.0 again. If I start dovecot 2.0 with same settings of namespace and maildir layout as dovecot 1.2, I don't see my folders above the Inbox. I see them as "INBOX/xxx" in the same root level as my INBOX. If I try to subscribe to the folders, I see them as "INBOX^xxx" (and cannot subscribe). My namespace settings:
2011 Dec 23
2
2.1.rc1 (056934abd2ef): virtual plugin mailbox search pattern
Hello Timo, With dovecot 2.1.rc1 (056934abd2ef) there seems to be something wrong with virtual plugin mailbox search patterns. I'm using a virtual mailbox 'unread' with the following dovecot-virtual file $ cat dovecot-virtual * unseen For testing propose I created the following folders with each containing one unread message INBOX, INBOX/level1 and INBOX/level1/level2