Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6202115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:40:33+00:00 2026-05-24T04:40:33+00:00

I was using java mail to read Gmail as following – Session session =

  • 0

I was using java mail to read Gmail as following –

Session session = Session.getDefaultInstance(props, null);
Store store = session.getStore("imaps");
store.connect("imap.gmail.com", "mail", "password");

Folder folder = store.getFolder("INBOX");
folder.open(Folder.READ_WRITE);

Message[] messages = folder.getMessages();

Now I wan to find out if message is unread, but could not find any API.
I want to do something like –

 for(Message message:messages) {

    if(message.isUnread) {
    // Do Something here
    }
 }

While there is no such API – isUnred.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T04:40:34+00:00Added an answer on May 24, 2026 at 4:40 am

    Have you tried Message.isSet(Flags.Flag.SEEN)

    http://javamail.kenai.com/nonav/javadocs/javax/mail/Flags.Flag.html#SEEN

    This message is seen. This flag is implicitly set by the implementation when the this Message’s content is returned to the client in some form

    it’s been a while since I used JavaMail, but I think that does what you want

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Java Mail api to access a gmail account (not fixed). I
I am trying to download an attachment from GMAIL using the java mail API,
I am trying to connect SMTP using java. I have included mail.jar in my
I want to read my emails from ms exchange, I am using java mail
I am working on an IMAP client using java mail. We currently have a
Situation: I need to make an imap client (using java mail api) that if,
I am using java to send mail. I want to set the from mail
I wrote a piece of java code using threads, JDBC, Java Mail API etc.
I sometimes get Host is unresolved: imap.gmail.com:993 when I try the javamail/gmail store.connect in
I'm trying to send an iCal to an outlook, using Java Mail Library, I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.