Mail: no content in messages in one folder - disappeared

I have one mailbox that lists the mail in the folder but has no content in the text.
Text encoding is automatic - no idea why only one mailbox has this problem.
I can see the mail, the subject line, to and from, and if I open a message it's blank.
If I try 're-send' the message part is also blank.
I MAY (not sure if I was in this mailbox at time) have done an accidental 're-build' last week. But nothing else.
Anyone any ideas?

I'm having the same or similar issue. New erase and install off of 10.5.1 dvd on to Aluminum G4 Powerbook. Previous to that I copied all old mail to our NAS. Updated 10.5.1 to 10.5.3, setup the Mail program and it went to our mail server (1and1) and downloaded all the messages that were on it. Seemed to work fine, it downloaded a few weeks of old mail and they were listed as new messages in the inbox of Mail - all good so far. Then I used the Import menu item to import all the old messages I'd placed on the NAS. So using the import Mac OS X Mail selection, I got busy importing thousands of old messages. Again it looked like everything was working correctly.
However, the content of the messages on the main Inbox - the top inbox that initially downloaded the mail off the server - was missing. The details still showed the messages as having content such as attachments, but nothing showed up on the lower pane of the Mail program, like your issue.
Long story a little bit longer, I also noticed that in the newly imported mail from the NAS there was the original Inbox from my old version of mail that was doubling up what was just downloaded on the new install.. hmmm.. so looking in there, the same messages were listed as in the top level Inbox and they had content. Seems like something is screwing up, but I found the content of my old messages in the imported mail.

