Clearing un read emails

my phone is showing i have over 4600 unread emails, i cant find them so i can clear them. is there a way to to find and clear?

Yea I have already done this and it hasn't worked. It is only showing on the phone, I accidentally clicked on mark unread messages and now I have this issue. I've tried un marking and have looked in all folders it shows them in the inbox and the unread folders but they are not visibly there.

Similar Messages

  • My emails do not load; I have to select "reply" in order to read emails

    I am using Firefox 3.6.10 on a Mac with OS 10.5.8. After upgrading to 3.6.10, I cannot read emails, except if I click "reply" in which case the original email loads. Any ideas? Please reply directly to: [email protected] Thank you SO MUCH!

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Reading emails from gmail by labview

    I easily found a sample program to send an email to Gmail in LabVIEW and it works well. But I want to read emails from Gmail in LabVIEW as well. Is this possible? Thanks
    Jay
    Solved!
    Go to Solution.

    Well, not so much a duplicate post, since that post was asking about reading attachments. This is asking about getting emails from Gmail.
    To OP: Your question is not clear. Are you trying to download emails from your Gmail account? If so, you first need to configure Gmail to turn on the POP service. I don't think this is enabled by default. The Gmail help documents tell you how to do this. Once you've done that, you can just use a POP client. You can start by trying the one posted in this thread, but be aware, that sometimes servers have their own little "quirks", as alluded to in that thread.

  • Will Apple ever enable its icloud email service to push Read emails across all iOS devices?

    It is very frustrating reading an email on my iPhone yet still having notifications on my other iDevices. I am aware that once you open the Mail App the read email sync, but this is still very cumbersome and not very streamlined. (very unlike Apple).
    I used to use gmail and activeSync but this service is being phased out I believe...

    It is not completely clear exactly what you want to take place.  Once an email has been opened on one device it appears in all other devices using the same email account if iCloud sync for email is turned on for each device.  That is how my email works...but, of course, the Mail app has to be opened on a device for the email to show as having been opened.
    Is there something else you want to see happen?
    You can always give Apple feedback for functionality at http://www.apple.com/feedback

  • Can't read email using my primary apple email account

    Ok, I'm new to this forum but here is my problem
    Usually I can read Email using my primary Apple E-mail account BEFORE I updated my Ipad into IOS 8.
    After I updated my Ipad into IOS 8 (non-jailbreak and from IOS 5 jailbreak), My Ipad says that I need to sign up an Icloud email to use the Mail App.
    Then I can't use my Primary Apple Account as an E-mail anymore. When people send a mail to my primary apple account, I cant read it because I cant read emails using my Primary Apple Account anymore.
    When I signed in with my primary apple Email account and opened my Mail App, It used my Icloud email instead my primary apple email.
    I tried everything Include making an email aliases but my primary apple email uses @Yahoo.com and I can only use aliases of @Icloud.com
    Can someone please help me so I can read E-mails when people send an Email to my primary apple account? Because I need to see those subcription mails and change my password of my online game account(<- This one is URGENT).
    And sorry for my bad English because I'm Indonesian.

    Welcome to discussions,
    go to settings/mail, contacts.../your mail account/outgoing mail server settings/ and see if you put in the needed password to access your mail server.
    Also check out this help article about your issue for more tips: http://support.apple.com/kb/TS2770

  • Read email from microsoft exchangeserver 2010 and save attachement

    Hello,
    I want to read email from microsoft exchangeserver 2010 and save attachement into a folder.I created an Java program to import attachments from a exchange server mailbox using "POP3S".It works fine when run as a java application.But when i put this inside Oracle11g R2 using load java and while executing from a procedure it gives an error at parsing message into Multipart
    Error at line : Multipart mp = (Multipart)m.getContent();
    Error:
    Content-Type: multipart/mixed;
    boundary="_002_A0C2E09A..................................."
    java.lang.ClassCastException
    at mailPop3.checkmail(mailPop3:71)
    My Java Class is as follows,
    import java.io.*;
    import java.util.Properties;
    import javax.mail.*;
    import javax.mail.internet.*;
    import java.util.Date;
    The function i used to check for attachments is given below.
    public static boolean hasAttachments(Message m) throws java.io.IOException, MessagingException
    Boolean hasAttachments = false;
    try
    // if it is a plain/html text - no attachements
    if (m.isMimeType("text/*"))
    return hasAttachments;
    else if (m.isMimeType("multipart/alternative"))
    return hasAttachments;
    else if (m.isMimeType("multipart/*"))
    Multipart mp = (Multipart)m.getContent();
    if (mp.getCount() > 1)
    hasAttachments = true;
    return hasAttachments;
    catch (Exception e) {
    e.printStackTrace();
    } finally {
    return hasAttachments;
    My Java Details as follows
    java Version :1.5.0_10
    java.vm.specification.version:1.0
    java.vm.version :1.5.0_01
    java.specification.version:1.5
    java.class.version:48.0
    Java mail API:javamail-1.4.4
    Used Jars:mail.jar
    Could someone explain why I am getting this error? What can I do to resolve this error?
    Is any other Jar need other than mail.jar?
    Any help would be much appreciated.
    Regards,
    Nisanth

    889509 wrote:
    This java class has no error.Then it should work - not only at compile time, but at run-time too.
    Because it does not, it means there are errors. And as the error you've posted is not an Oracle SQL or PL/SQL error, your question is off-topic to this forum.
    Why would the code not work at run-time? Numerous reasons, including environmental ones. Java inside Oracle are subjected to a number of restrictions and limitations that do not exist in a Java VM outside Oracle (for good reasons).
    So you need to consider that too - and that is why I referred you to the documentation... which is IMO mandatory reading for all Oracle developers.

  • Reading emails from Faxcom server with javamail 1.4.2

    Our JavaMail-based application reads up to 60,000 emails a day. We recently upgraded to JavaMail 1.4.2 to get more leniency reading poorly formatted messages. So far, it's looking great. We only experienced one issue. Upon upgrading, we stopped being able to receive multiparts sent via Faxcom product. To resolve this, we set the property:
    mail.mime.multipart.ignoreexistingboundaryparameterto "false". If it is set to true, it will not be able to read emails from the Faxcom product that were previously successful using JavaMail 1.4.1. Basically, the API returns zero for the multipart count. If you are setting some of the new leniency parameters, I would recommend keeping this "false" unless it solves some specific problem.
    Just wanted to post this to see if anyone had experienced the same problem, and to share the solution.

    Thanks Bill, I will try setup a simple program to reproduce, or see if I can reproduce with one of the JavaMail sample programs - I also have a FaxCom mailbox setup for testing.
    We are also still having trouble consuming a few messages that have a broken Content Type field:
    08:37:05.996 INFO: (EmailServer.processMultipart-Thread-21) Inside Content Type: text/plain
    name="incoming.txt"
    javax.mail.internet.ParseException: Expected ';', got "NAME"
    at javax.mail.internet.ParameterList.<init>(ParameterList.java:280)
    at javax.mail.internet.ContentType.<init>(ContentType.java:110)
    ...etc..
    I will also look and find out which mail client that came from. Maybe the solution here is trying to ask the sender to fix/upgrade/switch mail clients.
    But other than these 2 occasional problems, 1.4.2 is working great in production and we are getting a lot fewer failures.

  • Unread Emails in Outlook 2010 Clients shows both UNREAD AND READ emails when connected to Exchange 2013 Server SP1

    We recently upgraded to Exchange 2013 SP1 with a client user-base of Office 2010 Professional Plus / Outlook 2010 SP3.
    All Unread Email favorites folders show both Unread and Read emails, just like the inbox. Removal of the folder and recreating yields the same results, as does creating a custom folder. However, in Outlook 2013 there is no problem. 
    Is there a patch or hot fix for this issue? Or does anyone know how to fix this issue so that the UNREAD EMAILS SHOW UP IN THE UNREAD FOLDER AND NOT INCLUDE THE READ EMAILS? 
    Thank you!
    Kim Parker-Polito / Newhall Land

    Go down to Search Folders
    - Right click on Search Folders and create New Search Folder leave default "Unread Mail1" and click OK
    - Right click on the new “Unread Mail1” folder and choose “Customize this search folder”
    - Click on Browse
    - Select the checkbox for “Search subfolders”
    - Press OK and OK again.
    - Right click on old "Unread Mail" Folder and delete.

  • Read email shows as unread on iPhone

    Read email shows as unread on iPhone

    As Munas said, if the email account isn't using IMAP it won't work.
    Here in the States, Comcast is the main culprit for this happening.
    If you are with them, there is not much you can do. At least nothing that I can think of off the top of my head.

  • Can't open/read emails

    Anyone have any ideas why I can't open/read emails?
    It says, Load more messages. I've turned the phone off and on.
    Thanks

    When it says Load More messages, do you tap there to have it do so?

  • Suddenly, most of my folders that I separate the read emails into dissappeared. How to get back?

    In Thunderbird just now most of the folders that I put my read emails into have disappeared. All the old messages are in them . I need them and the folders too. I don't know what I did to make them disappear. Please help. Thanks.

    this is a follow up from the profane post earlier....
    i have done this twice in two other posts..
    here is my problem.. i started off trying to update itunes, it failed twice and said i needed to install manually via tools.
    the only place to get to tools is the pop up box that appears when you click check for updates.. if there is an available update then the pop up shows up with the quick time and itunes files to download. so i finally figured that out. i clicked on tools and manual update, four files were saved to a file. Apple mobile device support, another one similar, itunes, and another one i cant remember. I only downloaded the itunes file seeing as though thats all i needed to accomplish in the first place.
    so then i restarted my computer bc you need to reboot and then reopen itunes for update to take effect. once i have itunes back open i plugged in my new 5s which i am trying to sync to my computer to get all my stuff back bc i lost my previous phone over the weekend.. once i plugged the phone in an error stating i needed to unistall the apple mobile device support and itunes and then reinstall. well i dont know where those files were originally stored on my computer AND since my itunes was updated, just not the other 3 associated files, when i click check for updates it says its up to date and then pop up containing the quick time and itunes does not pop up thus i cant get back to the tools tab to manually save the 4 files again.
    so i was just going to uninstall itunes all together and then i thought well what happens if it erases all my photos apps songs etc... which would defeat the whole purpose in the first place of me trying to sync my new phone to get all my stuff back.
    so i literally have no idea what to do at this point.. if you have read this you are probably just as confused as me...

  • Using Mailx to read emails - Simplify the view

    Hi,
    I've just started using the mailx program, from heirloom-mailx in the core repo, to send and read my emails. This is great, no more extra cruft that I have to wait load and I can pipe any results of commands straight to my inbox. My queery is regarding the format of messages. Is there anyway I can not display the headers of emails when I read them?
    I dont mean the "headers" that are displayed when the program is run to show the new messages, I mean the info when you open a message, like "From", "Delivered-To", "Return-Path" etc. Some of these are useful, but some are so long that my message starts right down the bottom of the screen. The best solution would be to customise this to display only "From", "To" "Date" and then the message, but as I've just seen all that on the original screen, I could manage without.
    Thanks for your help.
    J.
    Tl;Dr
    I just want to read emails, can I display just some of the email header, or none, and then the message in the mailx program?

    Doesn't SAS have a direct connection library that does not use ODBC? maybe their pass-though access:
    http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a001405615.htm

  • How do i clear the reading list in Safari?

    How do i clear the reading list on Safari for Iphone 4

    just click on it let it load and itll disapear

  • Previously read emails are now blank

    In my inbox, previously read emails are now blank in the body.

    Try to repair Inbox.
    Right-click Inbox - Properties - Repair Folder

  • How to stop ipod touch dropping out from reading email, then displaying main menu

    My wife's Ipod touch (4 or 5 years old) has worked fine for years, but now when reading emails, without touching the screen or any controls, the ipod drops out of the application and displays the main menu after a few seconds. Have rebooted it a couple of times, but the fault persists.
    Ipod is a 16Gb with 10.4 Gb available
    Does anyone know how I can solve this problem ?

    Many thanks for your quick reply. The full reset has cured the problem.
    Thanks again

Maybe you are looking for

  • Here's how I restored my mini from the dead (Win XP)

    When I installed the 1.4 updater on my iPod, it erased everything on it. Here's what I did to fix it: 1) Uninstall the 1.4 software 2) Disconnect the iPod from the computer, but do so safely, even if you have to reboot the computer. 3) Reset your iPo

  • Shared components - Report Queries - Too many rows?

    I have a query that returns 70,000 rows that the business owner wants to be printed as a reference manual. I built the reprot template (*.rtf) and saved the query. If I run the query with a limiting where clause for only 1000 records everything is fi

  • Presenter Video Creator (v8)

    Opened a project. Changed branding to custom. Specifice just a starting branding element. Published, closed, went to EOJ. Opened a different project. Can't change branding to end--all check boxes grayed. Can't specify a new custom branding theme. Can

  • Repeatedly (daily)when trying to install update is not connecting to server

    every time i restart my computer and connect to firefox, it "strongly recommends " that I install the latest update which I click ok to. When it tries to do it, it keeps running in the background with a screen and across the top it says connecting to

  • How to use setAccelerator method of JMenuItem

    I want to set hotkey for JMenuitem. how to use setAccelerator? how to use KeyStroke class.