git-svn-id: https://svn.coded.pt/svn/SIPRP@1139 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Tiago Simão 16 years ago
parent 2684eab3e2
commit 553d67fdfc

@ -543,6 +543,10 @@ public class MailDialog extends CustomJDialog
bccconcat += b + ", ";
}
bcc = bccconcat + bcc;
if( bcc.endsWith( ", " ) )
{
bcc = bcc.substring( 0, bcc.length() - 2 );
}
}
String subject = subjectText.getText();
String body = bodyPane.getText();

Loading…
Cancel
Save