LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Email acquisition from Exchange server

    Employee
    Posted 12-01-2016 13:56

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stevem

    Are there any plans to have a node that reads email from an Microsoft Exchange server?

    There is a process that we have that is perfect for Lavastorm but I have no way to get the emails/attachments into Lavastorm other than manually.


  • 2.  RE: Email acquisition from Exchange server

    Employee
    Posted 12-02-2016 09:46

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: awilliams1024

    Hi,

    there are no plans at this time to deliver product functionality to acquire data from Microsoft Exchange Server. The prioritization of this functionality would be dependent on market demand.

    My assumption is that your request relates only to accessing an on-premise Exchange Server and does not extend to integration with Office365.

    Regards,
    Adrian


  • 3.  RE: Email acquisition from Exchange server

    Employee
    Posted 12-02-2016 10:45

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    Many Exchange servers can be accessed thru a POP3 connection.
    The attached node will retrieve emails from a POP3 server.

    Standard caveat: this node is experimental.. your results may vary.
    Note: it leaves the emails on the server. You would have to remove the emails with a different process.

    The tricky part with this node is handling attachments. Attachments are delivered in the body as MIMEtext that would have to be decoded later.
    Attachments:
    ReadPOP3.brn


  • 4.  RE: Email acquisition from Exchange server

    Employee
    Posted 12-06-2016 08:53

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stevem

    Originally posted by: stonysmith
    					

    Many Exchange servers can be accessed thru a POP3 connection.
    The attached node will retrieve emails from a POP3 server.

    Standard caveat: this node is experimental.. your results may vary.
    Note: it leaves the emails on the server. You would have to remove the emails with a different process.

    The tricky part with this node is handling attachments. Attachments are delivered in the body as MIMEtext that would have to be decoded later.
    Yes it would be an in house Exchange Server.