Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
**dmPublishOwnID* - Allow sender to express his name shall be available to recipient. Values: {0,1}, default is 0.
**dmAttachment* - Full path to target files separated by semicolons. NOTE: "Semicolon" is not allowed in attachment path or file name! It can cause failure during parse of parameter string. [Mandatory]
**download* - Values: {yes,no,ondemand}. Specifies whether to download the message from ISDS server (no = never download, use from database if present; yes = always download even if does already exist in database; ondemand = download only if doesn't exist in database). Default is ondemand. [Optional]
**markDownload* - Set message as locally readed. Values: {yes,no}, default is no. [Optional]
Return [msgStruct, status, (ZFO file)]
Return
* [status] - 0 is success, 1 error.
* Insert/update message data in the message database and set message as locally read if it was set.
* Message ZFO file saved to target path if was set.
* All attachment files saved to target path if was set.
**zfoFile* - Full path where delivery info ZFO file will be saved. If not specified, delivery info will be stored only to database. [Optional]
**download* - Values: {yes,no,ondemand}. Specifies whether to download the message from ISDS server (no = never download, use from database if present; yes = always download even if does already exist in database; ondemand = download only if doesn't exist in database). Default is ondemand. [Optional]
Return [deliveryStruct, status, (ZFO file)]
Return
* [status] - 0 is success, 1 error.
* Insert/update delivery info data in the message database.
* Delivery info ZFO file saved to target path if was set.