hellaz folks,
will grom... implement the mail to folder option ?
i have the possibility in kopano via dagent ...
vgl.
`
root@cd9ac305529e:/# cat /var/lib/kopano/dagent/plugins/movetopublic.py
SPDX-License-Identifier: AGPL-3.0-only
from sys import hexversion
from MAPI.Util import GetPublicStore
from MAPI.Struct import NEWMAIL_NOTIFICATION
from MAPI import MAPI_UNICODE, MAPI_MODIFY, OPEN_IF_EXISTS, MDB_WRITE
from MAPI.Tags import (PR_RECEIVED_BY_EMAIL_ADDRESS_W, PR_EC_COMPANY_NAME_W,
PR_IPM_PUBLIC_FOLDERS_ENTRYID, PR_ENTRYID,
PR_MAILBOX_OWNER_ENTRYID, IID_IMessage, IID_IExchangeManageStore)
from plugintemplates import IMapiDAgentPlugin, MP_CONTINUE, MP_STOP_SUCCESS
import zconfig
class MoveToPublic(IMapiDAgentPlugin):
prioPreDelivery = 50
configfile = '/etc/kopano/movetopublic.cfg'
`
we have several things that are direct stored to specific pub-folders like, different helpdesks, backup logs, invoices etc ...