Can't access mail messages?

For some reason I am unable to access my emails using the apple mail application. I know new mail has arrived because I checked on the email server but the mail application load wheel in the inbox just keeps on going and going until it stops and shows no new messages.
The total unread message count is also inaccurate. There are about 20 emails unread which were accurately displayed before and now it shows 43. I counted myself to make sure that there wasn't really that amount of new mail.
Does anyone know the sollution to this?
I know a couple days ago my wireless router (which I use to obtain internet) reset and is now somewhat slower when on the net but none the less am still able to surf the web and less speed should be required to access new mail messages.
Please let me know what I can do thatks.
Dorian

You’re welcome.
I re-created the index and it did not fix the unread count number.
Report the names of the files and folders present at the first level of the ~/Library/Mail/POP-username@mailserver/ account folder.
In order to post the exact file names and avoid typing mistakes, proceed as follows. In the Finder, go to ~/Library/Mail/POP-username@mailserver/. With that folder open, if you’re looking at it in View > as List mode, first collapse any expanded folders so that the Finder only shows the files and folders at the first level. Now, do Edit > Select All (⌘A), then Edit > Copy (⌘C), and paste it in your reply to this post.
Post also the contents of INBOX.mbox.
Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder, i.e. ~/Library is the Library folder within the user’s home folder.
The problem is not due to internet connection though because I am
able to go on the internet and browse just fine.
A suboptimal Internet connection alone wouldn’t cause this, but it could have a bearing on it even if you can browse just fine, so it was something to look at anyway.
I went to get info on the mail account and it only displays the emails
in 2005 and one from today from sender unknown and unknown subject.
OK. That’s the problem then. Sometimes Mail chokes on a message it cannot download and that prevents it from downloading the rest as well. You’ll have to remove that message from the server in order to solve the problem.
Problem is, you cannot assume it’s junk just because Mail shows it as such in the Account Info window, so you should look at it by other means first in order to determine whether you want to keep it. Does this account allow web access? If not, you may try using another mail client such as Thunderbird.

