Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
POP3 and Regx
-
Would anyone be able to provide a few useful examples of Regex's to be used with the POP3 module? I am able to retrieve the subject. What expression would I use to retrieve the From: address, or the message body, or the timestamp, etc.
Any help would be greatly appreciated. Thank you.
-
Can you post an example of the text you are needing to parse, that way we have something to work with.
Thanks,
Joel. -
Thanks, Joel.
I wanted to start simple by first retrieving he from address of the email. I have tried several variations of From: (.*?) with no success. I would also like to retrieve the body of the email as well. Thank you for the help.