The SSL behavior of POP3 send channel has been revised and the selection of SSL behavior has been restricted to None and 'Explicit (= Required)'.
Messages deleted by the client are noted in the status history with the information about the client (IP and user).
New option “Set Unprocessed to Error” with the functionality:
And “Do not change message status” with:
The SSL behavior of SMTP receive channel has been revised and the selection of the SSL behavior has been restricted to None and 'Implicit (= offer/start TLS)'.
When 'debugging', the message was not included in the mapping if the mapping was already opened with data once. This error has been fixed.
Two new methods CreateInputMessage and CreateOutputMessage, which attach the created message to the current job. This is necessary for synchronization of processing. The CreateMessage() method is no longer to be used and provided with:
[Obsolete("use CreateInputMessage(IJob job) or CreateOutputMessage(IJob job)")].
If the existing code uses CreateMessage() and then an AddInputMessage(…), then this is also correct and does not need to be changed. The way via CreateInputMessage(IJob job) is safer.
The duplicate check in the ChannelReceiver has been extended by the specification of the time period of the duplicates. This was previously fixed at 7 days and is now selectable between 1 and 365 days.
When navigating to the end and then back, only the content of the last page was displayed after some delay in the case of large volumes. The error is fixed.
Extension of TaskNotificatorEx with the option:
by the value:
The option Reset task and message status was supplemented by:
The error message output dialog can now be closed with the Escape key.