Skip to content
Snippets Groups Projects
Commit b2f1704c authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

IncomingEmailExecutor_lib: removed redundant code

parent 2927e844
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,7 @@ function IncomingEmailExecutor(pMail)
this.mailSubject = this.rawMail[mail.MAIL_SUBJECT] || "";
this.mailSender = this.rawMail[mail.MAIL_SENDER];
this.mailSentDate = this.rawMail[mail.MAIL_SENTDATE];
this.mailSender = this.rawMail[mail.MAIL_SENDER];
var mailRecipientsTo = this.rawMail[mail.RECIPIENT_TO].split(";");
var mailRecipientsCc = this.rawMail[mail.RECIPIENT_CC].split(";");
var mailRecipientsBcc = this.rawMail[mail.RECIPIENT_BCC].split(";");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment