4.2.5

This is maintenance release 4.2.5 of ConnectPlaza ConnectAgent.

Release Notes :

Main customer release notes

  • Updated Jetty 9.4 to latest security patch.
  • fixed bug in Microsoft Mail listener when using delete mail option that removed the mail before the attachments could be fetched.
  • fixed issue in XSD where regex option was not included in restriction pattern.
    This concerns the header enricher where the XSD did not allow the regex function to be used, i.e. if you configure a header enricher with a regex function the bundling process will fail.
  • added support for reading from child mail folders in MS Mail Listener
    You can now specify child mail folders. You can use a forward slash to reference child folders e.g. foo/bar/baz refers to the mail folder baz with parent mail folder bar whose parent (root) folder is foo.
  • added "followup flag action" attribute to the MS Mail Listener
    This adds the following attribute to the MS Mail Listener:
    • Followup Flag Action
    • The followup flag action to take as soon as the mail is fetched.
      • FLAG_MAIL - Raise the followup flag on fetched mail.
      • MARK_AS_COMPLETED - Mark fetched mail as completed.
      • REMOVE_FLAG - Remove the followup flag from fetched mail.
      • DO_NOT_CHANGE - Do not change the followup flag.
  • added picking up the user id from header to the MS Mail Sender
    The following attributes have been added to the MS Mail Sender:
    • User Account Specification Type - can be FIXED (default) or FROM_HEADER
    • User Account Header - Only available if User Account Specification Type is set to FROM_HEADER. The ConnectMessage header that contains the email address, ID or principal name of the mailbox owner
  • added sending mail from another email address to the MS Mail Sender
    The following attributes have been added to the MS Mail Sender:
    • From Email Specification Type
      The manner in which to define from which email address to send mail from.
    • From Email Address
      Only available if From Email Specification Type is set to FIXED.
      The email address to send mail from. Note that the above specified user must have the required permissions to send mail from this email address.
    • From Email Address Header
      Only available if From Email Specification Type is set to FROM_HEADER.

The ConnectMessage header that contains the email address to send mail from. Note that the above specified user must have the required permissions to send mail from this email address.

  • added support for sending large attachments using MS Mail Sender
    This concerns attachment with a size of multiple MBs.
  • added support for limiting the poll size in the MS Mail Listener
    This adds the following attributes:
    • Limit Poll Size
      Should the number of messages fetched in a single poll be limited?
    • Poll Size
      only available if Limit Poll Size is set to true.
      The number of messages that should be fetched every time the mailbox is polled.
      This fix also fixes the issue with mails being deleted before the attachments are fetched.