ICloud and mail on Mountain Lion

Hi, I can't set up iCloud on my Mountain Lion. Everything turns on (calendar, address book etc etc) except for Mail. It says to try later since it can't turn it on now. I'm doing it simply from the preference. How can I set up the mail?

it finally worked, after few days.

Similar Messages

  • Why doesn't notes in Mavericks show the notes i had on iCloud in mail in Mountain Lion?, why doesn't notes in Mavericks show the notes i had on iCloud in mail in Mountain Lion?

    Why doesn't notes in Mavericks show the notes i had on iCloud in mail in Mountain Lion?, why doesn't notes in Mavericks show the notes i had on iCloud in mail in Mountain Lion?

    Ask a fifth time, and maybe the answer will appear.
    Are the notes actually in iCloud?  If you go to iCloud.com and log in, do you see them there?  If so, it's an issue on your computer side.  If not, then the notes don't exist on the server.

  • Connection Problems with iMAP and Mail in Mountain Lion

    Hi everybody,
    since the Update on Mountain Lion I am having the following problem:
    When my iMac wakes up after some time, Mail isn't working anymore by showing the triangle with the exclamation mark. By clicking on it it shows the following picture (sorry for being in german). What you see is, that the internet connection works fine but Mail says it cannot connect to the iCloud iMAP Server. I should check if iCloud supports SSL and if it does not, deactivate it...
    After closing Mail an reopening it again, everything works fine until the next episode of waking up...
    Any hints??
    Thanks!!
    Stefan

    If you do, I highly recommend wiping the harddrive and doing a clean
    install. An upgrade install, especially from two versions back is going
    to be nothing short of a crapshoot.
    Deactivate any software before doing so.

  • Re: My Macbook 2009 model was recently upgraded with a new hard drive and upgraded to Mountain Lion OS. I am battling to retrieve all my photos that were ''saved'' in iCloud. Can someone help?

    Re: My Macbook 2009 model was recently upgraded with a new hard drive and upgraded to Mountain Lion OS. I am battling to retrieve all my photos that were ''saved'' in iCloud. Can someone help?

    If you are trying to recover photo stream photos, they are only held in iCloud for 30 days.  All you would be able ro recover is photo stream photos from the last 30 days.
    If you have an iOS device that still has the photo stream photos one it, you can save them to the camera roll by opening the my photo stream album, tapping Edit, tap the photos, tap Share, tap Save to Camera Roll.  Once in the camera roll, they can be imported to iPhoto on your Mac as explained here: http://support.apple.com/kb/HT4083.

  • My Macbook 2009 model was recently upgraded with a new hard drive and upgraded to Mountain Lion OS. I am battling to retrieve all my photos that were ''saved'' in iCloud. Can someone help?

    My Macbook 2009 model was recently upgraded with a new hard drive and upgraded to Mountain Lion OS. I am battling to retrieve all my photos that were ''saved'' in iCloud. Can someone help?

    While we all have MacBooks in this forum most of us don’t use iCloud. There's an iCloud Support Community where everybody uses iCloud. You should also post this question there to increase your chances of getting an answer. https://discussions.apple.com/community/icloud/icloud_on_my_mac

  • I have snow leopard 10.6.8 and want to get on iCloud which requires Lion... should I buy Lion at $29.99 now and upgrade to Mountain Lion whne available (I can't see where it is available for download yet) and what is cost of upgrade to Mountain Lion?

    I have snow leopard 10.6.8 and want to get on iCloud which requires Lion... should I buy Lion at $29.99 now and upgrade to Mountain Lion when available (I can't see where it is available for download yet) and what is cost of upgrade to Mountain Lion?   Or should I simply wait for Mountain Lion?

    I would wait for Mountain Lion to be released. According to Apple, Mountain Lion will be released by end of July 2012.
    It will cost you only $19.99 to upgrade. You can find all the details at the following link...
         http://www.apple.com/osx/

  • Using mail in MOuntain Lion

    I have tried to use mail in mountain lion wiht icloud as my server, and my outgoing mail will not e sent or disappears.I am having the same toruble with my IPHOne using wifi.
    Steve

    Hi SB. Thanks for your advice. I checked and I am using the recommended settings. I'm still not sure how to fix this. It's very irritating! I will read an email on my ipad, then hit my imac and see that the email is sitting unread in my Mail inbox.

  • Mail on Mountain Lion is a total shambles....

    I am trying to decide to switch to Mail from Outlook and my first foray into the latest version of Mail on Mountain Lion suggests that it is a total shambles..
    I cannot get a consist view in my inbox of messages received, although if i go to the  iCloud.com it all seems fine. I have some simple rules set up to identify messages and copy them to local folders on the MAC and i am getting inconsistent results. For example i  have 5 messages coming in from the same sender. My rules are set up to copy all of these messages to a local folder on my Mac, only 2 out of the 5 messages are being identified and copied.
    I have another rule that copies other messages to another local folder if they are not recognized as being a member of a particular group and none of these are being recognized and copied.
    Providing feedback to Apple on Mail also seems a joke as they are only interested in you allowing them to access certain data about your confignuration......
    Anyone suggest an alternative to mail and Outlook?
    Thanks
    John

    Yes i have but i get similar issue with them.
    Thanks
    John

  • Two users, one account, in Mac Mail on Mountain Lion?

    Background:  My wife and I share a single mac mail account.  Prior to Mail 6 (Mountain Lion), each of us would set our own "full name" in the account preferences.  In Mail 6, this field is greyed out, since you now set it in iCloud.  The obvious problem here is that we no longer can each have our own "full name" ... so recipents cannot quickly see in their inbox who sent the message.
    It looks like Apple is limiting the "full name" to only a single entry (set in the cloud).  Any ideas would be greatly appreciated!!
    Thanks in advance,
    scott

    "Bumping" ... anyone have a solution?

  • How can I change order of email accounts in Mail on Mountain Lion?

    In Mail on Mountain Lion I have only two email accounts, but the wrong one has been set as default (because it was an account I had overlooked and added later). I cannot find how to change the order of the email accounts. One possibility is to delete the non-default account and re-add it, so that it becomes the most recent and thus (presumably) the default, but this would delete all the email messages in that account, which I cannot afford.
    It's a great flaming pain to try to remember each email I write to select the second account option, and yet I can find no way to change email account order---not in Mail and not in System Preferences. Dragging them certainly does not work.
    Can Apple have really missed this? Is there any solution?

    Comfortable with terminal...know how to edit using TextEdit:
    Open up a Terminal and use the following commands to change your Mail.app preferences file to an XML format – the default format is binary, and you can't edit this.
    cd ~/Library/Preferences
    plutil -convert xml1 com.apple.mail.plist
    Then, open this file com.apple.mail.plist with a text editor of your choice, preferably one that highlights XML syntax, but you can also use TextEdit:
    open -a "TextEdit" com.apple.mail.plist
    Now, look for the key called MailAccounts. It's value is an array, with dict children. Here, you'll find all your mail accounts in the order they were created in.
    You can now manually move these dict children around. Save the XML file and reopen Mail. Now, your Mail account order will be changed.

  • What is happening with quote substitution in Mail since Mountain Lion?

    What is happening with quote substitution in Mail since Mountain Lion? Now, whenever I type an apostrophe and it's replaced with a smart quote, it creates an unwanted space within my word and starts typing from there. It will also revert the font from my template style to helvetica. Annoying as heck! Any thoughts? Turning off smart quote substition in Mail elimates the error, but elimates the smart qoute, too. I'm stumped.

    What is happening with quote substitution in Mail since Mountain Lion? Now, whenever I type an apostrophe and it's replaced with a smart quote, it creates an unwanted space within my word and starts typing from there. It will also revert the font from my template style to helvetica. Annoying as heck! Any thoughts? Turning off smart quote substition in Mail elimates the error, but elimates the smart qoute, too. I'm stumped.

  • Exporting OS X Mail from Mountain Lion to Snow Leopard

    After upgrading to Mountain Lion, I partitioned my iMac HD to have two partitions: Macintosh HD has Mountain Lion; I reinstalled Snow Leopard on Macintosh HD 2. Best part: you can access your user-created files from EITHER disk partition. But not so OS X Mail. I wanted to revert to Snow Leopard, since I don't like the iOS-like Mountain Lion (swipe THIS!), but Mail was a problem since all my Snow Leopard Mail was successfully migrated over to Mountain Lion during upgrade. But I think I found a way to Export Mail from ML to (a clean install of) SL.
    Try this:
    1.  Open Mail in ML. For each folder you wish to have back in SL, Export it to your ML Desktop as an .mbox file. Depending on the folder size, this can take from a few seconds to several minutes. You'll see an .mbox icon for the particular folder on your Desktop. If the word "partial" appears between the folder name and the .mbox suffix, wait a few moments for the Export to complete, at which time the word "partial" will disappear. E.g., for a folder named "Mary", if it's a huge one, the icon will first appear as "Mary.partial.mbox"; when the Export is done, you'll see "Mary.mbox".
    2.  When you've Exported all your desired folders as above, you can exit ML and re-start your Mac in SL. Open Mail in Snow Leopard, and once again, for each file you just Exported in ML to the Desktop there, select "Import Data From Apple Mail" and choose the folder from the Desktop in ML to which your mboxes were Exported. When the Import starts, you can see via a progress bar how far along it is. When done, you'll see a new folder in your SL Mail called "Import"; click on it to reveal the folder you just Imported!
    3.  Then drag the folder you just Imported out of the Import folder to "On My Mac" in SL Mail; you can then delete the Import folder.
    4.  Repeat until all your folders are where you want them (in SL).
    5.  When you have time, go back into ML and clear all those .mbox files from your Desktop.
    There MAY be an easier way, but this is what worked for me.

    The iOS view vs classic view in Mail is not the problem; I've already configured for classic view.
    Mountain Lion itself is.
    My short list (to date) of crappy Mountain Lion behavior; items marked with a double asterisk (**)represent the worst of Mountain Lion for me.
    ** No up/down arrows in scroll bar slider;
    Expose` not as easy to navigate as in Snow Leopard;
    Mail does not request passwords for either receive or send;
    No "Save Draft" icon in Mail compose window (workaround: use command-s);
    "Save As" selection missing in most app menus;
    No separate Search window in Safari (workaround: use Firefox or Opera);
    ** Can't export Mail from Mountain Lion into Snow Leopard if downgrading (I compiled this list before I stumbled on the method in this thread, but I'd prefer to effect this with Unix symbolic links);
    iWork 09 seems to have "circled the wagons" re compatibility with MS Office or LibreOffice (workaround: just use Libreoffice);

  • Using Gmail through Mail in Mountain Lion - issue with inbox syncing across multiple machines

    Hi. I am using Gmail through Mail in Mountain Lion on my iMac, as well as Mail in my iPad and iPhone. Generally speaking Mail seems to sync well across the three machines. However for some reason when I view an email in my inbox on either my iPhone or my iPad, the inbox on my iMac does not reflect the fact the email has been read: ie, while the email is marked as having been 'read' across both my iPad and iPhone, it remains 'unread' on my iMac. It is really frustrating and stuffs up the process managing the flow of emails. Is anyone able to help me please? Thanks so much.
    Best
    Jordan

    Hi SB. Thanks for your advice. I checked and I am using the recommended settings. I'm still not sure how to fix this. It's very irritating! I will read an email on my ipad, then hit my imac and see that the email is sitting unread in my Mail inbox.

  • How to fix slow mail in mountain lion in a easy way

    How to fix slow mail in mountain lion in a easy way

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Mail import Mountain Lion Build 12D65

    I can't import mailboxes from system 10.6.8 on another hard drive to Mail in Mountain Lion. When I go to import and choose library in my home folder on 10.6.8, it appears to be empty. Attempting to import from this library folder crashes Mail. If I simply choose the hard drive, it crashes Mail.
    My home folder on the other drive is set for read/write for everyone, as is the library folder and the hard drive itself. Bur when I try to open the library folder, I get a message that says I don't have permission.

    Build 12D65 is a closed beta, and you need to address this issue on the developer forums.
    Matt

Maybe you are looking for

  • Automatic payment issue

    Hi, We are in the process of upgrading our SAP system from release 4.6c to ECC 6.0. As part of preparation activity, we have applied patches into our production live system (4.6c) from 48 to 54 for SAP_APPL, SAP_BASIS and SAP_ABA. Before applying the

  • Time stamp dropping seconds

    I figure someone has had this problem before but didn't see it in the forum anywhere.  I'm adding a time stamp to a file so I've used the "Get Time/Date in Seconds" and wired that to a "Convert to DBL".  This then wires both into an indicator on the

  • Green tint to Macbook Pro Retina screen.

    Hello, I have a Macbook Pro Retina less than 2 months old, earlier today the screen started to get a green tint on everything. I already attempted adjusting the color profile, which didn't affect the greenness of the screen. Thoughts? -Peter.

  • Content DB API - retrieving categories and attributes

    Hi, I'm trying to get the values of attributes of a document using the Content DB api, does anyone have an example? I can get as far as: targetDoc = fileM.resolvePath("/acme/POST-IN/test.txt",requestedAttributes); Item category; NamedValue[] nvArray

  • Some photo are counted but there are turn as white .

    I took pics by iPhone4s And share with mini ipad . Today I took some pics these are all saved in camera roll album but some of photos in my photo stream can't see unless all white because the missing photos  are counted in my photo stream. As I click