• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Pagination In JavaMail

 
Ranch Hand
Posts: 73
Netbeans IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir i have developed jMail : a bytecode mailclient in java whose purpose is to connect to mutiple mailing client based on user's email id.
If user email id , then IMAP/SMTP host will be set for google and so on...
I have complete this for google as well as for yahoo.

I have problem in pagination. While getting message from INBOX folder or any OTHERFOLDER i'm only showing first 10 messages means suppose user has 100 messages i'm showing 100-91.
How to remove pagination problem here??
 
reply
    Bookmark Topic Watch Topic
  • New Topic