imapPassword.getValue().toString(),
"server", imapServer.getValue().toString(),
"port", imapPort.getValue().toString(),
"ssl", imapPort.getValue().toString()
);
fireEvent(new SubmitEvent(AccountSelectionPopup.this, SubmitEvent.SUBMITTED, accountDetails));
}
};
}