try {
this.store.connect();
this.inbox = store.getDefaultFolder().getFolder("INBOX");
this.inbox.open(Folder.READ_WRITE);
} catch (MessagingException ex) {
throw new MailReceiverException("Error connecting", ex);
}
try {
Marian.logger.info("Messages found: "+inbox.getMessageCount());
} catch (Exception ex)
{