Known Mail Bugs?

1) I have Mail preferences set to retrieve new messages every 5 minutes.  But whenever I click on Get Mail, it seems to find several messages not yet retrieved and there is a progress bar showing the number of messages being retrieved. Also, these numbers seem to be daily totals such as "15 of 25", but I can find no explanation of exactly what those numbers mean.  My conclusion is that Mail is NOT getting new mail every five minutes, but waiting unitl i click on Get Mail  to query my mail servers.
2) Fairly often, when I click on a message header in my message list, all that displays in the message pane is the subject and details of the message but not the contents. I have to quit and restart Mail to get the proper behavior.
Are these known bugs?

Quit Mail. Force quit if necessary.
Back up all data. That means you know you can restore the Mail database, no matter what happens.
Triple-click anywhere in the line below on this page to select it:
~/Library/Mail/V2/MailData
Copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
Go ▹ Go to Folder
from the menu bar. Paste into the box that opens (command-V), then press return.
A folder window will open. Inside it there should be files with names as follows:
Envelope Index
ExternalUpdates.storedata
Move those files to the Desktop, leaving the window open. Other files in the folder may have longer names that begin as above. Move those files, if any, to the Trash.
Log out and log back in. Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is damaged and that Mail has to quit. Click OK. Warning: The process may take hours if you have gigantic mailboxes. For reasonable-sized mailboxes, it should only take a few minutes.
Test. If Mail now works as expected, you can delete the files you moved to the Desktop. Otherwise, post your results.

