[Dovecot] Java driver for doveadm
I've looked at http://wiki2.dovecot.org/Tools/Doveadm/Mailbox and there a few features I like which javax.mail just doesn't have. Is there maybe a Java driver for doveadm?
thanks,
Thufir
On 26.8.2012, at 18.21, Thufir wrote:
I've looked at http://wiki2.dovecot.org/Tools/Doveadm/Mailbox and there a few features I like which javax.mail just doesn't have. Is there maybe a Java driver for doveadm?
You can access doveadm via TCP socket. Would that be enough?
Il 27/08/2012 09:01, Timo Sirainen ha scritto:
On 26.8.2012, at 18.21, Thufir wrote:
I've looked at http://wiki2.dovecot.org/Tools/Doveadm/Mailbox and there a few features I like which javax.mail just doesn't have. Is there maybe a Java driver for doveadm? You can access doveadm via TCP socket. Would that be enough?
How can I configure doveadm to listen via socket? I'm developing an interface, in Ruby, to manage a mail server and could be useful.
Thanks
-- Alessio Cecchi is: @ ILS -> http://www.linux.it/~alessice/ on LinkedIn -> http://www.linkedin.com/in/alessice Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/ @ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it
On 27.8.2012, at 16.33, Alessio Cecchi wrote:
How can I configure doveadm to listen via socket? I'm developing an interface, in Ruby, to manage a mail server and could be useful.
http://wiki2.dovecot.org/Director#Doveadm_server has an example.
Now, what the protocol itself looks like isn't documented anywhere currently.. You could look at what doveadm sends when it's talking to a remote doveadm server via -s host:port parameter.
Or from code see doveadm-mail-server.c:doveadm_mail_server_handle()
participants (3)
-
Alessio Cecchi
-
Thufir
-
Timo Sirainen