Email Body missing in some emails

The body of some of my messages is missing. I am using IMAP and everything on the server seems fine. When I look at the raw source I can see the message body as well. I have tried rebuilding my inbox but that has not helped. I have deleted the cache and that has not helped. When I restart mail I get a couple of the "lost" messages back but they soon disappear.
Can anyone help please?

I've never experienced the same with a newly composed message received by my .Mac, IMAP or POP accounts but it does occur on occasion when receiving a message that was forwarded a number of times that was composed in HTML or received and forwarded by someone that uses HTML for message composition. In my experience, it primarily occurs when receiving a message from an AOL user that has been forwarded multiple times.

Similar Messages

  • Chineese Trnsalation entry is missing from some assets xmlp reports

    Hi
    Our client has applied ZHS simplified chineese patch, we can see the entry for translation for some seeded reports, but chineese transalation is missing for some XMLP reports.
    How to get the respective translation file for specific xmlp report for example Create Accounting Program Report - Assets report of Assets.
    Please advise.
    Thanks
    Rajesh.

    Hi,
    We are currently looking into this issue and will give you an update as soon as possible.
    Thanks 
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Can any body send me some issues about mail sending .

    can any body send me some issues about mail sending .
    thanks alot !
    mail to :<i><b>[email protected]</b></i>

    HI
    GOOD
    GO THROUGH THIS CODE
    REPORT ZTSAPMAIL.
    DATA: X_OBJECT_TYPE LIKE SOOD-OBJTP.
    DATA: BEGIN OF X_OBJECT_HD_CHANGE.
    INCLUDE STRUCTURE SOOD1.
    DATA: END OF X_OBJECT_HD_CHANGE.
    DATA: BEGIN OF X_OBJCONT OCCURS 10.
    INCLUDE STRUCTURE SOLI.
    DATA: END OF X_OBJCONT.
    DATA: BEGIN OF X_OBJHEAD OCCURS 0.
    INCLUDE STRUCTURE SOLI.
    DATA: END OF X_OBJHEAD.
    DATA: BEGIN OF RAW_HEAD.
    INCLUDE STRUCTURE SORH.
    DATA: END OF RAW_HEAD.
    DATA: BEGIN OF X_RECEIVERS OCCURS 0.
    INCLUDE STRUCTURE SOOS1.
    DATA: END OF X_RECEIVERS.
    PARAMETERS: RECEIVER LIKE X_RECEIVERS-RECNAM. " Name
    *BUILD MESSAGE HEADER
    MOVE 'Sort field goes here' TO X_OBJECT_HD_CHANGE-OBJSRT. " Sort field
    MOVE 'Name of the object goes here' TO X_OBJECT_HD_CHANGE-OBJNAM. " Name
    MOVE 'Document title goes here' TO X_OBJECT_HD_CHANGE-OBJDES. " Title
    MOVE 'F' TO X_OBJECT_HD_CHANGE-OBJSNS. " Functional OBJECT
    MOVE 'E' TO X_OBJECT_HD_CHANGE-OBJLA. " Language
    Object type of the new document
    MOVE 'RAW' TO X_OBJECT_TYPE.
    CLEAR X_OBJCONT.
    MOVE 'Contents of mail' TO X_OBJCONT-LINE.
    APPEND X_OBJCONT.
    CLEAR X_OBJCONT-LINE. APPEND X_OBJCONT.
    MOVE 'More contents' TO X_OBJCONT-LINE.
    APPEND X_OBJCONT.
    MOVE 'Still more contents'
    to x_objcont-line.
    APPEND X_OBJCONT.
    MOVE ' ' TO X_OBJCONT-LINE.
    APPEND X_OBJCONT.
    Specific header (Dependent on the object type, here RAW)
    REFRESH X_OBJHEAD.
    DESCRIBE TABLE X_OBJCONT LINES RAW_HEAD-RAWSIZ.
    MOVE RAW_HEAD TO X_OBJHEAD.
    APPEND X_OBJHEAD.
    *RECEIVERS table
    CLEAR X_RECEIVERS.
    REFRESH X_RECEIVERS.
    MOVE RECEIVER TO X_RECEIVERS-RECNAM. " Name
    MOVE 'B' TO X_RECEIVERS-RECESC. " Receiver type
    MOVE 'X' TO X_RECEIVERS-SNDCP. " Send as a copy
    MOVE 'X' TO X_RECEIVERS-SNDEX. " EXPRESS DOCUMENT
    APPEND X_RECEIVERS.
    CALL FUNCTION 'SO_OBJECT_SEND'
    EXPORTING
    folder_id = 'OUTBOX'
    forwarder = x_forwarder
    object_fl_change = x_object_fl_change
    OBJECT_HD_CHANGE = X_OBJECT_HD_CHANGE
    object_id = x_object_id
    OBJECT_TYPE = X_OBJECT_TYPE
    OUTBOX_FLAG = 'X'
    OWNER = SY-UNAME
    store_flag = x_store_flag
    importing
    object_id_new = x_object_id_new
    sent_to_all = x_sent_to_all "May need to use
    TABLES
    OBJCONT = X_OBJCONT
    OBJHEAD = X_OBJHEAD
    objpara = x_objpara
    objparb = x_objparb
    RECEIVERS = X_RECEIVERS.
    Firstly SAP Mail
    A SAP mail is a mail internal to the SAP system. It is a very good forum to exchange information with other users. Using a SAP mail in ABAP code facilitates exchange of automatic messages at various stages of the business process. It is easy to use and saves many hassles involved in using workflows for exchanging messages.
    The ABAP code to send a sap mail is built around the FM SO_OBJECT_SEND which has the following pattern.
    call function 'SO_OBJECT_SEND'
    exporting
    EXTERN_ADDRESS = ' '
    FOLDER_ID = ' '
    FORWARDER = ' '
    OBJECT_FL_CHANGE = ' '
    OBJECT_HD_CHANGE = ' '
    OBJECT_ID = ' '
    OBJECT_TYPE = ' '
    OUTBOX_FLAG = ' '
    OWNER = ' '
    STORE_FLAG = ' '
    DELETE_FLAG = ' '
    SENDER = ' '
    CHECK_ALREADY_SENT = ' '
    importing
    object_id_new =
    sent_to_all =
    tables
    OBJCONT =
    OBJHEAD =
    OBJPARA =
    OBJPARB =
    receivers =
    PACKING_LIST =
    ATT_CONT =
    ATT_HEAD =
    NOTE_TEXT =
    exceptions
    active_user_not_exist = 1
    communication_failure = 2
    component_not_available = 3
    folder_not_exist = 4
    folder_no_authorization = 5
    forwarder_not_exist = 6
    note_not_exist = 7
    object_not_exist = 8
    object_not_sent = 9
    object_no_authorization = 10
    object_type_not_exist = 11
    operation_no_authorization = 12
    owner_not_exist = 13
    parameter_error = 14
    substitute_not_active = 15
    substitute_not_defined = 16
    system_failure = 17
    too_much_receivers = 18
    user_not_exist = 19
    x_error = 20
    others = 21.
    THANKS
    MRUTYUN

  • Cost and/or Conversion Rates are missing for some planning resources

    Hi,
    In Workplan of projects, we are facing a issue "Cost and/or Conversion Rates are missing for some planning resources". even though the schedules for the project WP is defined.
    Any inputs on this is highly apprciated. Thanks !!!
    Regards,
    Pallavi

    Did you check the Cost for all the Planned Workplan Budget Lines. Generally, this type of error comes when the Quantity is defined but the Cost is missing for any Line. Find that Planned Workplan Budget Lines and enter the Cost for them and save it.
    I hope it may help you.
    Regards,
    Khan.

  • Version 10.1.3 misses printing some lines. Is anyone else having this problem?

    Using Adobe Reader X version 10.1.3 it misses printing some lines but prints perfectly with version 8.1.2.  Is anyone else experiencing this problem?

    I always match the entire project to the footage so this problem doesn't happen.
    I have an after effects project dynamically linked to the project.  I think that may be causing the problem somehow, although that is also a 1440 project.
    Again, I had no problems before.  I've done 10+ projects for this client with the same settings and am only now having problems.
    I never recommend shooting in 1440, but that is what they wanted for whatever reason.  Always 1920x1080p or 1280x720p.

  • In Transaction CC02 Business Work Place icon is missing in some clients

    Hi Experts,
    The ICON to access Businees Workplace from Change Master Transactions  CC02 seem to be missing in some clients .
    It is present is some clients and missing in Some clients.
    Thanks in Advance
    Best Regards,
    Gaurav Vijayvargiya

    Hi Gaurav,
    I remember we had something like this once after an (internal) release change. After next logon or the other day everything was fine again and nobody could reproduce this phenomenon.
    So keep cool, wait a week an come back if problem persists.
    Regards,
    Clemens

  • Final Cut Pro X: What's Missing for Some Pros

    Final Cut Pro X: What's Missing for Some
    See:
    Creative cow:  
    Walter Biscardi

    The floppy drive is a horrible analogy. One could still use the external floppy drive, as you say. But what your analogy is ignoring is that at some point that floppy drive option will disappear as a later OS rolls out and the floppy drive is no longer supported, however the other people I am innvolved in working on a project need me to have a floppy drive to pass along my work.
    Yes, I can use FCP7 as I need to for the time being (and will do so) but you can bet that won't be the case for all that long. Eventually the ability to use FCP7 will decline as OS changes etc. In the meantime you can bet that the broadcast and film world is not going to change their delivery specs and requirements simply because Apple decided to change FCP to X and ditch the genuinely PRO features of FCP7. There are too many Avids and other options for them to decide that they will change just because a portion of the professional editing world has been forced into Apple's way doing things. They will simplu say, "Get an Avid . . ."
    So the floppy analogy not so accurate.

  • Outlook 2010 email body missing parts

    Some of our users are having issues viewing their old emails kept inside the inbox.
    The email body is missing.
    This emails are old and have been archived into Enterprise Vault, but recently have had issues.

    Please try to select the email body by pressing Ctrl+A to see if the automatic font colour changes to white. If this is the case, you might need to update the setting.
    If it's not a font issue, please try below workarounds:
    Please check if users have any antivirus add-ins intergrated with their Outlook. If yes, please try to disable them temporarily, then check messages again.
    Check the view settings to see if there are any corrupted views caused this issue. Try outlook.exe /cleanviews
    Please have a try and feel free to post back.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • ERMS:internal recipients missing in some sender

    Hi Experts,
    We have implemented ERMS solution in CRM 7.0 system.For some senders(Kind of SPAM) ,The internal recipients is always blank in SOIN transaction.On the other hand, if I filter all those who are not tagged with internal recipients in SOIN transaction, 99% are due to spam mails.
    Pleasse provide me some inputs what may be the reason for not picking up the internal recipients. Is there any way we can turn off this since the number of spams captured is so little...
    Thanks in advance.
    Regards
    Shanmuga

    Hi,
    Actually the problem is partially solved and after i maintained relevant address/Number in transaction CRMC_IC_AUIADDR and SO28 transaction.
    The incoming new emails are visible in SOIN without internal recipient tagged ,which suppose to be tagged according to SO28 new recipient entry.But if i send them again from SOIN, the internal recipient is getting tagged and mail reaches agent inbox.
    Did i miss any settings .or is there any SAP standard jobs to schedule to process the missing internal recipeint mails from SOIN
    Can you please let me know..
    Thanks in advance.
    Regards
    Shan

  • Meeting Forward Notifications Body Missing

    Hi All
    We have an issue with the meeting forward notifications going to some users being blank so they are unable to see who the meeting was forwarded to.
    We have an Exchange 2013 environment with Outlook 2013, some users will get the body of the MFN with all the details while others will just get a blank email
    Have tried googling this but haven't really found much information.

    Hi,
    Based on my knowledge, meeting forward notification is only received by meeting organizer.
    If existing attendees need to know that an additional attendee was added to the meeting, then the organizer must open the meeting and send a meeting update to all of the attendees.
    According to your description, it seems all the attendees and organizer can receive MFN. Would you like to clarify it?
    Do you mean some users get full update however others get blank email, when the organizer send update to all attendees? If it is the case, please check in OWA to see whether they can get full update.
    Thanks
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • Developer tool bar missing in some pages???

    Hello guys,
    I have some few pages into my application, in some pages I am able to see Developer Toolbar at the bottom, but in some of the pages it's invisible, also just to inform you that I copied some of the pages from another application of the same workspaces.
    Any idea how to visible Developer Toolbar on all the pages...????? Also can anybody tell me is this happening because of I copied pages from another application of the same workspace or it's someother reason???
    thanks
    regards,
    Kumar

    Hi Scott,
    thxs for replying, I got your point "custom authentication scheme when you login to the application as a different user from your apex developer username."
    I guess when I copied some of the pages from another application Custom authentication scheme also came into this current application, I removed it(My auth schema) but still I am unable to see Developer toolbar page 15 onwards(except page 20 & 25).
    Also I am running the application with the username as "[email protected]" and password as "kg", after that inside the application I am validating the user credentials from the DB table "tbuser"(on page 8), and more over at the bottom I can see as [email protected] which is displaying because I logged into application with the same user.
    After checking the physician's credentials(either Test123/John123) on page 8, I am still able to see Developer toolbar on the page 14 than why not on other pages going forward.
    Thanks, once again for your useful, I didn't know before that Developer toolbar doesn't work with the custom authentication scheme, but my case is totally different... can you help out with this issue?????? appreciated
    regards,
    Kumar

  • Album titles are missing from some of the songs on my iPhone, but show up in iTunes normally.

    Some songs that are synced onto my iPhone are missing album names. It's completely blank. I went back and double checked on my computer, and found that the album is all there in iTunes. Furthermore, the album artwork shows up on my iPhone. So something weird has to be happening.
    For example, iTunes shows songs as having a name, artist, album, track number, year, etc. When it shows up in Music, the album is missing along with the track number (I assume). The song IS on my iPhone, it's just missing the album TITLE (not the artwork though). I can find the song under songs, but not albums.
    I went back and checked in iTunes to make sure all the obvious things weren't affecting it. I removed it from my phone, then re-synced it. I changed the artist name, album name, everything. I checked and unchecked 'part of a compilation.' I put it on a playlist, took it off the playlist, synced the album, the artist, synced nothing and dragged it to my iPhone. Nothing worked. For the life of me I can't get this album name to show up for all the songs on this album. It's weird because the album is definitely shown in iTunes, and the song definitely gets synced to my iPhone without that data.
    I'm completely at a loss here. Any thoughts?

    I have this same issue.  All the data (including artwork) is in iTunes, but on py phone (4S, current OS). the album title is missing.  If I'm using bluetooth to connect to my car, it shows as "Unknown Album."
    There isn't any rhyme or reason to it.  I've had it happen to singles as well as one track of a complete album.  It doesn't seem to matter if artist matches album artist or not or whether it is part of a compilation. 
    One more bit of information.  I recently purchased the entire soundtrack for Hairspray.  At first the album name was on my phone no problem.  Then I went into iTunes and edited some track information, changing the artist name (and album artist) to "Cast Recording" and removing the check for compilation.  After making those changes, the album name went missing.
    Any help would be appreciated.

  • Planning file entries missing for some materials in MD21.

    Hi gurus,
    when i check the MD21, i found that some materails are not having planning file entries i.e netch and netpl indicator .and because of this we found that these materials are not being in planning.
    From my understanding these planning file entries were updated when the material was created.
    I am not sure how these entries are missing. Please can any one help me find out the root cause for the same.
    Thanks in advance.
    Naveen.A

    Dear,
    Please note MRP has to be activated for plant level before creating materials in OMDU. Then only created materials will have planning file entries.
    You can run planning file entries consistency check in background before the MRP run to create/delete the planning file entreies automatically from MDRE/MDAB transactions...This will be useful to avoid the re-planning of the materials ( if planning file entry is not deleted after MRP run) and also to plan material (if planning file entry is not created).
    Regards,
    R.Brahmankar

  • Switched iPod format from PC to Mac OSX.5 - Album Art Missing in some songs

    Has anyone else seen this problem? I am meticulous about adding art to albums I like, especially, so I know it was there before.
    I switched from a Windows system to Macbook recently, and everything else seems great, but there is definitely some artwork missing. There is no consistency to what's missing - some I added myself by adding a .jpg to the folder where the songs were (auto-created by iTunes when I imported the song in), and some were brought in when I imported a CD.
    Can I get iTunes (and my iPod) to find them again, or will I just have to re-add them?
    Also - My music is all on an external USB drive which is plugged in to a G5 and I'm accessing it from my MacBook over wireless network. Would that make a difference? When I go on the G5, I see a folder I created on the PC for miscellaneous album art. From the MacBook, I cannot see that folder. I can see all the music folders around it, but just not that folder. ***? Why is that?

    see doing the following helps
    For Mac computer
    1. Open the disk utility, hope your iPod appears there (left hand side), highlight it
    2. Go to Tab “Partition”, click either “Delete” or “Partition”, if fails, skip this step and go to 3
    3. Go to Tab “Erase” , choose Volume Format as “MAC OS Extended (Journaled), and click Erase, again if fails, skip it and go to 4
    4. Same as step 3, but open the “Security Options....” and choose “Zero Out Data” before click Erase. It will take 1 to 2 hours to complete.
    5. Eject your iPod and do a Reset
    6. Open the iTunes 7 and click “Restore”
    seems it could be some bad sectors on the HD of your iPod, if the above does not solve, then do a Restore with a PC, and see what happen

  • Compiling Error Method body missing

    Ok so i have a program that reads in 6 grades for 10 different students takes the avg and prints outs the Name 6 scores avg and the letter grade they would recieve in a nice chart using printf in my main method i get the error MIssing method body or declare abstract. Any help as to why i am getting this would be much appreciated.
    import java.util.*;
    import java.io.*;
    public class Finals
        static Scanner input = new Scanner(System.in);
        public static void main(String[] args)throws IOException;
            Scanner inFile = new Scanner(FileReader("Grades.txt"));
            double [] [] scores = new double [10] [6];
            String [] name = new String [10];
            double [] grade = new double [6];
            char [] lettergrade = new char [10];
            int row = 0;
            int collum = 0;
            int collum2 = 0;
            int index = 0;
            while(inFile.hasNext())
                name[index] = input.Next();
                while(collum < 9)
                    scores[row][collum] = input.nextDouble();
                    collum = collum + 1;
                collum = 0;
                row = row + 1;
            inFile.Close();
            calculation(score, name, grade);
            print(score, grade, name, lettergrade);
        public static int calculation(double [] [] score, String [] name, double [] grade)
            int index = 0;
            int row = 0;
            int collum = 0;
            int j = 0;
            int m = 0;
            int k = 0;
            //add all the grades in the first row store that into a new array called average than run through a loop to find out what letter grade it equals store letter grade in a char array
            while(collum < 10)
                grade[j] = grade[j] + score[collum][row];
                row ++;
                if(row == 6)
                    collum ++;
                    row = 0;
                    j ++;
            return grade;
        public static void print(double [] [] score, String [] name, double [] grade, char [] lettergrade)
            int index = 0;
            int j = 0;
            while(index < 10)
                if(score[j] >= 92.5)
                    lettergrade[j] = 'A';
                    j ++;
                    index ++;
                else if(score[j] >= 82.5 && score[j] < 92.5)
                    lettergrade[j] = 'B';
                    j ++;
                    index ++;
                else if(score[j] >= 72.5 && score[j] < 82.5)
                    lettergrade[j] = 'C';
                    j ++;
                    index ++;
                else if(score[j] >= 62.5 && score[j] < 72.5)
                    lettergrade[j] = 'D';
                    j ++;
                    index ++;
                else
                    lettergrade[j] = 'F';
                    j ++;
                    index ++;
            System.out.println("Student    Test1   Test2   Test3   Test4   Test5   Average   Grade");
            System.out.printf("11%s40%d8%d5%c", name, score, grade, lettergrade);
    }

    public static void main(String[] args)throws IOException;Remove that semicolon.