Similar Messages

  • Can't access mail - getting message the connection to the server has timed out

    can't access mail - getting message the connection to the server has timed out

    Hi mtc,
    Has it worked before?
    Are you running any anti virus apps?
    If using a browser to login via WebMail, does that work?

  • TS4002 I bought iPad and I can not access, A message appears asking me account and password when i return to the person who I purchased it from him, he told me that he forgot the account and password I want a solution to the problem, because in this way I

    I bought iPad and I can not access, A message appears asking me account and password when i return to the person who I purchased it from him, he told me that he forgot the account and password
    I want a solution to the problem, because in this way I will not benefit from the iPad

    There is no solution.  You have to provide the ID and password.  There is no way around it.  If the person you bought it from can't provide it, return it and get your money back.

  • I took Lion off my Macbook Pro and put Snow Leopard back on and now I can't access Mail or iPhoto. How do I get Mail and iPhoto to work with the Snow Leopard I just put back on?

    Hi. I was having slowness problems with my Macbook Pro and thought I would re-install Lion but put Snow Leopard back on by mistake. I bought the computer used with Lion on it and don't have access to the USB drive or a username/password to reinstall Lion. Now I can't access Mail or iPhoto since I put Snow Leopard on.
    Is there a way to get my Mail and iPhoto working again with Snow Leopard or do I have to "re-upgrade" to Lion?
    Thanks!
    Steve

    You can't. When you converted those libraries to Lion's format, you lost the ability to go backwards. Unless you saved a bootable backup./clone or Time Machine backup of your previous SL installation, you're up the proverbial creek w/o a paddle.

  • HT1338 What's going on with iCloud (MobileMe)?  I'm able to sign in here, but I can't access mail on my Macbook Pro, iPhone, or work computer.  I always get an authorization error (user-id or passwork wrong).  This has been going on for almost a week now.

    What's going on with iCloud (MobileMe)?  I'm able to sign in here, but I can't access mail on my Macbook Pro, iPhone, or work computer.  I always get an authorization error (user-id or passwork wrong).  This has been going on for almost a week now.

    The single download means that you won't be able to redownload it from the store without paying, either on a computer's iTunes or an iOS device - it doesn't stop you from copying the audiobook to your other computers or syncing it to your iOS devices, you just can't redownload it. (I believe that they are all supplied to Apple by audible.com, so I assume that it's them requiring the one-time download.)
    You can download audiobooks on your computer's iTunes and sync them to iOS devices, you do not have to buy them directly on the device (if you do then you can copy them back to your computer's iTunes library by connecting the device and using the File > Devices > Transfer Purchases menu option on your computer's iTunes).
    What you are doing to sync them should work i.e.
    - connecting the iPad to your Mac
    - selecting the iPad on your Mac's iTunes
    - selecting its Books tab and selecting the audiobooks that you want to sync to the iPad and syncing/applying that selection.
    You should then get an audiobooks option in the Music app on your iPad. If they aren't appearing there  then do they show in Settings > General > Usage > Music on the device - if you have audiobooks on the iPad then they should be listed there under an 'audiobooks' heading.
    By 'restart the iPad' do you mean a soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    You could also try closing its Music app via the iPad's taskbar : Force an app to close in iOS.
    And do a soft-reset and retry syncing.
    I assume that music and other items sync ok ?

  • JMS: can I access SAP messages from extenal Java

    - Can I access SAP Messages from an external (non-SAP) java program?
    - Do I use JNDI or can I call using a jar file from my java invocation?
    - Do I have to define a queue (or does SAP JMS have queues)
    - What port do I use?
    Thanks

    Hi John,
    > - Can I access SAP Messages from an external
    > (non-SAP) java program?
    >
    Yes, you can use the JMS provider on the Web AS from a standalone java program.
    > - Do I use JNDI or can I call using a jar file from
    > my java invocation?
    You connect your remote java client to the server by getting an InitialContext. The you lookup the JMS resources (such as Topic- or Queue ConnectionFactory, etc.) from the JNDI. You can have a look at <a href="http://help.sap.com/saphelp_nw04/helpdata/en/25/bf8f44540c469abc19fb6ac3ac7885/frameset.htm">this</a> page for more info.
    >
    > - Do I have to define a queue (or does SAP JMS have
    > queues)
    >
    The JMS Provider on the Web AS provides default connection factories that you can use to create a topic ot queue. The lookup strings you have to use are
    jmsfactory/default/TopicConnectionFactory
    for topics and
    jmsfactory/default/QueueConnectionFactory
    for queues.
    > - What port do I use?
    >
    You use the P4 port (50004 by default for instance number 00) when obtaining the InitialContext with this code:
    java.util.Properties properties = new Properties();
    // set the properties of the connection
    properties.put("Context.INITIAL_CONTEXT_FACTORY", "com.sap.engine.services.jndi.InitialContextFactoryImpl");
    properties.put(Context.PROVIDER_URL, "<Server_Host>:<p4_port>");
    properties.put("Context.SECURITY_PRINCIPAL", "Administrator");
    properties.put("Context SECURITY_CREDENTIALS", "admin_password");
    // start initial context with the properties specified
    InitialContext context = new InitialContext(properties);
    Hope that helps!

  • HT201320 I changed my yahoo password but now can not access mail on my iPad  The settings for email is not a hot link

    I changed my yahoo password but now can not access mail on my iPad  The settings for email is not a hot link

    Go into setting on the iPad
    Mail, Calendar, contact...
    Tap your email account
    back out the dots and enter the correct passcode.

  • I'm getting a "can't access icloud" message from all devices.

    I'm getting a "can't access icloud" message from all devices. According to Apple the system isn't down. Any ideas? My password is correct.

    A full reset fixed the problem.

  • I can't open mail/ message "can't use this version of mail with Mac OS X  this occurred after security update

    I can't open mail/ message "can't use this version of Mail wigh this version of Mac OS X" this change occurred after a security update. tried to open in application with same responce.

    Mac OS X v10.6: "You can't use this version of Mail…" alert after installing Security Update 2012-004

  • Unable to access my iCloud mail from an portal and need in ASAP.  How can I access my messages?

    At around 9:00P Pacific last night, I received my last email message through iCloud to my [email protected] address.  I've tried on my iPad, PC, MacBook Pro and iPhone.  I've done a full password reset to be compliant with the newest password standards.  I've deleted my iCloud account from my MacBook Pro and iPhone.  I've reset network setting on iPhone.  Then I tried to log into iCloud.com (should have tried earlier) and I can get to all my applications (calendar, documents, etc.), EXCEPT Mail.  I can't find any available route to access my .me mail and need to get to it urgently for travel plans and work documents.
    Any suggestions?  Please assist if possible.
    So far, Apple hasn't been able to help either.
    TA

    The Apple Support Page, http://www.apple.com/support/icloud/systemstatus/  has the following on the status:
    iCloud: Mail & Notes - Users Affected: <1%
    01/08/2012 09:43 PST
    Users may be unable to access Mail. Service is expected to be restored by 8pm PST today. All messages will be delivered at that time.

  • How can I save mail messages on iPad

    I (strictly, my wife) have just bought a WiFi-only iPad to replace an ageing MacBook, and I also have an iMac.  I have a need to store and organize a limited number of Mail messages in the iPad, such that they are available in the future when I do not have internet access - i.e. while travelling.  These are varied, but typically contain reference information, reservation details, receipts, directions, etc.
    Previously, this was easy to do with the MacBook.  I set up our GMail account as POP3, and filed such messages as we needed in as many Filed Mail mailboxes as I wanted.  Unfortunately, if you set up a Mail account as POP on the iPad, you can't define Filed Mail mailboxes.  And if you set up the account as IMAP, you don't have access to your filed mail when not connected to the internet.  So you're damned if you do, and damned if you don't.
    So here's the question.  Is there any organised way to save messages permanently on the iPad?  And any attachments need to be kept as well.  While strictly they no longer need to be in Mail format (i.e. can't be forwarded or replied to), that would be a less convenient approach, and those all-important attachments would have to be dealt with.  But I am willing to be flexible.
    And before anyone says that POP will not work with multiple devices, GMail POP has a feature that allows the same email to be downloaded to multiple devices as well as being held on the server if required, and all sent emails are also echoed back to all devices (the "recent" feature).  This has worked fantastically up to now.
    Any help would be appreciated.

    Do you need to be able to initiate this entirely from the iPad, or would it be acceptable to have to use one of your Macs when you save one of the limited number of messages? If involving a Mac would be acceptable, I can see ways to work around the iPad's lack of local mailbox storage.
    You could use one of the various free cloud storage services that allow general file storage and local retention on the iPad (for example, Dropbox or Dump Truck, but not iCloud).
    For Dropbox, you would make a folder for this cluster of saved messages inside Dropbix. For each message you want to save, create a folder inside that cluster folder, do a "Save As..." in Mac Mail.app for the text body, then a "Save Attachments..." if appropriate. (The inner folder wouldn't be strictly necessary for messages without attachments, but I suggest it for consistency.)
    The key part is to open Dropbox on the iPad and mark the message and attachments as favorites (starred). That causes Dropbox to preload them on the iPad and retain them there until they are unstarred (lose favor).
    You could probably do something similar with Evernote and favorites.

  • Ipod touch Mail Blank Screen- can't access mail

    Hi,
    When I try to open mail on my ipod touch, it opens a blank/black screen (still with the grey bar at the top with the time) but never comes up with the inbox or any menus to interact with (can't access my mail).
    I recently added another imap account. Does it have troubles with too many messages or otherwise- surely it would say that rather than staying on a blank screen.
    Any thoughts?

    Have you tried resetting your ipod by holding the Home & Sleep buttons until you see the Apple logo?
    Other things:
    Settings>Wifi>select your network>Renew lease
    [What to do if you can't send or receive Mail|http://support.apple.com/kb/ts2770]

  • Can't Access Mail Junkbox

    My junk filter has sent 81 messages to the Junkbox. However, I can't access the Junkbox to examine them.
    The Junkbox is there in the left-hand sidebar, and in the little blue disc next to it is the number 81. That's how I know how many messages are in the box. But when I select the Junkbox, nothing is listed, so I can't review the messages.
    Can anybody help?
    Terry

    In mail, highlight the junk mailbox on the left, then on the mail menu bar, click mailbox, then rebuild.

  • Can't access mail program'

    I can't access my mail program on mac book air.
    OSX 10.9.5
    i deleted 1300 emails at one time.  Since then each time I try to enter the mail program, I get kicked out.
    I restarted the computer ,after several attempts to access the email program, but still have the problem.
    I know my start up disk is almost full.
    What can I do now?

    For information about the Other category in the Storage display, see this support article. If the Storage display seems to be inaccurate, try rebuilding the Spotlight index.
    Empty the Trash if you haven't already done so. If you use iPhoto, empty its internal Trash first:
              iPhoto ▹ Empty Trash
    Do the same in other applications, such as Aperture, that have an internal Trash feature. Then restart the computer. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation—not the mythical 10%, 15%, or any other percentage. You also need enough space left over to allow for growth of the data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as  Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Ask for instructions in that case.
    See this support article for some simple ways to free up storage space.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) or GrandPerspective (GP) to explore the volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one. Note that ODS only works with OS X 10.8 or later. If you're running an older OS version, use GP.
    Deleting files inside a photo or iTunes library will corrupt the library. Changes to such a library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS or GP can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    If you have more than one user account, make sure you're logged in as an administrator. The administrator account is the one that was created automatically when you first set up the computer.
    Install the app you downloaded in the Applications folder as usual. Quit it if it's running.
    Triple-click anywhere in the corresponding line of text below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    sudo /Applications/GrandPerspective.app/Contents/MacOS/GrandPerspective
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Paste into the Terminal window by pressing command-V. You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. Ignore any other messages that appear in the Terminal window.
    The application window will open, eventually showing all files in all folders, sorted by size. It may take a few minutes for the app to finish scanning.
    I don't recommend that you make a habit of doing this. Don't delete anything as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with the app, quit it and also quit Terminal.

  • I have an imac an  with osx snow leopard and I can no delete mail messages, the colored disk just keep rotating around ?

    How can I delete old messages in my mail app. I set it up a yr ago but I don't use it. I go directly to my mail account to retrieve my mail.

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

Maybe you are looking for

  • Timeline and full screen view in PSE11

    I have read as many reviews of PSE11 as I can find but none have mentioned the Timeline, which I use every day. Does it still exist in PSE11? What about the full screen view and compare side by side view? Do they still exist. If they do, can you stil

  • Flash "applet" for finance info web site

    "If you don't mind a bit of Flash on your site, I'd suggest using one of these stock applets: http://www.tufat.com/script52.htm They draw from Yahoo finance, and are fairly easy to set up if you have some basic HTML know-how. I chatted with the devel

  • Upgraded to iOS6 and now phone dont work

    URGENT: Can someone help to get my phone working again? I ran the upgrade for my iPhone 4 and now it wont restore with the upgrade and will not go any where for that matter?

  • Can't figure how to organize touch items in itunes

    I have created about 10 categories (history,music,rock, etc) on my touch using itunes. I have tried to drag items from my original categories to the better defined ones. They show up in the new category, but also remain in the old category. If I try

  • My iphone 4s screen is dark due to fall down on floor, my iphone 4s screen is dark due to fall down on floor

    hi i have got iphone 4s and my screen or lcd full of dark due to fall down floor and i can receive call ad whe i press to siri button it says" i am really sorry about it i can take any request ow please try again later" so can i repair my iphone in a