Sparrow can't fetch inbox mails

Hi, anyone can help me?
I always used Sparrow to manage my emails and since yesterday he can't fetch my inbox emails from iCloud.
I've already tryed several times with others mail clients and the same problem No problem at all with the other folders (sent, trash,...) just with INBOX folder.
Thanks.

Hi,
Are you using an IMAP account? If so, please try to install the hotfix below to check if it will fix the issue:
http://support.microsoft.com/kb/2837618/en-us
Please let me know the result.
Regards,
Steve Fan
TechNet Community Support

Similar Messages

  • Fetching all mails in Inbox from Exchange Web Services Managed API and storing them as a .eml files

    I want to fetch all mails in the Inbox folder using EWS Managed API and store them as .eml.
    I can store file once I get the file content as a byte[] will
    not be difficult, as I can do:
    File.WriteAllBytes("c:\\mails\\"+mail.Subject+".eml",content);
    The problem will be to fetch (1) all mails with (2)
    all headers (like from, to, subject) (I am keeping information of those values of from, to and
    other properties somewhere else, so I need them too) and (3)byte[]
    EmailMessage.MimeContent.Content. Actually I am lacking understanding of
    Microsoft.Exchange.WebServices.Data.ItemView,
    Microsoft.Exchange.WebServices.Data.BasePropertySet and
    Microsoft.Exchange.WebServices.Data.ItemSchema
    thats why I am finding it difficult.
    My primary code is:
    When I create PropertySet as
    follows:
    PropertySet properties = new PropertySet(BasePropertySet.FirstClassProperties, ItemSchema.MimeContent);
    I get following exception:
    The property MimeContent can't be used in FindItem requests.
    I dont understand
    (Q1) What these ItemSchema and BasePropertySet are
    (Q2) And how we are supposed to use them
    So I removed ItemSchema.MimeContent:
    PropertySet properties = new PropertySet(BasePropertySet.FirstClassProperties);
    I wrote simple following code to get all mails in inbox:
    ItemView view = new ItemView(50);
    view.PropertySet = properties;
    FindItemsResults<Item> findResults;
    List<EmailMessage> emails = new List<EmailMessage>();
    do
    findResults = service.FindItems(WellKnownFolderName.Inbox, view);
    foreach (var item in findResults.Items)
    emails.Add((EmailMessage)item);
    Console.WriteLine("Loop");
    view.Offset = 50;
    while (findResults.MoreAvailable);
    Above I kept page size of ItemView to
    50, to retrieve no more than 50 mails at a time, and then offsetting it by 50 to get next 50 mails if there are any. However it goes in infinite loop and continuously prints Loop on
    console. So I must be understanding pagesize and offset wrong.
    I want to understand
    (Q3) what pagesize, offset and offsetbasepoint in ItemView constructor
    means
    (Q4) how they behave and
    (Q5) how to use them to retrieve all mails in the inbox
    I didnt found any article online nicely explaining these but just giving code samples. Will appreciate question-wise explanation despite it may turn long.

    1) With FindItems it will only return a subset of Item properties see
    http://msdn.microsoft.com/en-us/library/bb508824(v=exchg.80).aspx for a list and explanation. To get the mime content you need to use a GetItem (or Load) I would suggest you read
    http://blogs.msdn.com/b/exchangedev/archive/2010/03/16/loading-properties-for-multiple-items-with-one-call-to-exchange-web-services.aspx which also covers of paging as well.
    3) offset is from the base your setting the offset to 50 each time which means your only going to get the 50 items from the offset of 50 which just creates an infinite loop. You should use
    view.Offset
    = +50;
    to increment the Offset although it safer to use
    view.Offset  += findResults.Items.Count;
    which increments the offset based on the result of the last FindItems operation.
    5) try something like
    ItemView iv = new ItemView(100, 0);
    FindItemsResults<Item> firesults = null;
    PropertySet psPropSet = new PropertySet(BasePropertySet.IdOnly);
    iv.PropertySet = psPropSet;
    PropertySet itItemPropSet = new PropertySet(BasePropertySet.IdOnly) { ItemSchema.MimeContent, ItemSchema.Subject, EmailMessageSchema.From };
    do
    firesults = service.FindItems(WellKnownFolderName.Inbox, iv);
    service.LoadPropertiesForItems(firesults.Items, itItemPropSet);
    foreach(Item itItem in firesults){
    Object MimeContent = null;
    if(itItem.TryGetProperty(ItemSchema.MimeContent,out MimeContent)){
    Console.WriteLine("Processing : " + itItem.Subject);
    iv.Offset += firesults.Items.Count;
    } while (firesults.MoreAvailable);
    Cheers
    Glen
    .Offset += fiFitems.Items.Count;

  • I downloaded a word file from an inbox mail (the mail app) onto my iPad2, where is this file stored? How can I delete it if it takes up space in my iPad? Any ideas??

    I downloaded a word file from an inbox mail (the mail app) onto my iPad, where is this file stored? How can I delete it if it takes up space in my iPad? Any ideas??

    Did you ever figure out what happened?
    I had the same experience as you did, but in my case it was a big fat pdf that Mail insisted I had to download before I could view it. As happened with you, I saw the file actually downloading, and after a time I was able to view the pdf. It's been my assumption that the pdf is still somewhere on my iPad, but I have no idea where, nor how to delete it if it is still there.
    Thanks.

  • How can I create additional "Sent Mail" folders so that I can organize my sent mail along the same lines as the inbox? I use Mail v 4.5

    How can I create additional or sub "Sent Mail" folders so that I can organize my sent mail along the same lines as the inbox? I use Mail v 4.5.

    Thank you for your reply Don, but I had already gone through that procedure and it will only create new mailboxes for received mail. I want to create new mailboxes for sent mail, i.e. the first column being "to" not "from". Under the Mailbox menus there is an option "Use This Mailbox For" but all the options under that (including Sent) are greyed out. Unfortunately the View/Columns option to change from "From" to "To" changes all mailboxes not just the active one.

  • I have accidentally deleted my inbox and now can only see unread mail on my iPhone.  How can I restore this?

    I have accidentally deleted (or hidden) my inbox.  Now I can only see unread mail on my iphone.  I have switched it off and on again but this has not fixed the problem.  All help appreciated.  Thank you.

    Hi ElizabethAnnT,
    Welcome to the Support Communities!
    With the Mail app open on your iPhone, notice which email account is showing in the top left corner of your screen.  Tap on that mailbox and you should be taken back to the main MAILBOXES window.  See the picture below:
    If you tap the Edit button in the top right corner of your screen you will see a list including "All Inboxes" and "Unread."  Make sure there is a blue circle with a checkmark to the left of all of these.
    For more information on using Mail, click on the link below:
    See important messages - iPhone
    http://help.apple.com/iphone/7/#/iph3caefa61
    ...tap Edit while viewing the Mailboxes list.
    Cheers,
    - Judy

  • Hi I have a mac osx lion10.7.3 and i can't get my mail set up with a blue yonder.co.uk address inbox works fine but i can't get outbox to work will not send mail any idea's thank's

    Hi I have a mac osx lion10.7.3 and i can't get my mail set up with a blueyonder.co.uk address inbox works fine but i can't get outbox to work will not send mail any idea's thank's

    And, you are sure you have provided the correct username and password for you email account? I'm not familiar with Virgin media, so you might contact their tech support to find out why you are having a problem sending mail but none receiving mail. I assume your mail account has always been POP3 and not IMAP. Typically, the outgoing mail servers are not the same for the different types of account service.

  • Can't empty e-mail inbox (37k messages)

    SpamBlocker hasn't really been doing it's job. The account in question hasn't been checked in a couple of months but there's been quite a buildup of messages.
    The empty inbox link doesn't work - it tries for a second then says "We were unable to perform your request. Please try again." I tried adding the account to outlook, in hopes outlook would delete all the messages after downloading them. Outlook first hangs downloading on the 11th message, then it will continue and completely stop around ~110-120 messages. It will do the same thing every time and download the same messages over and over again.
    No luck there.
    My only real option is to delete all 37,000 messages 50 at a time from the web interface. That's just insanity.
    Is there any way I can request the e-mail account be emptied? I don't need to save anything in there.
    Solved!
    Go to Solution.

    You can contact tech support and they can escalate a ticket to have it done, but it's very important that you tell the agent you are 100% ok with losing ALL of the mail in the mailbox, and you're aware that once it's deleted you won't be able to get it back. Make sure the agent puts that in the ticket before they send it up.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • How can i autoforward that mail from SAP INBOX to the outlook

    Hi ,
    My Requirement is that,
    I have to send an email to outlook, whenever PO Created in SRM System
    I have created  custom workflow, i have added a sendmailtask step, i given the SAP userid to send SAP Mail to the user.
    It is sending SAP Mail to the User to his inbox perfectly.
    Now, how can i autoforward that mail from SAP INBOX to the outlook. This is has to work for all users.
    Please give some suggestions. ot it can be achived any other way.
    Note: This is Email Message not a workitem.
    I have doubt that RSWW program will work only for workitems.*
    Thanks & Regards,
    Suresh.

    Hi ST,
    what I understand from your requirement is that you are able to send messages using SendMail Step to SAP Inbox and now you want it to be sent to users Outlook.
    Here you need to create a container which would store users email address of Outlook (which would be stored in SU01 or in a ztable), use this container in your Send Mail step and in the Recepient Type as email.
    Hope it helps.
    Aditya

  • Where can I find the thunderbird inbox mails on my MAC ?

    Hi there,
    I cannot find the path to get to the emails that are stored in the inbox mail on my MAC.
    I have tried the "find" option and spotlight. Don't work
    Where are the messages that I see in the "in" folder stored ????
    Thanks in advance
    BP

    If you right click on a folder and select Properties, the General information tab shows the path to the folder as "Location".

  • When I turned on my device the inbox mail was empty, in time machine does not show options to find old back up, only inbox is not listed... how I can get my inbox emails back?

    I turned my macbook on and all the emails of inbox were gone. In time machine, only the inbox option does not shows option to get back old back ups... how I can get my inbox emails?

    I figured it out. I couldn't see the old backups because the sparsebundle had not been properly unmounted in a previous session, so it kept giving an "already in use" error. The problem was solved by restarting the Time Capsule through the Airport Utility, mounting the sparsebundle by double-clicking it, and then going through the "Browse other backup disks" option in the Time Machine menu bar icon.
    The following links were helpful in figuring this out:
    http://pondini.org/TM/C12.html
    http://pondini.org/TM/17.html

  • Fetching New Mail finished but the mail is not retrieved

    Mail App 2.1 on Mac OS X 10.4.8
    upgraded from previous mail versions (yes)
    One single POP mail account.
    (17 messages in inBox, lots of messages in other folders)
    Problem One:
    When I click get Mail,
    the Activity Viewer shows fetching new mail 8 of 11, 9, 10, 11. And then the viewer empties as if it's finished. But there is no new mail in my folders.
    If I click Get Mail again, it repeats the same process.
    Acts like it's successfully getting all the mail from the POP server but then no mail shows up, and I can repeat the process ad infinitum.
    I have done the following without success:
    removed MessageUidsAlreadyDownloaded2
    Deleted my com.apple.mail.plist file and re-set up my POP account.
    Neither of these tricks worked.
    Problem Two:
    I am no longer able to drag messages from the InBox to any of my folders.
    I get the error message "The message XXX could not be moved to the Mailbox YYY"
    Problem Three:
    I cannot save a message as a draft. I get the error message "The message could not be saved"
    All three of these problems appeared simultaneously this morning after 10am.
    Can anyone help me clean up my Mail 2.1?
    Thanks
    mac ancient   Mac OS X (10.4.8)  

    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all filesystem issues, if any, and making sure that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), try this:
    1. Quit Mail if it’s running.
    2. In the Finder, go to ~/Library/Mail/. Make a backup copy of this folder, just in case something goes wrong, e.g. by dragging it to the Desktop while holding the Option (Alt) key down. This is where all your mail is stored.
    3. Locate Envelope Index and move it to the Trash. If you see an Envelope Index-journal file there, delete it as well.
    4. Open Mail. It will tell you that your mail needs to be “imported”. Click Continue and Mail will proceed to re-create Envelope Index -- Mail says it’s “importing”, but it just re-creates the index if the mailboxes are already in Mail 2.x format.
    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.

  • Mail.app 10.6.4 constantly polling Gmail (IMAP) but not fetching new mail

    Since upgrading to Snow Leopard 10.6.4, Mail.app has been having a problem with Gmail (IMAP).
    When I launch Mail.app it connects to Gmail without any problem and fetches any new mail. The next time it checks for mail on Gmail, the animated activity symbol appears next to my Gmail inbox and then stays there spinning constantly. Any new mail is not retrieved, and it will continue like this until I quit and restart Mail.app, in which case the cycle repeats - first fetch is ok, subsequently can't fetch mail.
    Have experienced this on both my Macs. Have tried disabling/re-enabling accounts, deleting & recreating, resetting passwords, but all to no avail. One glimmer of hope is that Gmail (IMAP) seems to work fine on my iPhone and iPad, so the problem seems to be in the version of Mail.app in Snow Leopard 10.6.4?

    oddly i fixed by deleting the account and creating it again.

  • I have gmail and hotmail account on my macbook. In gmail I can visualize all the mailboxes but in hotmail i only can see the inbox ¿how can I visualize the rest of the mailboxes? thanks

    I have gmail and hotmail account on my macbook.
    In gmail I can visualize all the mailboxes but in hotmail i only can see the inbox ¿how can I visualize the rest of the mailboxes?
    I have the same problem with my ipad; the solution would be the same?
    thanks

    Hello Sophie59
    You should be able to see two different tabs when setting up the email if you go to Other > Add Mail Account. Once you enter in the email address and password, you should be at the next screen to provide more details about the email as far as incoming and outgoing servers and at the top there will be a blue section to add it in as a POP or IMAP email account. Check out the article below for further troubleshooting and emails setup options.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    iOS: Adding an email account
    http://support.apple.com/kb/ht4810
    Regards,
    -Norm G.

  • I can't SEND e-mail from an account on my iPad 4, that CAN receive -mail

    Hi Again,
    I am hoping someone on this forum will possibly have an answer to a very confusing problem.
    I can't seem to get one of my e-mail accounts to be set up 'properly' on my iPad 4. The account in question is an account from BT, which has @btinternet.com at the end of it. I have 'installed' and deleted this account more than ten times. When setting up this account (as with all other accounts that DO work properly), the only info I am 'asked' to input is my name, e-mail address and password, in the 'text entry spaces' that relate to the INCOMING mail server. When this is done I USUALLY see the word 'verifying........' Then the 'blue tick marks' confirming that the info I have entered is correct. The validity of this info is also confirmed by the fact that this account can RECEIVE the e-mails sent to it.
    Each of the last four or five times I have deleted this e-mail account and re-installed it I have NOT seen the word 'verifying.....' And I have NOT seen the aforementioned blue ticks. Selecting 'done' after re-entering my info just makes this settings box disappear, rather than show the verifying and the blue ticks, which then allows me to see that the account is 'properly' set up - or should be anyway.
    Even so I still get all the e-mails again, but still cannot SEND, OR REPLY
    The error message I get every single time I try to SEND, OR REPLY using this same e-mail account is:
    'Cannot Send Mail'
    'The username or password for SMTP: ***********@mail.btinternet.com is incorrect'
    My username and password are NOT incorrect. The set up process does not even ask for a username or password for 'SMTP'!
    Even if I go further into the settings for this account, I can find two spaces where I COULD put a username and password, for SMTP, but these spaces already have the words 'optional' in them so they are not supposed to be 'required'. Even if I DO put in these spaces my surname and password for this e-mail account it does not make any difference.
    I have tried 'switching on' the 'other mail servers' which are shown below the 'Primary mail server' in another settings box, for the btinternet.com e-mail account settings, but this still does not stop the error message, AND the e-mail in question is then actually sent from one of the e-mail accounts connected with the 'other mail servers' - I know this because it appears in the 'sent' items folder of whichever account my iPad has decided to use at the time (not always the same one either). It also appears in the sent items folder of the account that I TRIED to use, despite the fact it was NOT sent from this account, and the error message said I cannot send mail (from this account).
    I have contacted Apple Tech Support and they have told me that the problem is NOT with the iPad, it is with the 'account provider'. This is because they say that the info held and used by BT - the info that is used as the 'correct info', that is compared to what I have put in the set up boxes on my iPad - IS actually the info that is incorrect despite the fact that the info I use on my iPad and the info I use on the BT website (which was originally determined by ME when I first got my account) and is held by BT, is the info that is causing the problem of the error message. To put it another way, the info referred to in the error message is NOT incorrect, the error message is incorrectly generated.
    Typically, BT have tried to deny the problem is caused by them because 'the info referred to' - which is my e-mail address and password - works correctly an ALL places that is supposed to work (on the BT website) AND works with the BT/iPad applications like BT Wi-Fi, BT Smart talk, etc. :( :( :(
    Any help or advice that anyone could give will be very greatly appreciated
    Many thanks
    Bob

    Update to above question:
    Hello All,
    To anyone with the same problem described above, on THEIR iPad (if it is running iOS 7.0.2):
    Go to Settings; Mail, Contacts, Calendars; DELETE your *******@btinternet.com e-mail account, that you originally set up either using 'Other', or the 'BT' option which I am sure was in the list previous to the iOS 7 update.
    Then ADD a NEW account choosing YAHOO from the list of options. DO NOT USE 'OTHER'.
    Enter the correct details just as you (almost certainly) had already done in your previous attempts using 'other'.
    When you see the 'verifying......' and 'the blue ticks' you should be able to exit settings and open your mail app and then receive all your 'old' e-mails again, AND be able to SEND as well.
    All my 'old' e-mails, were NOT found in the 'old e-mail' folder though. THEY are still in my inbox.
    So this fix worked for me.
    After I deleted my account from 'OTHER' and put it in Yahoo, I like other people also ended up with more folders.
    I hope this works for you on YOUR Apple devices.
    Bob

  • I have an iPad with IMAP email accounts set up but I can find no "inbox, drafts, trash" folders anywhere, either on my ipad or desktop Mac.  How can I set them up?  They do not show on my MacMail preferences either and I can find no way to add them.

    I have an iPad with IMAP email accounts set up but can find no "inbox, drafts, trash" folders for each email account anywhere on my iPad or in Mac Mail.   How can I set them up? I can't find anyway to set them up anywhere.  Thanks

    Hello blu monkey,
    I found some resources that I think might help with the visibility of your IMAP email folders on your iPad and Mac.
    On your iPad, you may need to follow the steps in this article to make sure your folders are visible:
    iOS: If IMAP Mail folders are not visible
    http://support.apple.com/kb/HT1393
    On your Mac, I am not sure if you have the sidebar enabled, but you can enable it using the steps in the article below.  When this is showing, you should see your email account listed near the bottom with a triangle next to it.  When the triangle is pointing down, it should show your folders:
    Mail (Mountain Lion): Show or hide the sidebar
    http://support.apple.com/kb/PH11763
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for