Maybe you are looking for

  • Business area in Cross System

    Hi,,    Kindly tell me while we run WE05 for IDOC List then we get the message No cross system business area has been assigned to business area BA11     Send me urgent solution. With Regards,    Samrat

  • Hotspot crashing during runtime

    Hi can anyone help out with this problem? Cheers. C:\oc4j\j2ee\home>java -Djdbc.connection.debug=true -Xmx960m -Dframework.database=ss -jar oc4j.jar An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTIO

  • Event Log Query

    A while ago I noticed these entries in the Hub Event Log. At the time there were no active PC's powered on. What does the entry "[CWMP] Connection Request NOT ALLOWED." indicate? It appears that a warm reset was trigered. Who was Lua user in "SYSTEM

  • CDESK: Start userdefined search program and recieve DIRs

    Hello, We want to use as user specific search program in the CDESK: We defined the menu button created in BADI DESK_TBM_ADDINADD_NEW_FUNCTIONS, in BADI CDESK_TBM_ADDINPROCESS_NEW_FUNCTIONS, the program gets started. I tried to fill the parameter DOCU

  • Exception Aggregation InfoObject

    Hi experts, I have a key figure set like you can see just below :   - Aggregation : SUM   - Exception Aggregation : MAX   - Aggregation reference : 0CALDAY NB : I can't modify this parameters since this object is used in a lot of InfoProvider. I crea