fixed bug not reading text of emails

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-mail-servlet@117298 82a268e6-3cf1-43bd-a215-b396298e98cf
Feature/21689
Massimiliano Assante 9 years ago
parent 845134a9b7
commit a4face9e1a

@ -136,7 +136,7 @@ public class PeriodicTask implements Runnable {
//create the POP3 socialStore object and connect with the pop server
Store store = emailSession.getStore("pop3s");
_log.debug("Trying to connect to " + host + ", user="+user + " passwd (first 3 char)=" + password.substring(0,3)+"******");
store.connect(host, user, password);
//create the folder object and open it

Loading…
Cancel
Save