Displaying 20 results from an estimated 900 matches similar to: "JavaMail setFlags on readonly folder"
2017 Jun 01
2
Possible RENAME bug
Hello, I'm having some trouble working on a webapp managing the imap tree on Dovecot.
The same doesn't happen on other imap servers (e.g. Cyrus).
Looks like if I receive shared folders from another user, and try to rename a folder in it, the rename command returns "ok", then if you list the new folder name, it isn't there.
Looks like you've lost all the original folder
2023 Jan 26
2
User shares do not appear anymore
Hi, I have an Ubuntu system with samba 4 that did work perfectly until this morning.
Normal shares in smb.conf appeared as always, while user shares included with %U did not anymore.
This is the global part of smb.conf:
? ? ? ? security = user
? ? ? ? username map = /etc/samba/smbusers
? ? ? ? include = /etc/samba/smb.conf.%U
? ? ? ? include = /etc/samba/smb.conf.%m
?
There are then various
2010 May 01
2
ZFS on ZFS based storage?
I''m trying to guess what is the best practice in this scenario:
- let''s say I have a zfs based storage (let''s say nexenta) that has it zfs pools and volumes shared as iScsi raw devices
- let''s say I have another server running xvm or virtualbox connected to the storage
- let''s say one of the virtual guests is OpenSolaris
My question is:
- is it correct
2023 Feb 23
1
creating a mailbox via imap
Hi,
?
is there any way with Dovecot to open an admin imap connection and create a brand new mailbox?
With Cyrus imapd I can do this by connecting as the Cyrus admin user and then create a folder "user/newuser at domain.tld".
?
Thanks
Gabriele
?
?
Sonicle S.r.l.?:?http://www.sonicle.com
Music:?http://www.gabrielebulfon.com
eXoplanets?:?https://gabrielebulfon.bandcamp.com/album/exoplanets
2015 Oct 28
2
Dovecot, JavaMail, UIDs and Message Numbers
Hi,
new to this list, so a little prelude to my issue with Dovecot.
We have been using JavaMail against Cyrus for ages, and developed Webtop, a huge Java web collaboration application running on them in production in various installations for all this time.
Recently we had to run the same software against Dovecot pre-existing accounts running on Nethesis NethServer solution.
After some time of
2015 Oct 29
0
Dovecot, JavaMail, UIDs and Message Numbers
On 10/28/2015 12:53 PM, Gabriele Bulfon wrote:
> Hi,
> new to this list, so a little prelude to my issue with Dovecot.
> We have been using JavaMail against Cyrus for ages, and developed Webtop, a huge Java web collaboration application running on them in production in various installations for all this time.
> Recently we had to run the same software against Dovecot pre-existing
2017 Apr 19
0
javamail imap listing
"A non-empty reference name argument is the name of a mailbox or a level of mailbox hierarchy, and indicates the context in which the mailbox name is interpreted."
If Dovecot is using "." as the separator in the base level of hierarchy, then it correctly is returning nothing for 'LIST / "*"' - since no mailboxes in Dovecot live under that base level of
2015 Oct 31
0
Dovecot, JavaMail, UIDs and Message Numbers
We're using dovecot-2.1.16 on CentOS (rpm package from epel repo).
Maildir format on ext4.
> What exactly do you mean by "Dovecot started reindexing"?
Selecting thread sort on the javamail client, the imap process opens
all files in the folder and updates the following files on disk:
dovecot.index
dovecot.index.cache
dovecot.index.log
dovecot.index.log.2
dovecot.index.thread
2017 Apr 18
0
javamail imap listing
You probably want to read the description of "reference name argument" to understand what is happening here.
https://tools.ietf.org/html/rfc3501#section-6.3.8
michael
> On April 17, 2017 at 8:33 AM Matthew Broadhead <matthew.broadhead at nbmlaw.co.uk> wrote:
>
> Hi,
>
> i am using dovecot-2.2.10-7.el7.x86_64 on
> centos-release-7-3.1611.el7.centos.x86_64.
2017 Apr 17
2
javamail imap listing
Hi,
i am using dovecot-2.2.10-7.el7.x86_64 on
centos-release-7-3.1611.el7.centos.x86_64.
if i follow this tutorial
https://delog.wordpress.com/2011/05/10/access-imap-server-from-the-command-line-using-openssl/
i can login to my server and successfully list the folders using
tag LIST "" "*"
* LIST (\HasNoChildren) "." INBOX
tag OK List completed.
no folders are
2003 Sep 25
2
can't read attachments using javamail with dovecot
Dear folks,
this might be a java-bug, but it seems to occur only when connecting to
dovecot-IMAP.
UW and Cyrus-ditto works, while when I try to read attachments (base64),
I get slapped in the face with this:
java.lang.NullPointerException
at com.sun.mail.iap.Response.parse(Response.java:99)
at com.sun.mail.iap.Response.<init>(Response.java:68)
at
2017 Apr 19
1
javamail imap listing
Hi Michael,
Geronimo JavaMail hard defaults to / separator. If the separator is
manually set to undefined it automatically calculates the separator
correctly.
However neither through JavaMail or by command line does
LIST "." "*"
or
LIST . "*"
produce any root listing of default folder on my Dovecot installation.
Only
LIST "" "*"
produces a
2017 Apr 18
2
javamail imap listing
Thanks Michael. I have forwarded that link to the Geronimo JavaMail
team in case they think of anything their end.
But in the documentation you sent it seems that Dovecot should respond
in the case of
LIST / "*"
if my understanding is correct
Is there any way to adjust this behaviour in the settings? I am
struggling to search for a solution to the problem given the limited
2010 May 10
1
Daily snapshots as replacement for incremental backups
Hello,
I have a situation where a zfs file server holding lots of graphic files cannot be backed up daily with a full backup.
My idea was initially to run a full backup on Sunday through the lto library on more dedicated tapes, then have an incremental backup run on daily tapes.
Brainstorming on this, led me to the idea that I could actually stop thinking about incremental backups (that may always
2012 Jul 06
2
Pigeonhole Sieve SetFlag question
Hello,
I use
FreeBSD 8.2-RELEASE-p7 i386
dovecot-2.1.6
dovecot-pigeonhole-0.3.0_1
I have the following problem:
When I use the following script - the flag is set in \Seen :
require ["imap4flags"];
# rule:[test]
if anyof (header :contains "Subject" "test")
{
setflag "\\Seen";
stop;
}
. SELECT INBOX
* OK [CLOSED] Previous mailbox
2018 Aug 08
0
KASAN: use-after-free Read in iotlb_access_ok
On 2018?08?07? 19:16, syzbot wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit:??? e30cb13c5a09 Merge
> git://git.kernel.org/pub/scm/linux/kern..
> git tree:?????? upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=10a153e0400000
> kernel config: https://syzkaller.appspot.com/x/.config?x=2dc0cd7c2eefb46f
> dashboard link:
2013 Oct 01
3
[LLVMdev] ScalarEvolution::createNodeForPHI
Hello to everybody,
I'm working on some improvements on trip count computation with ScalarEvolution
analysis.
Considering the following test
;----------------------------------------------------------------------------;
define void @foo(i32 %a, i32 %b, i32 %s) #0 {
entry:
%cmp = icmp sgt i32 %s, 0
%cmp15 = icmp sgt i32 %a, %b
%or.cond = and i1 %cmp, %cmp15
br i1 %or.cond, label
2013 Oct 02
0
[LLVMdev] ScalarEvolution::createNodeForPHI
On Oct 1, 2013, at 6:45 AM, Michele Scandale <michele.scandale at gmail.com> wrote:
> Hello to everybody,
>
> I'm working on some improvements on trip count computation with ScalarEvolution
> analysis.
> Considering the following test
>
> ;----------------------------------------------------------------------------;
> define void @foo(i32 %a, i32 %b, i32 %s) #0
2012 Mar 09
2
[LLVMdev] RFE: Rename LLVM_ATTRIBUTE_{READONLY, READNONE} to LLVM_{READONLY, READNONE}
Hi all,
I would like to rename
LLVM_ATTRIBUTE_READONLY to LLVM_READONLY
and
LLVM_ATTRIBUTE_READNONE to LLVM_READNONE
Any objections?
- Daniel
2012 Mar 09
0
[LLVMdev] RFE: Rename LLVM_ATTRIBUTE_{READONLY, READNONE} to LLVM_{READONLY, READNONE}
What's the reason for renaming them?
-bw
On Mar 8, 2012, at 4:57 PM, Daniel Dunbar wrote:
> Hi all,
>
> I would like to rename
> LLVM_ATTRIBUTE_READONLY to LLVM_READONLY
> and
> LLVM_ATTRIBUTE_READNONE to LLVM_READNONE
>
> Any objections?
>
> - Daniel
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at