append(mailList = new MailListModel());
append(html = new BooleanModel(false, "html"));
append(sendAll = new BooleanModel(false, "sendAll"));
append(interrupt = new BooleanModel(false, "interrupt"));
append(progress = new ProgressModel(0, "progress"));
append(separator = new ComboBoxModel(0, new SimpleArrayModel(SEPARATOR), "separator"));
append(replaceStrings = new ReplaceStringsModel("ReplaceStrings"));
append(attachmentList = new AttachmentListModel());
append(listSorting = new ListSortingModel());
listSorting.addDataModelListener(new SortingListener());
license = new LicenseModel();