protected String reply(boolean all, boolean insertAttach) {
try {
Message message = this.getSelectedMessage();
if (null == message) return "intro";
// Create a reply message
MimeMessage reply = (MimeMessage) message.reply(all);
// Set the from field
String from = this.getUserMailHelper().getEmailAddress(this.getCurrentUser());
reply.setFrom(new InternetAddress(from));
if (!all && insertAttach) {//is Forward