Similar Messages

  • Yahoo Mail Bug

    I recently read the Macworld article on fixing the Yahoo Mail Bug when sending email with Mac Mail. I have a question since I have the exact problem he writes about.
    I changed the settings like Yahoo asked me to do.
    I double checked them after reading the article. I was able to easily find how to "enable SSL for my POP server and override the default POP port with port 465"
    But I am not sure how to:
    "Enable SSL for your SMTP server and select to override the default SMTP port with port 465."
    Where do I find the SSL for the SMTP? I have already looked into the Mail > Preferences. There I find the POP server settings, but no SMTP. ???
    I get my mail from att / yahoo....just can't send via my Mail app.
    THANK you for any help.
    Margie

    Thank you very much for your quick and kind response. I appreciate it and have fixed the problem. I didn't see the Advanced options prior to your email for the SMTP ~ and you've helped me considerably. Thanks
    Margie

  • Unable to find known Solaris bug (1084772)?

    Hi all,
    I'm currently facing an issue with my connectivity between SunOS 5.8 with Oracle.
    However I've stumbled upon sites (referenced below) that quoted this "known" Solaris Bug which ties in strongly with the problem I am having.
    <Solaris only> Problem Description ------------------- You have a JDBC program connecting to the database. This program may run standalone or on a webserver. This program opens many simultaneous connections to the database. The following error occurs on or near the 257th connection: java.sql.SQLException: ORA-12154: TNS:could not resolve service name All of the following symptoms apply: - Solaris OS - Oracle JDBC/OCI driver - ORA-12154 Error - Failure occurs on 257th connection between JDBC client and Oracle server. - Same program works on a non-Solaris OS, exceeding the 257th connection. Solution Description -------------------- This is a known Solaris bug (1084772). Contact Sun for further information and/or possible patch. As a workaround, you can hardcode the full tns description in the JDBC/OCI connection string. This avoids the need to read the tnsnames.ora file. This will not eliminate the problem, but should free up more file descriptors for your use, thus deferring failure until later. jdbc:oracle:oci8:@(description=(address=(host=pepper)(protocol=tcp)(port=1521))(connect_data=(sid=ORCL))) Explanation ----------- The OS file descriptor limit is being reached. Thus, the tnsnames.ora file cannot be read to resolve the tns alias suppled to the connection string. References ---------- http://sunsolve.sun.com bug (1084772) Summary: Although the limit for file descriptors is 1024, you  cannot open more than 256 fd's using stdio.h. (This is not an Oracle bug.) note:94091.1 Example: Identifying Connection String Problems in JDBC bug:777647 When Opening > 253 File Descriptors and Then Connection bug:2060739 ORA-12154 After Creating 220+ Connections Using Thick (OCI8) JDBC Driver </solaris only>
    However when I tried to search for this bug on sunsolve I am not able to find this at all.
    Could someone please enlighten me? Is this a real bug or is it some hokey poky?
    Thanks
    Ref:
    http://www.orafaq.com/maillist/oracle-l/2003/12/16/1329.htm
    http://www.experts-exchange.com/Database/Oracle/Q_21877697.html
    Edited by: uGeneo on Apr 9, 2008 8:12 PM
    Added ref.

    "The following error occurs on or near the 257th connection:"
    There may actually be a bug in the vendor software, but I doubt your application should ever have a need for more than a handful of connections much less 257 connections if you are using connection pooling. Therefore I suggest you look at your application and make sure its using connection pooling and that you are
    getting a connection, using it, and closing it all within a try/catch/finally block rather than worry about the vendor bug. Here is a rough outline of
    using a connection (all within the same function you your sure the finally block is called, where the conneciton is obtained ,used, and close as quickly as possible):
    Connection conn=null;
    try{
    conn= //get connection
    }catch( Exception e){
    }finally{
    //close connection.
    Lets suppose you have 100 people using your application and the above code is called if they hit an 'update' button. The chances of all 100 of them hitting
    the update button within the same 10 milliseconds or so for the above code to complete is very very small.
    Chances are most of them are spending 99.9993% of the time looking at the web page than clicking the update button. My off the wall guess is that only
    2 or 3 people out of 100 will ever access the code at the same 10 milliseconds. Therefore your connection pool only needs 3 connections on stand by.

  • OWB 11.2.0.1 – Known Problems/bugs resolutions ?

    OWB 11.2.0.1 – Known Problems/bugs resolutions ?
    ==========================================
    We are using OWB 11gR2, Java(TM) Platform     1.5.0_17, Oracle IDE     11.2.0.1.0.
    We are finding the strange behavior in OWB Design center. Here is the situation.
    1) OWB Design Center>Databases>Defined Module> Mappings>MAP1>Mapping Editor>Expression Editor>
    Output attributes>Expression Builder
    Specify the expression and press OK.
    Another Expression Builder opens up with blank window. We need to specify the expression again.
    2) Same as above after opening expression Builder, if we go to another apps (eg. SQL Developer, MS Word) and come back expression Builder disappeared from the context.
    We find only Expression Editor. Design Center Hangs. It is not responding to any KEYs. We need to kill the application via task manager and re-start.
    Are these issues related to OWB client piece or OWB Client+Server piece?
    We did not find any events reporting at DB alert Logs for such events. Do we need to set up some trace ON to record such events?
    Are there any log files/tables record such events at OWB repository level to trace back?
    Do we have OWB 11.2.0.1 known issues/bugs, resolutions list posted somewhere?
    Thanks in helping.

    We reviewed the release notes, where it says this patch will improve performance (Bug 7359939).
    We find another note in metalink (provided by our DBA team) says
    Poor Performance of Mapping Validation / Generation in: OWB 11.2.0.1 + Megapatch 10270220 and OWB 11.2.0.2 [ID 1303177.1]
    Are we going to face a new problem after applying this patch?
    Thanks in helping.

  • Yosemite outgoing mail bugs

    I've had a host of brand new outgoing mail bugs again. I've truned off the auto-detect options in mail pref MANY times and somehow they just keep coming back. Yahoo is especially affected. I'm stuck in the hospital trying to get paper-work to lawyers and accountants to try and wrap up affairs and this issues is making it difficult to even know what's going out and when. I paid for the dependability/ reliability of an Apple product, and feel cheated. It shouldn't take decades for Apple to be able to include a reliable mail client in it's OS. Seems like the new crop of outgoing errors started up again around new years and hasn't abated yet. Tried reinstalling the OS from recovery window hoping mail would come along for the ride -- and got a message that the servers weren't available -- to try again later. Well I've tried over the course of several days -- al with the same result. MBP is about to become "spare parts" and I'm looking at a chrome system for my home with a good NAS server for my needs. Brand loyalty can be lost over time.
    Me- two MBP - 2011. Shopping now for new dev machine.
    Household - one 1Phone 6 for partner, 1 iPhone 3gs for me
    Household - 3 2nd gen iPads- wifi only
    Household -1 airport extreme
    Household - 2 time capsuls - one is new, the other a couple of years old
    Household - 1 Apple TV
    Household - 3 airport express units to play music around the house
    ME - developer with more than 5 apps in App Store.

    Easy fix that worked for me instantly: Click Connection Doctor when the dialogue box opens. Double click the text in details. Click Advanced tab. Change username from "johndoe @ gmail.com" to simply "johndoe". And to be extra cautious, re-enter your password.
    This can also be achieved by going to Mail-->Settings-->Accounts.
    If that doesn't work, perhaps go back to Mountain Lion and wait this issue (and a few others) out for a couple months. Please let me know if this works for you.

  • IPhone e-Mail bug: Text cut off below a picture

    Hi Guys,
    Just discovered a very annoying bug in iPhone's mail client: If you are creating a new e-mail and paste a picture into it, the text below the picture will be cut off completely. So if you have a mail: "text before [PICTURE] text after" then it will only send: "test before [PICTURE]" and the "text after" will be dissapeared to the thin air.
    This is rather annoying and I would consider it as a serious bug.
    Tamas
    PS: I use iPhone 5 and iOS 6.1 and use Exchange mail settings for accessing Gmail (to get push notifications from Gmail)

    Hi 1980LND,
    Thanks for your help, I am not convienced if backup and restore would help. In the meanwhile I have found few discussions about this from 2010 -- Apple blames Microsoft Outlook protocol for this, but in my opinion this is wrong. If that is a known bug Apple should really warn their customers about losing data if they try to do that. Or just fix it even if Microsoft broke some RFCs. But yeah, with a message box with the warning "Due to a bug in Outlook protocol you are going to lose your text below the picture. Do you really want to continoue and lose the text below your picture? [I am Dumb Yes] [God No!]" would be sufficient, just do not let me hang and wonder where my text evaporated.
    Thanks again
    Tamas

  • IPhone 4 mail bug

    Hi
    I have got an iPhone 4, but when I go into mail, and press open in in a PDF attatchment, but the two icons (ibooks and mover) have the wrong pictures. Mover has the iBooks logo and iBooks has none. I have tried reinstalling the apps, but I havnt tried restoring. This is probably a bug, but I was just wondering if it was a known issue or a problem with my device

    You can submit the feedback to Apple here:
    http://www.apple.com/feedback

  • 10.4 Reproducible  Mail bug

    After I imported my mail from 10.3, all my mailboxes were placed inside a folder called "Import". There is a bug that causes all mail messages to be lost in sub-mailboxes if I move any mailbox out of the "Import" mailbox.
    Specifically: If I have a mailbox "Phil" inside "Import/People", then move the "People" mailbox to the top level, the content of all mails in the "Phil" mailbox is replaced with:
    "The message [...] has not been downloaded from the server. You need to take this account online in order to download it."
    Further, if I rebuild this mailbox, the mails disappear entirely. However, if I (without rebuilding the mailbox), move the "People" mailbox back to its original location, then all the "Phil" mails re-appear.
    I find that it is OK to move any mailbox which doesn't have sub-mailboxes (ie. moving "Phil" to the top level works fine), but the errors occurs reproducibly when I try to move any mailbox that contains other mailboxes.
    The work-around (for me) was to create a new mailbox structure then move all bottom-level mailboxes into this structure.
    Is this a known bug in Mail Version 2.1 (752/752.2)? I did a quick search on here and didn't find a mention of it. But I'm sure I can't be the only one who has experienced this bug.
    - Phil

    Another update:
    The missing mail was still indexed by the search engine, although all emails were replaced with the "has not been downloaded" message.
    So I went searching in the ~/Library/Mail folder to see where the mail could have gone. It was all still there, but had been moved to a folder called "Local-(null)@(null)". Very odd. I moved all the contained mailboxes back to the "Mailboxes" folder and now I can see them again!
    And the search engine can now find the mails too.
    Does anyone know why the mailboxes got moved to "Local-(null)@(null)"? I'll let you know if it happens again.
    - Phil

  • Spinning cursor mail bug

    Every once in a while after a restart; I'll get what I call the New Mail/Widget bug; I can't open compose new message in mail; (spinning cursor) and the yellowpages widget has no text input field.
    I solve the problem with a simple restart or a combo update.
    Im just curious as to what the cause of this problem is? A bad bootup?
    thx

    Yellow pages widget? Did I miss an iPhone update or are you in the wrong forum?

  • N8 IMAP e-mail bug when deleting mail

    Bug : 
    When I open my IMAP (Google) mail with N8's native mail client (configured as IMAP because push e-mail still isn't fixed on the N8 after 3 months of usage !!!) it often starts syncing. When I delete an e-mail before the sync is over, it doesn't get deleted ... allthough it dissappears from  the inbox ...It IS still showing up in the widget however. When closing and reopening the mailclient again .. it reappears in the inbox.
    So mail can only be really deleted when waiting for the sync to finish.
    This is BAD programming ! Please fix

    Hi Netherlands,
    Many, many rules active. Perhaps 100. None of which use the action "Delete Message." I have had these rules enforced for quite a long time. Years. Also I've ruled out a rules problem since their application is fairly instant. I've seen these E-mail. Gone back and replied to them. Gone back and seen them again and THEN they disappear.
    Negative on the Auto Synch feature: it is not nor ever has been checked.
    Thanks for your time and response.
    Con mucho Appreciado,
    Wm

  • Apple Mail bug...

    Hello.
    Since I upgraded to OS X Mountain Lion, I keep having a specific bug with Mail.
    After I erase e-Mails, I go into the Trash folder and it's empty. If I get back to my e-Mails folders, the messages I erased are once again there!
    Basically, I send them to trash and they get back to the original folder! I'm currently on OS X Yosemite, and this bugs persists! Sometimes, though, Mail works perfectly.
    Also, until OS X Snow Leopard, Mail had this icon, that showed each folder being 'updated'; I mean, showed each folder's content being transferred. After upgrading to OS X Lion, that icon disappeared. Is there a way to bring it back? I mean, activate it? Or is it gone for good?
    Are there any alternatives to the Mail app on Mac App Store?
    Thank you for any information you may give me.
    All the best.

    Hello.
    (I can't believe it took me two months to write this...)
    I did has you suggested. I rebuild all of my accounts.
    At first it seemed to have solved my problem... but, several days later, it all started to happen again.
    It takes forever for Mail to get my new messages... sometimes it takes more than thirty minutes...
    I only started having this problem after upgrading to OS X 10.7 (currently on OS X 10.10.1).
    This is one of the things that make me miss OS X 10.6...
    Thank you for any new suggestion you may give me.
    All the best. :-)

  • Serious Apple Mail BUG!

    Bug
    Whenever a computer is not connected to the internet and email has been written in Apple Mail while it's in offline mode and the application closed and then re-opened in "Offline" mode, Mail attempts to send mail sitting in the outbox nevertheless. Resulting in the first message in the Outbox queue for each SMTP used being automatically opened and the following error message.
    *not able to send images to thread.
    Since I use three different SMTP servers potentially three email windows can open when opening Apple Mail while in "Offline" mode. That means I have to click the "Close Window" button three times every time I open Apple Mail during the time I am not connected to the internet. Not everyone, including me, with a PowerBook, which is meant to be mobile, has internet access at all times.
    How could this have possibly been overlooked? This has been a bug in all versions of Apple Mail!! Please FIX IT as it's irritating enough to force one to start sending snail mail or worse use Microsoft Entourage.
    SIncerely,
    John Prokos

    Thank you for your suggestions, which is exactly what I was looking for. I have sent a feeback on Mail to Apple as you suggested. I am not sure that will make a difference but there is always hope.
    Regarding your suggestion of saving email to the Draft folder… that would be a great solution but opening every email I had written during the week so I could send them off one by one is equally as irritating. I do wish there was a send button in the main window so I could group select email and send them off without having to open each one.

  • SMTP Mail Bug?

    I've tried to insert an SMTP mail account into my iPhone, but each time I try to enter data, the phone resets to its main menu.
    Specifically, when I enter a 'password' for 'outgoing mail', any follow-on touch will cause the phone to return to the main menu. I have two other mail accounts set up and working just fine (.Mac and GMAIL), but this account requires a password for outgoing mail SMTP authentication - and that's where the iPhone stumbles. Has anyone else run across this bug?
    [Interestingly, I have a password entered for incoming mail, and the phone does fine at receiving mail from this account.]
    Thanks for any suggestions.

    Not sure where the problem lies but .Mac's SMTP server and Gmail's SMTP server is password authenticated.
    Reverting to the Home screen indicates an application crash.
    Try an iPhone reset and if no change, try deleting and then re-entering the account.
    If you are also accessing this account with the Mail application on your Mac, have you tried transferring the account settings from your Mac to your iPhone via your iPhone's sync preferences with iTunes?

  • Yahoo Mail bug with Apple mail?

    Hi,
    Im using Mail to send and receive my yahoo mail.
    Lately, my mail is taking approx 4 hours to be delivered when sent from apple mail.
    Ive read that there is a bug when sending to the yahoo servers.
    Has anyone experienced this?
    Is there a solution?
    Thanks!

    I'm having the same issue ever since updating to 10.5.2. Yahoo is delivering very slowly if at all. Indeed I've had more undelivered messages than delivered. Have deleted and re-created my Yahoo mailbox to no avail. Other solutions?

  • Known Intel Bug with iDVD?

    I just bought a brand new Intel iMac about two months ago and last night I tried burning my first DVD with it. The DVD ejected and there was nothing on it. It did not give me the usual...your dvd has been successfully completed would you like another copy prompt, it just said completed. I made a nice coaster with that first disc and then I had to Force Quit iDVD as it just hung on Cleaning Up and would not move on after 15mins or so. I shut the computer down and successfully burned the disc the second time but when I put in another blank disc to make another copy, the same thing happened as with the first disc...the program ejected the disc and then made me a second coaster. My first iMac, the G5 I bought earlier this year worked perfectly every time...so I upgrade to a supposedly better version iMac with the intel chip and now I am having this kind of problem? Is this a known bug or are others here having similiar results?

    unless you and others have had your discs not burn from within iDVD using cheap discs.
    I've seen it hundreds of times here. And I've had some personal experience in my early days of making DVDs with iDVD.
    I recommend a disk image burned to Verbatim DVD-R at 4X or slower using Toast or Disk Utility.
    David Pogue also recommends Verbatim on page 356 of his latest book:
    iMovie HD & iDVD 6: The Missing Manual
    Quoting David: "Cheaper brands don't use the same amount of organic dyes and are more likely to suffer premature deaths."

Maybe you are looking for

  • Why do I get the following error message when trying to use Report Builder in sql server 2012?

    sukai

  • Query Variables

    Hi folks, I'm trying to create the field names on the fly, rather than have multiple if statements, so I can check if their defined, and add them to a list. Can anyone tell me if this is possible? <CFquery name="get" datasource="itsupport" username="

  • Lossless edit in iPhoto 08

    In some of my photo editing in iPhoto 06 i enjoyed the ability to mess with images by repeatedly applying some of the effects to images until they got a painterly aspect to them. With the new improvement of lossless editing in 08 this process has bec

  • SAP Best Practices on ECC 6.0 IDES

    Hi, We are trying to implement SAP Best Practices on ECC 6.0 IDES Server. 1) IDES Server has patch level greater then the one mentioned in the implementation guide. Is it ok to continue with SAP Best Practices installation. 2) Uploading Notes through

  • EXIT_SAPLVEDA_001 for IDOC_INPUT_ORDERS

    Hi All, I have written an exit ZXVEDU03 for function module IDOC_INPUT_ORDERS but the program flow is not entering the exit while processing the Idoc though the project for it is activated. Neither the system is allowing to put any breakpoint in the