• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

problem debugging an IMAP email listener

 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an email client written in JavaMail with capabilities to poll a POP3 server and listen to an IMAP server. Both these servers are part of the Argosoft mail server implementation.

Now the problem is that email listener (configured to the IMAP folder inbox) doesn't seem to be working for new messages incident on the IMAP server folder INBOX. Even I can't debug the mail client as the breakpoints added to the public void messagesAdded(MessageCountEvent ev) method don't seem to be hit at all.

I can provide the code snippets but before that I'd like to know if there's something I'm missing or there are some other checks that I can make.

Any suggestion/pointers would be highly appreciated.
 
I'm a lumberjack and I'm okay, I sleep all night and work all day. Lumberjack ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic