API and Scripting etc | MDaemon Technologies, Ltd.

API and Scripting etc


  • Hi,

    On our current email solution we have lots of scripts and in house written .net applications that interact with the server for various tasks. Things like we have our own system tray email arrival notifier and our own extenstion filtering. We are able to query metadata stored in SQL for message state updates amongst many other things.

    Is this something we would possibly be able to acheive with the API or does it have limitations? 



  • Everything has limitations.  

    The API has a FolderOperations and ItemOperations that allow you to retreive the contents of a mailbox.  The flags attribute allows you to see the IMAP flags that are set for the item including SEEN and RECENT.

    The easiest way to see the help for the XML API is to open a browser on the MDaemon server and go to http://localhost:1000/mdmgmtws/, where 1000 is the HTTP port for remote administration.  

    There are also samples which can be found in the \MDaemon\Docs\API\XML API\Samples\ directory.


  • @Arron Yeah sorry the limitations comment was daft! Thanks again for a prompt response!


Please login to reply this topic!