updated manual authored by Martin Straka's avatar Martin Straka
......@@ -71,6 +71,7 @@ The following options (services) are related to actions that should be performed
Return
* [status] - 0 is success, 1 error.
* if an error then error code and its description are writing into stderr.
Example:
......@@ -89,6 +90,7 @@ datovka --login "username='xxxxxx',password='yyyyyyyy',certificate='C:\temp\cert
Return
* [status] - 0 is success, 1 error.
* newMsgIdList - print to terminal (stdout) a list of new message IDs separated by white space.
* if an error then error code and its description are writing into stderr.
Example:
......@@ -119,7 +121,7 @@ datovka --login "username='xxxxxx',password='yyyyyyyy'" --get-msg-list "dmType='
Return
* [status] - 0 is success, 1 error.
* msgID - print to terminal (stdout) sent message ID.
* if an error then error code and its description are writing into stderr.
Example:
......@@ -140,7 +142,7 @@ Return
* 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.
* if an error then error code and its description are writing into stderr.
Example:
......@@ -157,6 +159,7 @@ 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.
* if an error then error code and its description are writing into stderr.
Example:
......@@ -181,6 +184,7 @@ datovka --login "username='xxxxxx',password='yyyyyyyy',otpcode='zzzzzzz'" --get-
Return
* [status] - 0 is success, 1 error.
* Insert/update owner info in the account database.
* if an error then error code and its description are writing into stderr.
Example:
......@@ -194,6 +198,7 @@ datovka --login "username='xxxxxx',password='yyyyyyyy'" --get-owner-info
Return
* [status] - 0 is success, 1 error.
* newMsgIdList - print to terminal (stdout) a list of message IDs separated by white space where attachment missing.
* if an error then error code and its description are writing into stderr.
Example:
......
......