On 2016-06-27 12:52, A.L.E.C wrote:
On 06/27/2016 06:42 PM, Kyle Francis wrote:
I'm working on adding some logic to the enigma_ui::find_part_id function to detect and handle SMIME formatted messages. Hopefully that will work out!
Hmm... this is a simple method, I'd say you probably should rather modify the code that sets $decryptions property.
Didn't end up needing to modify that function. It turns out I wasn't passing all the information needed in my enigma_error from enigma_driver_phpssl::decrypt. Also, SMIME encrypted messages are attachments, vice inline so there was some fudging with that.