Similar Messages

  • Moving messages from one folder to another.

    hi there,
    I am trying to move messages from one folder to another. It works perfectly when i try to move one message at a time. However when i try to move more than 1 message(for e.g 2 messages) only the first message is being move to the destinated folder and while attempting to move the 2nd message it is throwing IndexOutOfBounds exception.
    This is how i am attempting to move the message.
    String destFolder = request.getParameter("fold");
    String srcFolder = request.getParameter("originalFolder");
    Store store = (Store)session.getAttribute("store");
    Folder sourceF = store.getFolder(srcFolder);
    sourceF.open(Folder.READ_WRITE);
    if(!(destFolder.equals("null")))
    String[] msgs = request.getParameterValues("list");
    System.out.println(msgs.length);
    Folder destinationF = store.getFolder(destFolder);
    destinationF.open(Folder.READ_WRITE);
    if(msgs != null)
    for(int i=0; i<msgs.length; i++)
         int msgNbr = Integer.parseInt((String)msgs);
         int[] msg_id = {msgNbr+1};
         Message[] msg = sourceF.getMessages(msg_id);
         sourceF.copyMessages(msg,destinationF);
         sourceF.setFlags(msg, new Flags(Flags.Flag.DELETED), true);
         sourceF.expunge();
         destinationF.expunge();
    session.setAttribute("mails", sourceF);
    try
    response.sendRedirect("../Inbox.jsp");
    catch(IOException ex)
    ex.printStackTrace();
    This is how i am trying to do it... Please help me i really need this urgently. Kindly help me ASAP.
    Help is very much appreciated.
    Thank you.
    Renuka.

    Well your code is unreadable because you didn't post it properly, but I'd guess you've fallen into the old multiple-delete trap in a new way. It's like this:
    To start with you have messages numbered 0, 1, and 2, let's say. So you write a loop that lets i run from 0 to 2 and delete message number i in the loop. What really happens? The first time through the loop you delete message number 0, after which you are left with messages numbered 0 and 1. The second time through the loop you delete message number 1, after which you are left with message 0 only. The third time through the loop you delete message 2, which isn't there and you get that message.
    That's just a guess, I didn't have the patience to read that ugly unformatted code. There are two ways to do the multiple delete properly, if that's actually your problem: (1) run the loop upwards from 0 and always delete message 0; (2) run the loop downwards from N-1 to 0 and delete message i.

  • Inherit metadata not working when content is moved from one folder to another

    Hi All,
    I have a unique situation for which i would like to know if there is any solution.
    We have WebCenter Content 11.1.1.8.0 installed with Framework folders, Accounts and RoleEntityACL (Access Control List-ACL) enabled.
    We are not using Accounts, but are using ACL since we want the end users to be able to modify the content access permissions.
    Now as per documentation - Managing Content Repositories section 11.2.3.2.1 What You Should Know About Item Level Security
    The following occurs in Oracle Content Server on setting custom permissions for a file or folder from the Item Level Security dialog:
    The account is changed to account WCILS/original_account.
    All users are by default granted RWDA on account WCILS. Changing the account to WCILS/original_account ensures that only the custom permissions determine the security on the content.
    The ACL content metadata fields, xClbraUserList and xClbraRoleList are updated with the custom permissions.
    The content metadata field, xInhibitUpdate is set to true, to prevent ILS from overwriting an item's own custom security with a parent folder's custom permissions.
    Now when i am copying or moving any item from one folder to another folder, it does not inherits the Roles Access Control Lists, User Access Lists of the destination folder in which i am copy the content. It does not inherit the other metadata values like comments and a few more custom metadata value.
    I understand that this is due to the xInhibitUpdate metadata field, mentioned above.
    Is there any way to override the xIhibitUpdate metadata field and set it to false?
    Does anyone know what event is fired when we perform the copy or move of a content item?
    Thank in advance
    Amit

    Any response will be helpful

  • Mail Won't Launch - Message Says Home Folder is Full Must Delete Files

    I having been using Mail 2.0.7 with relatively few annoyances until today when I launched the application only to have a window pop up that says "Mail cannot update your mailboxes because your home directory is full. You must free up space in your home folder before using Mail. Delete unneeded documents or move documents to another volume." The only option is to Quit. The 30GB hard drive is half full. The home folder has a little over 6GB in it. I deleted a few larger files and still get this message. I re-installed the application using Pacifist. Still the same prohibition.

    Hi there,
    Mac OS X 10.4: "Mail cannot update your mailboxes because your home directory is full" alert
    http://support.apple.com/kb/TA24486

  • Apple Mail and the "sent messages" verus "sent" folder

    I have a Mac Pro and a MacBook Pro, both running Snow Leopard with all the latest patches.
    In mail, in what appears to be the same mail configuration and the same account, I have sent messages being stored in a "sent messages" folder on the IMAP server and the other is storing it a "sent" folder.
    I can't seem to find a way to get them both to use the same folder and I don't see that in the "Mailbox behavior" tab.
    Any ideas how to get them to use the same folder?

    Where is the Sent Messages folder listed? If it is not under MAILBOXES but in an IMAP folder, select it and go to Mailbox menu, Use this mailbox for>Sent.
    It should disappear and sent messages then appear in the Sent folder.

  • Mail quits unexpectedly, infinite messages in drafts folder.

    Background info: I'm using an imap aol mail account and the mail application on Leopard 10.5
    I was writing an email this morning and continued to notice that every few seconds I saw "Sending message" appearing under Mail Activity. Thinking that it was sending the message I was writing before I was done with it, I went and took all accounts offline. After finishing my message, I took all accounts online again, but then the application quit unexpectedly. I relaunched and it did the same thing again. So I went in and went offline before it quit on me again, and found 71 drafts in my draft folder. All the times when it said 'Sending message' were stored as a draft. I deleted them, and it quit again. Upon relaunching I found that the number of messages just kept increasing. Thus, infinitely many messages were in the draft folder.
    My question is how can I completely remove the mail application and all it's preferences so that I can start it again?

    I think this thread might contain a possible solution: http://discussions.apple.com/thread.jspa?messageID=4848042&#4848042

  • Mail refuses to show messages in one mailbox but is working with another?

    I have two mailboxes in Mail, a gmail one and a .ac.uk one from my university. The gmail one appears to be functioning as normal. However all the messages present in my .ac.uk mailbox have disappeared. I have logged into that account through the university web system and the messages are all still there. How can I get them to reappear in the Mail app? I was able to send a message from the ac.uk account through Mail but don't know if I can receive messages.

    Try Rebuild. Click on the Mailbox. The last item in the Mialbox menu is Rebuild. Select that.

  • Mail from in box pulled to another folder disappears

    When I try to move a messages from the in box to a folder I have named "addresses" the message sometimes - not every time - disappears. It is not found anymore in the in box, nor is it in the addresses folder.
    Is addresses a reserved name?
    Why the inconsistancy?
    Thanks

    Hi,
    Please check whether other people in your domain can send Email to Hotmail or live address normally or not.
    If the issue happens to all users in your domain, we need to check the following points:
    1. Check whether the Public IP for your environment is black-listed.
    2. Confirm the SPF entries on Public DNS servers for your domain is configured correctly.
    If there is no SPF record, we can create it by:
    http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/
    If all above settings are proper in Exchange side, maybe we need to contact Hotmail, Live support for more help.
    The following is a similar thread which we can refer to:
    http://social.technet.microsoft.com/Forums/en-US/e71f7a62-8f58-4cbe-8be6-dc55cd5cf4b6/emails-to-hotmail-always-end-up-in-junk
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Messages from one account disappear from inbox

    I run three email accounts into my Mail (4.2), including mobile me and a University (IMAP) account, on a MacBook Pro with Snow Leopard. Recently, and for no good reason I can see, the emails from the Uni account have started only to show in the inbox when new. Once opened, they disappear, and can't be seen anywhere, unless I search for them, in which case thay all appear again. Ditto for sent, deleted, and draft emails with the Uni tag.
    The Uni recently changed its server, but I still don't know why this is happeing, or what to do about it.
    Help, anyone?
    Dr Jonathan Shapiro
    Univeristy of Birmingham
    UK

    http://kb.mozillazine.org/Disappearing_mail

  • Max number of content items in one folder

    Hi,
    What would be the max limit content item dumped in one folder???
    Thanks

    Take a look, for instance, at this link: http://hishamgalal.blogspot.com/2012/01/increase-maximum-number-of-folders-and.html
    There is no factual limit. Only, when there are too many items in one folder, the system does not perform well. Therefore, you may adjust the maximum number of allowed items by two parameters mentioned on the linked page.

  • Moving a message to a folder corrupts the folder

    Any time I move a message from one folder to another, the destination folder apparently becomes corrupted. I say this because I can "repair" the folder and that works - until I move another message into it.
    Symptoms: I can see the message header in the message list pane, but cannot see any content in the message pane, nor does any content appear if I open the message in a tab. Sometimes repairing the folder once brings the message back, but the view is raw data (with header information and html tags); in this case, repairing it a second time fixes that problem. The message does automatically show as "read" after the requisite time period. Compacting the folder has resulted in the loss of the message completely (though only from the folder; it was still in the archive).
    I have deleted the global-messages-db.sqlite file and recreated the index - no change.
    Running Thunderbird 24.5.0 on Ubuntu 12.04.4, 3.2.0-64-generic kernel. My main e-mail source is an imap account. Apparently the problem does not exist when receiving mail in a pop account (at least I haven't been able to recreate it with minimal testing).
    Any help would be very much appreciated.

    So... i can NOT move a message (received via IMAP) to a folder without corrupting the folder (sometimes I can see the message header, sometimes not, but the message body comes up blank). So before moving a message to a folder I have to "repair" the folder, then move the message, then "repair" the folder again. Having to do that for any and every e-mail message I want to save is becoming... tedious.
    One suggestion was to compact the folders; that happens automatically. Just to be sure, I've compacted a folder and then moved a message in - same problem.
    Another was to make the folders smaller, so I moved a lot of messages (literally thousands, bordering on ten thousand or more) to the "Local Folders" section - no help there either.
    The article in the answer from finitarry suggested using a tool to break the folder into 500 message chunks (so I could look for the corruption). Perhaps I misread the article, but it seemed to be looking for the raw files - hence my listing of the file structure for my profile. I have no idea which one to use for that. Editing text files - not a problem, and I do have an editor that will handle large files (vim).
    If there is a way to export everything (and keep the folder structure) I can move all of the messages to Local Folders, export, and then import (assuming there is a chance that would fix things).

  • TB can't see messages in a folder -and/or attachments get lost

    I solved this awkwardly (but only for seeing the mail body- not for retrieving attachments)
    , but it may help others.
    i have messages in inbox with wdseml type.
    i have re-indexed after deleting global-messages sqlite, and they still can't be found.
    I also re-installed (31) and re-indexed today.
    Originally i noticed the problem when i was searching and when i clicked on a message to view it the content was missing even though the subject was found.
    Then i noticed that all messages from June 6 to Sept 15 had the problem for 1 inbox. All i can recall that might be relevant is that i may have compacted the db about then, or moved messages from one folder to another or both.
    Following on another tip, i tried to repair the file under tools. Then all of those messages (550) in the date range disappeared from the search facility as well.
    Ok, my solution.
    Deep in Appdata for your user id under Roaming..Thunderbird..Profiles..Mail you will find your Inbox or whatever it is that TB can't see.
    These in later releases have type *.wdseml;
    On the top right of your TB there is a pull down one of which is Tools and therein you find Import/Export
    (come to think of it, i think it is an add-in i found and installed some time back, sorry can't remember)
    The tool offers you the ability to import files of type *.eml, but not *.wdseml
    You have to copy those files to a new folder with a name like C:/recoverMail.
    Then open a cmd.exe as administrator and rename *.wdseml to *.eml
    then you can use the Import tool to get back visibility to your emails.
    good luck

    ok, I suggest you take an email message that contains attachments. Press Ctrl +U in thunderbird and you will see the message source. In a series os MIME documents in that text will be your attachments.
    People almost universally assume they are sending files as attachments. The reality is a sleight of hand. EMail at it's inception was a text medium, and at it's heart it still is. That PDF file your attaching has to be converted to text before it can be a part of an email. This is called mime encoding and luckily is covered by an internet standard so most stuff is universal between mail clients. The result is your 500Kb file is converted to mime and in the process grows about 30-40% So when you ask questions like where are attachments stored, the answer is "in the body of the message"
    The message view you get when you press Ctrl+U is not only the exact source of the message as transmitted over the internet it is an exact representation of the message if it was saved as an EML file.
    Thunderbirds mbox files are simply a load of EML files stacked one after the other with a blank line at the end and a from line to start them. When Thunderbird is closed you can open them in a text editor and again see your mail in it's raw text representation.
    So when you say the attachments were there, and then they were not, your saying that fundamentally the mime encoded text of a message has changed. Thunderbird does not go through some fancy editing process when you drag a message from one folder to another, it just copies a block of text to a new location, deletes it in the old location and pretends it moved something. If you said the message disappeared I would be all over it as a possible bug. Parts of it disappearing I simply don't understand as Thunderbird sees a message not some part of the message. Programs that go out of their way to see parts of a message even when stores as a mime encoded text file are anti virus programs, what programs are proud of the fact they insert themselves into every disk read and write. Again anti virus programs.
    The following is a standard text used for diagnosing Thunderbird issues. Many challenge the validity, but using both Thunderbird's and the operating systems safe modes are the only ways to get rid of the all pervasive security software that is so often the cause of issues.
    To diagnose problems with Thunderbird, try one of the following:
    *Restart Thunderbird with add-ons disabled (Thunderbird Safe Mode). On the Help menu, click on "Restart with Add-ons Disabled". If Thunderbird works like normal, there is an Add-on or Theme interfering with normal operations. You will need to re-enable add-ons one at a time until you locate the offender.
    *Restart the operating system in '''[http://en.wikipedia.org/wiki/Safe_mode safe mode with Networking]'''. This loads only the very basics needed to start your computer while enabling an Internet connection. Click on your operating system for instructions on how to start in safe mode: [http://windows.microsoft.com/en-us/windows-8/windows-startup-settings-including-safe-mode Windows 8], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-vista Windows Vista], [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true" Windows XP], [http://support.apple.com/kb/ht1564 OSX]
    ; If safe mode for the operating system fixes the issue, there's other software in your computer that's causing problems. Possibilities include but not limited to: AV scanning, virus/malware, background downloads such as program updates.

  • Mail not moving Exchange messages

    I have an email account with my employer on a Windows-based network. The email system uses Exchange Server 2003.
    I have been accessing my email account from my MacBook Pro (13" unibody 5,5) running Snow Leopard up to 10.6.4. The problem is that when I move a message from one folder to another, while the move appears to take place properly as seen on the client, when I check on the server (through MS Office on my (Windows) office computer, via Remote Desktop, or by Web Access email) it turns out that the message has only been copied, and still shows up in the original folder.
    The strange thing is that I have got this behaviour from three clients: Mac Mail 4.2, Thunderbird version 2 and currently 3.0.5, and MS Entourage 2004 version 11.4.0. I tried Entourage last, really expecting that at least two MS products should be able to link up properly. Thus, so far as I can tell it does not look like a problem with the way the clients are set up.
    One other small hint. A year ago I was accessing my email without this problem from a different Mac that was running under Tiger.
    Any ideas that I might be able to try would be most welcome.
    Ian

    Hello,
    I'm working with the same system... both computers (MAC and PC) are logged into the same Exchange account, and I use webaccess also.
    Is Your mailbox created in the option of "in my mac" or in the account itself?
    If in the account itself, once online it should syncronize.
    The only that I usually get is a delay on updating the mail that is located in the server, meaning, I mainly use Apple mail due my work is 99% done in the MAC and I only use Outlook to be able send mails outside of our network due IMAP ports versus PANDA, when I am writing only after sometime it appears in the draft folder, if I'm in a big rush I use webacces... strange... but it works...
    Regarding to copied message, I do not have any option saying to leave a copy in the server, as I used to have in Entourage, but in the Apple Mail, Preferences> Mailbox behaviours - I have all options to store the messages in the server.
    Now, this is for the Techs, I come aware that IMAP and Exchange are different types of account, but mostly the problems that I have is IMAP port 143 is blocked, and locks my Exchange account, my question is why it block an exchange one?
    Well...
    Regards
    Pipa

  • Can we open more than one  "folder" at a time in Bridge?

    When I click on a folder icon, the images appear in the Bridge workspace. Then when I click on another, different, folder icon, the previously displayed images are gone, and only the second folder's images appear. A priori, this seems to be an unnecessary limitation on functionality, and therefore I presume that I just do not know how to do what is called for: To use the functionality of Bridge for more than the contents of only one folder at a time.
    Yes, I know that I could, using, say, Windows Explorer, create a sort of "megafolder" into which I copied the contents of several folders, but this seems to be a kludge which should not be necessary.
    Did the designers of Bridge not contemplate that users would want to operate on the contents of more than one folder at a time? I presume that I am just ignorant of how to achieve what should be a normal functionality; seeing more than the contents of just one folder at a time.
    Please alleviate my ignorance.

    Quick way: Press Ctrl+N (Cmd-N mac) to open a new Bridge window. Open the second folder there.
    Not so quick way: Select menu File => New Window. Open the second folder there.
    If you MUST view all of the files in one window, all of your files MUST be in folders nested within the same parent folder. In that case:
    1) View the parent folder in bridge.
    2) Open the Filter palette.
    3) Click the microscopic button in the top left corner of the Filter palette, which looks like a folder with a "No" symbol on it. The tooltip label for that button is, "Click to view all items...".

  • Avoid to delete 2 messages on one fn+Backspace press?

    I work on PowerBook 15" and didn't have Delete key.
    So I use fn+Backspace to make a forward delete or delete message from Mail.app. But sometimes (uhm... often enought to stop using keyboard) Mail.app deletes 2 message. One I want to and next one. If I use toolbar icon - this never happens.
    I have
    IMAP mailbox,
    Key repeat rate = Fast,
    Delay until repeat = third tick from Short (but belive me - I press fn+Backspace VERY fast )))),
    Mail.app 2.0.7 (746.2/750),
    Mac OS X 10.4.6 (8I127)
    what else may be interesting?

    Without deleting message:
    "Move to next message in thread--Down Arrow key
    Move to previous message in thread--Up Arrow key"
    From Mail Help.
    To be safe, then continue to use the "Delete" toolbar icon to delete your messages. That would be safer for you.
    You might set your Key Repeat Rate at a lower setting instead of at Fast. The Delay rate sounds OK. You might just try slowing down a bit over all, thereby making fewer keyed stumbles. Sometimes working the keyboard too fast, can cause mistakes that we would not normally encounter if we worked it at a slower rate, and having fewer mistakes. Just a though. <)$:~) <br>
    iMac 1.9 GHz PowerPC G5 1.5 GB DDR2 SDRAM   Mac OS X (10.4.6)   Slot Loading 8X Dual Layer SuperDrive, iSight & Apple Remote; iPod Video

Maybe you are looking for

  • Can no longer open menus

    i can no longer open menus on restaurant sites.  a white blank page comes up with just a tiny black x in the corner. i used to be able to open these type things.  i have the latest adobe reader installed.  any help out there?

  • Set default payment terms for BP

    Hi, How do we set a default payment term for all new business partners?

  • Native Mac alternative to Adobe Reader Pro

    Hello people, I'm looking after an alternative to Adobe Acrobat Reader Pro, through which i can create custom forms with fixed text and text fields (that not only can accept text input but in some cases show possible options from drop down menus) kin

  • Choice for multiple VISA input

    Hi everyone! I'm quite new to LabView, but now I have to make an instrument for working with laser sensor. I've managed it myself, by there's one problem I still can't solve. I need to make some buttons for sending most common commands to my sensor,

  • How i can access system tables to know the indexes are properly done

    Hello Friends, I have created a table with partitions and a iindex on some columns .. Using system tables I want to find out whether the indexes are also having partitions implemented . Please let me know what might be the query using system tables.