Could anyone be able to detail what the format of the overridePreferencePOP3Host paramter is when using plugins.mail.receiveMail
I have successfully sent emails so I tried the format used when sending emails but am getting a null response so I assume this is incorrect
e,g.
var authorization = new Array('mail.smtp.host=mail.myhost.com', 'mail.smtp.auth=true', 'mail.smtp.port=25', 'mail.smtp.username=me, 'mail.smtp.password=mypwd');
var msgs = plugins.mail.receiveMail('me','mypwd',true,null,null,authorization)