- A valid user for the cvr.dk subscription service.
- An exchange email address receiving cvr.dk subscriptions
- It should be simple to implement a POP3 or IMAP client, if you are not using an exchange service.
- Change the file OpenCVR.exe.config
<appSettings>
section, to suit your needs. - Create a xml file containing secrets:
<?xml version="1.0" encoding="utf-8" ?>
<CvrConfiguration
CvrPassword="<password to cvr user>"
ExchangeServiceUserName="<exchange username. Example: JohnDoe>"
ExchangeServicePassword="<exchange password>"
ExchangeServiceHost="<exchange host. Example: https://mail.example.com/EWS/Exchange.asmx>"
EmailAddress="<email address. Example: JohnDoe@example.com>">
</CvrConfiguration>
- None so far
How to get up an running on linux:
- Install sqlite3 on the system
- Replace Ninject libraries with Mono 4.0 versions from here