Jonathan Siegle
2010-Aug-05 14:12 UTC
[Dovecot] Write a c program to access a mailbox as a system user using dovecot version 2 includes/libs
Should this be doable with the current design? Is there a good reference to do this? Thanks, Jonathan -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5937 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20100805/56b903a1/attachment-0002.bin>
Timo Sirainen
2010-Aug-05 14:16 UTC
[Dovecot] Write a c program to access a mailbox as a system user using dovecot version 2 includes/libs
On Thu, 2010-08-05 at 10:12 -0400, Jonathan Siegle wrote:> Should this be doable with the current design?Yes.> Is there a good reference to do this?doveadm and dsync are good examples. Or maybe you shouldn't write a separate C program, but a doveadm plugin instead (see e.g. doveadm_quota plugin). http://wiki2.dovecot.org/Design has some docs.