I've scoured through the code, particularly the EmailParser class and I can't seem to find a straightforward way of constructing a Message object given a string (or array of strings) containing the raw text of a message (headers + body).
In this particular scenario I am trying to load the contents of a file that contains the previously downloaded message source.
Any suggestions?
In this particular scenario I am trying to load the contents of a file that contains the previously downloaded message source.
Any suggestions?