Displaying 20 results from an estimated 6000 matches similar to: "Dovecot, JavaMail, UIDs and Message Numbers"
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 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 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
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 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
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 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
2006 Feb 22
1
isolinux cd does not boot
While developing a custom distro based on CentOS we experienced a
"strange" problem: the cd didn't boot on some machines where it
previously did.
We build the cd using this command:
bootimg='isolinux/isolinux.bin'
bootcat='isolinux/boot.cat'
#mkisopts='-r -N -L -d -D -J'
mkisopts='-r -J'
mkisofs $mkisopts \
-V "$distname
2004 Aug 26
3
plot.new?
Hi all,
I am just beginning to use R and encountered a problem in trying to draw a
regression line using the command "abline(coef(var)" and similar ones but
got the error "plot.new has not been called yet". Does anybody know how can
I call plot.new? Is this an additional package to be found somewhere on the
web? Is it a functionality that I just have to "activate"
2018 Nov 21
3
Schema extension
Hello,
we have a single DC after a clssicupgrade and we need to extend the
schema. So we created a attrib.ldif with all our attributes and a
object.ldif to add the attributes to the "CN=User" Object. We tested the
two ldif-files on a DC with only a few users and groups and it works
fine. Then we did the classicupgrade (same NC as the test-system) we
have more then 30.000 users
2018 Nov 21
0
Schema extension
On Wed, 21 Nov 2018 10:06:06 +0100
Stefan Kania via samba <samba at lists.samba.org> wrote:
> Hello,
>
> we have a single DC after a clssicupgrade and we need to extend the
> schema. So we created a attrib.ldif with all our attributes and a
> object.ldif to add the attributes to the "CN=User" Object. We tested
> the two ldif-files on a DC with only a few users
2004 Sep 30
1
tcl/tk
Hi all,
I am already using R under Window and would like now to try and install it
under Unix; I read I need tcl/tk installed so I connected to
http://www.scriptics.com downloaded the file and extracted them to a
directory tcltk beside R. I configured (./configure) both packages (tcl and
tk) and compiled (make) them but I am not sure about how to proceed now:
should I launch the command make
2007 Apr 06
3
Double work at Model.rebuild_index
I''m noting that every time I run Model.rebuild_index its running twice
the rebuild_index. Also, on ferret_index.log there is only one small
difference from the first and second time, see:
First time it shows:
rebuild index: []
reindexing model User
After it finishes, it automatically starts the second time and shows;
rebuild index: [["User"]]
reindexing model User
The full
2005 Oct 16
1
getting dmraid to use klibc
[please CC me on replies, I'm not subscribed]
Hi,
I'm trying to get dmraid 1.0.0rc9 [0] to compile with --enable-klibc, however I
have some troubles with mkfifo defined in /usr/lib/klibc/include/sys/stat.h.
/usr/lib/klibc/include/sys/stat.h: In function 'mkfifo':
/usr/lib/klibc/include/sys/stat.h:28: error: 'S_IFMT' undeclared (first use in
this function)
after
2004 Sep 06
1
R under Windows vs R under Unix/Linux
Hi all,
I would like to know which are the main differences between R under Windos
and R under Linux/Unix and where I can find, if something exists, some
materials and infos on line on this topic.
Thank you very much,
Filippo Biscarini
***************************
Filippo Biscarini,
Research and Development
ANAFI (Italian Holstein Association)
Via Bergamo, 292
26100, Cremona, Italy
2015 Oct 27
2
Dovecot frequently full-text reindexes the whole maildir
Hi!
I'm using Dovecot 2.2.13 (Debian Jessie package 1:2.2.13-12~deb8u1) on
my personal mail server (the address I'm writing from is on this
server).
I use Maildirs, I have fts + fts_squat enabled, and I have a problem
with it for a long time - dovecot seems to not update the index always
"incrementally".
Yesterday I've finally made a test by telneting to imap port and
2012 Nov 12
1
dovecot lost mail! Cause?
Hi,
After using dovecot for several years now, today happend something which
makes me really feel unconfortable: An email received was just not
delivered properly, or, is lost! The mail (from an external server) was
sent to two local mailboxes, user1 and user2. user1 received the message
but for user2, it *magically* disappeared.
MTA is exim4 which definitely processed the messages and handed
2015 Oct 27
0
Dovecot frequently full-text reindexes the whole maildir
Hi,
I'm not an expert, but am doing something similar (moving messages and training the spam filter).
To detect the existence of new messages looking directly at the maildir can be a quick and dirty solution to get a trigger event.
But to move or delete I think you should use 'doveadm' to search for all messages in your spam directory and get a list of all uids an guids. Then you