similar to: can't read attachments using javamail with dovecot

Displaying 9 results from an estimated 9 matches similar to: "can't read attachments using javamail with dovecot"

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
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 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
2017 Apr 20
1
JavaMail setFlags on readonly folder
Hi, I'm facing a strange issue using JavaMail, where Dovecot let me open "READ_WRITE" a folder with readonly ACLs (same happens on other imap servers), but then doesn't issue any error when if try to setFlags(...) on that folder. The result is that the code thinks the folder marked the messages (deleted, flagged, etc), while it actually did not. Just refreshing the folder from
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
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
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