A message is sometimes displayed truncated

I received a message yesterday reminding me about a talk. It didn't include the title and abstract, so I skipped the talk. Today, lo and behold, the title and abstract are in the message. Sometimes.
I can read the complete message. However, then I do the following:
-select the message (in its folder)
-switch folders (to Inbox)
-switch back to the folder with the message
Now it displays just the truncated version. Until I select another message, then come back to it, at which point it displays correctly again. Seems like a bug to me.
The message includes both a text and an html version ("multi-part message in MIME format"). However, the place it truncates is not at a boundary.
I can attach the message itself if people want.
Power Mac G4   Mac OS X (10.4.9)  

It could very well be a bug, and I’ve seen similar issues reported before, but you may want to do some cache cleaning, in case that’s the problem. Read the following article for general troubleshooting and cache-cleaning procedures:
Resolving Disk, Permission, and Cache Corruption
In particular, be sure to verify/repair the startup disk (not just permissions), as described there, and to read this as well:
Side effects of System cache cleaning
In addition to the utilities mentioned there for cache cleaning, you may also consider OnyX or Cache Out X, which are free.
It may be worth trying to manually get rid of the Mail cache only:
1. Quit Mail if it’s running.
2. In the Finder, go to ~/Library/Caches/.
3. Locate the Mail cache folder (not to be confused with ~/Library/Mail) and move it to the Desktop (to be deleted after being sure you didn’t move by mistake the ~/Library/Mail folder where all your mail is stored).
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.

Similar Messages

  • Mail messages sometimes displaying twice

    Lately, Mail sometimes displays new messages that have just arrived twice. There don't seem to be 2 actual copies of the message in the inbox, just the same messages displayed twice. It's kind of an odd behavior, really. If a message is clicked on and viewed in the preview window, the duplicate displayed doesn't change from unread to read. However, if a message is deleted both lines displaying the message go away and only one appears in the trash.
    This doesn't happen all of the time, just sometimes. Shutting down mail and reopening it gets rid of the duplicated message displays, but then some other time checking mail it will happen again.
    Anybody have any ideas on how to make this go away permanently? Thanks in advance.
    iMac G3 450 & eMac 700   Mac OS X (10.4.9)  

    You’re welcome.
    I don’t know what’s going on here. It looks as if the the account had been set up twice in Mail > Preferences > Accounts, even though you say it appears there only once...
    Try re-creating the file where the account settings are stored:
    1. Quit Mail if it’s running.
    2. Make a backup copy of the ~/Library/Mail folder, just in case something goes wrong while trying to solve the problem. You can do this in the Finder by dragging the Mail folder to the Desktop while holding the Option (Alt) key down, for example. This is where all your mail is locally stored.
    3. In the Finder, go to ~/Library/Preferences/. Locate com.apple.mail.plist and move it to the Desktop (to be deleted if this solves the problem).
    4. Open Mail. You’ll have to set up your non-.Mac accounts from scratch all over again. If given the option to import existing mailboxes or something like that, don’t. Just enter the account information and Mail will automagically rediscover the data in ~/Library/Mail/ when done.
    5. You’ll have to re-configure most of your settings in Mail > Preferences. For spam-related security reasons, the first thing you should do is go to Preferences > Viewing and disable Display remote images in HTML messages if it’s enabled.
    6. As a side effect of re-creating com.apple.mail.plist, Mail might rename Outbox (which is where messages waiting to be sent are stored) to Delivered. The name of that mailbox is actually a misnomer, as it would contain messages (if any) that couldn’t be delivered for some reason. You can delete that mailbox if you wish.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. You can easily locate any of the folders referred to in this post by copying the folder path here, doing Go > Go to Folder in the Finder, and pasting the folder path there.

  • Pop up message unable to display the long text

    hi i have here a situation where in my pop up message does not display the compelete text of my variable
    for example if lv_message = my name is john.
    the pop up message only displays " my name"
    MESSAGE i000 WITH lv_message. -> using this syntax, what might cause thie error?
    thanks

    Hi,
    The message variables are a maximum of 50 characters long (you can see them defined in table SYST), whereas the output from FORMAT_MESSAGE can be longer than this.  This is why the output from the function module is getting truncated when you pass it to a message variable.
    Vinod's suggestion will work, but I'm curious, why are you (presumably) passing all the details for a message (ID, Class, Type, variables) passing them to FORMAT_MESSAGE to turn them into a text string then passing this to a generic message.  Why not just issue the message directly, instead of using the function module?  If the message has long text you will lose this the way you are processing it now.
    Regards,
    Nick

  • Black keyboard randomly appearing, sometimes displaying my login passcode

    iPad 3, iOS 8.1.1 (12B435).
    As the title says.  A black keyboard randomly appears, sometimes displaying my login passcode as four digits at the top left of the superimposed keyboard.  It happens any time, during any task (usually not entering text where the keyboard is required).  I always use a quality bluetooth keyboard and only occasionally use the screen keyboard for selecting eMoji characters.  This is achieved by hitting the relevant bluetooth keyboard button to call up the screen keyboard.
    It's difficult to make the black random keyboard disappear.  The usual keyboard-call button doesn't do it, nor mostly does pressing the home button.  When I hit the home button, it works as it should, but the black keyboard stays on top and then half-covers the app icons. See two of the screenshots below, one which shows the (now-blanked-out)four-digit code enclosed in quotes.
    I'm pretty concerned this is a security issue (and I'm far from being a paranoid person), especially since my login code (which I've changed) appeared for all to see.
    Any ideas?  Thanks. :-)
    Message was edited by: goltho: Screenshots added.

    To attach a screen shot first move the insertion point ( blinking blue line) downtwo rows. Tap the tiny camera icon. Tap the center of the window that opens up. Tap choose file. Tap photo lubrary. Tap moments Chose image by tapping on it. Tap insert image. Unfortunately I don't know how to keep the black keyboard from appearing.
    Edit. I see you figured it out without me. Well done.

  • Error Message is not displayed on the pop screen for chain end chain

    Hi,
    I have called a screen in one of the standard program using enhancmenets,
    and i had put validations using chain and end chain, but the error message is not displayed immediately on the screen
    but it is displaying as log , i want the error should come on the same screen and it should not allow till the correct values are entered , how to handle it
    regards
    afzal

    Hi,
    have you tried option "LIKE" with instruction MESSAGE.
    Example:MESSAGE ID '38' TYPE 'S' NUMBER 000 DISPLAY LIKE 'E' WITH 'My Message'.
    And instead of using a MESSAGE instruction, why to not use a popup ?
    Like using one of these function modules (for instance):
    TMS_BCU_POPUP_TO_CONFIRM
    POPUP_TO_CONFIRM_STEP
    POPUP_TO_DECIDE
    FC_POPUP_ERR_WARN_MESSAGE
    etc...
    If that does not work, perhaps it's your ehancement which is not the good one or perhaps you have use a second one.
    Regards
    Mickael

  • The message not completely displayed in validation

    Hi,
    I have created a new step in validation; this is when the post document without entering Reference key 1 (XREF1) will pop up this error message
    in the message i have given " Select a valid value into the field &" and in message variable given BESG-XREF1.
    but when the trying to post with no value in reference key 1, i am getting only the message "Select a valid value into the field"
    and the character '&' is not replaced by field BSEG-XREF1.
    what could be the reason for it.
    thanks in advance,
    Shwetha

    Dear,
    This is correct.
    & is variable. BSEG-XREF1 is used as variable, if this field is blank then message will be displayed as & only.
    For e.g if validation is set for company code and business are. Company code ABCD one thousand can not post business are other that 1000. And I have written a message Company Code & is not allowed to use business area & if business area is other than 1000 for company code ABCD.
    In variables.
    1. BSEG-BUKRS
    2. BSEG-GSBER
    Now when company code ABCD use business are 3000 then message will be displayed
    Company Code ABCD is not allowed to use business area 3000.
    In your case BSEG-XREF1 is blank so system is showing no value (&)
    Your message should be Select a valid value into the reference field
    Regards,
    Chintan Joshi.

  • Validation error message is not displayed for an attribute as an Input List Of Value

    Hi everyone,
    I use jdev 11.1.1.7.0
    In my application I've created an Entity Obj and a View Obj base Employees table.
    for the JobId attribute I've taken actions as listed below:
    1. in Employees EO I've created a validation for this attribute and in some cases an error message returns (the error message is "the salary is not high"):
         * Validation method for JobId.
        public boolean validateJobId(String jobid) {
            if (...) {
                return false;
            if (...) {
                return false;
            if (...) {
                return false;
            return true;
    2. in Employees VO  I've created a LOV for this attribute (the view accessor is JobsViewObj ) and I display the attribute as an Input Text with List Of Values.
    in jspx page I drag& drop this attribute as below:
              <af:inputListOfValues id="jobIdId"
                                    popupTitle="Search and Select: #{bindings.JobId.hints.label}"
                                    value="#{bindings.JobId.inputValue}"
                                    label="#{bindings.JobId.hints.label}"
                                    model="#{bindings.JobId.listOfValuesModel}"
                                    required="#{bindings.JobId.hints.mandatory}"
                                    columns="#{bindings.JobId.hints.displayWidth}"
                                    shortDesc="#{bindings.JobId.hints.tooltip}"
                                    autoSubmit="true">
                <f:validator binding="#{bindings.JobId.validator}"/>
              </af:inputListOfValues>
    I open the Popup and I select a row from the Popup list and then I click Ok. After that if the validation method(validateJobId) returns false, the error message("the salary is not high") must be show to the user. but the error message doesn't display. I don't understand why this happens.
    Can anybody guide me about this problem?
    Regards
    Habib

    yes, you're right, I've tested it in 12.1.3 and error message was displayed.
    it seems it's a bug(bad bug ) in both 11.1.1.7 and 12.1.2. and now what can I do? is there any way to display the the error message?
    Regards
    Habib

  • Random messages won't display in Mail

    Hi,
    Using Mail 2.0.8 on a MacBook Pro 2GHz running Mac OS X 10.4.5.
    Main account is set-up as IMAP. Recently, I began noticing that some messages will not display in Mail, nor will they be marked as read. The message shown in the preview pane is:
    The message from <sender> <sender email> concerning “subject” has not > been downloaded from the server. You need to take this account online in > order to download it.
    However, the account is online. All other messages received at the same time display properly. There are no characteristics common among or unique to messages that behave like this, at least as far as I can discern. Ultimately, without any specific actions, the messages will display properly.
    If I go to my webmail account and read the message, Mail will update soon after to show that it has been read. So clearly the account is online, as Mail can send and receive commands to set the status. Still, the message will not display.
    Has anyone experienced similar behavior, and have you found a solution?
    Thanks!
    Patrick

    Ernie, David, et al,
    Perhaps I spoke too soon. I continue to have the same problem with Mail and my IMAP accounts, which are advancing beyond annoying. I am now considering moving to another email application, which is something I really don't want to do. Following is a brief update:
    * After moving the Mail folder and plist file to my desktop, restarting Mail and entering my accounts again, it worked properly for a short period of time. The behavior reappeared soon thereafter. (I had mboxes on my Mac, not on the server, and for some reason I cannot import them again).
    * I have a bad habit of using my email as a file system, so my inbox was huge. So I took the time to create a bunch of mboxes, file messages, and otherwise clean my inbox. It's now 1/4 the size it was. I'm also trying to habitualize dealing with email and attachments to either file or delete messsages when the come in (so far, so good).
    * When I get a message that exhibits this behavior, I can now Rebuild the mailbox and the message will show. Rebuild occurs quickly because my mailbox is so much smaller, and I've not lost any messages. The messages that previously would not display at all now display properly. However, I must Rebuild every time I receive a message of this type, which occurs several times per day.
    * It appears that messages with attachments display properly, but those without do not. It also appears to be highly likely that all the messages originate from an Exchange Server (I know this to be true of several clients, and others are very likely). I also know for a fact that many that I receive properly are not using Exchange Server.
    * Calendar invitations from Notes work as intended (show up in Mail as ICS files, notifications appear in iCal which allow me to set my status and reply); however, those from Exchange Server only show as text messages (and don't display until I rebuild).
    It appears to me that the problem may lie, at least in my case, to how Mail handles Exchange Server items in IMAP mode, and not just an IMAP bug, but again, I cannot isolate this and be 100% certain.
    Will keep you posted.

  • Can I tell at server-level if a message has been displayed in the Reading Pane in Outlook?

    Hello,
    Does anyone know if there are any traces at server-level (Exchange 2010) if a message has been displayed in the Reading Pane of Outlook 2010? The message would still be marked as Read in the recipient's mailbox.
    Thanks,
    - Alan.

    Hi,
    If you want to know whether an email has been read by recipient, you can either request a read receipt or enable the tracking for read status for messages by using the
    Set-OrganizationConfig –ReadTrackingEnabled:$True command.
    A related blog for your reference.
    Question: Is it possible to check if a message has been read, even when the sender forgot to check the box “Request a Read receipt for this message”?
    http://blogs.technet.com/b/ilvancri/archive/2010/04/13/question-is-it-possible-to-check-if-a-message-has-been-read-even-when-the-sender-forgot-to-check-the-box-request-a-read-receipt-for-this-message.aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Error message on the display

    I changed the ink cartridges and managed to print a copy. The message on the display then said - Pull out the paper tray. Load plain paper then press OK. Which I did.
    The message now reads "Printing alignment page" However it doesnt print and the message will not cancel and I am not able to use the photo copier.
    The printer works when printing from the computer but it is not allowing me to use any of buttons on the printer

    Hi @Chazzie,
    Welcome to the HP Forums!
    I understand that you are getting an error message on your printer's display and that you cannot use any of the buttons. I am happy to look into this for you!
    For further assistance, I will need some additional information:
    The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number.
    If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
    If the printer is connected, Wireless, Ethernet, or USB.
    If the printer is able to make copies.
    If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well. 
    Please see this post, Want Good Answers? Ask Good Questions, by @Bob_Headrick, so you can get the most out of these forums.  
    Thank you for posting, and hope to hear from you soon!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Error message need to display on other screen

    Hi All,
    I have implemented the enhancement implimentation for one perticular transaction code and i am valdating the one field in the one sub screen and i am displaying the error message. but its displaying in that subcreen. 
    But my requirment is i need to display that message in another sub screen.
    can any body tell me how it is possible to do the validations on one screen and displaying the error message in another screen.
    Thanks.

    HI,
    Is that subscreen is under tabstrip.....then you can use the sy-ucomm ....
    Thanks,
    Shailaja Ainala.

  • During an update of the applications on the BlackBerry smartphone an error message may be displayed "BlackBerry Desktop Software failed to validate your BlackBerry device update - Aborting install due to validation failure. Some packages contained unsatis

    I have reset both my torch and playbook back to original only thing that I kept was my contact. And still problems I am a few min away from leave my loved blackberry and going android !! Or heaven help us Phone
    Issues 1) playbook wont connect to desktop manager anymore 
    2) Play book has 2 calendar icons with two different settings on them ??? I have one that is currently working with my yahoo email and calendar account. 
    3) my Phone when connected to desk top software shows the calendar as read only
    4) Unable to update my phone says During an update of the applications on the BlackBerry® smartphone an error message may be displayed "BlackBerry Desktop Software failed to validate your BlackBerry device update - Aborting install due to validation failure. Some packages contained unsatisfactory dependencies." 
    I just want my email and Calendars to work I am tried of spending nights trying to get these deices working !!! 
    someone please help me. !! 
    I know you are going to ask I have updated everything last time and it is all as update as it can get. 
    As for now as I wait I am going to wipe my phone again and just set everything up again !! If I have to even my contacts AHHHH Help I am starting to think crazy thoughts 

    Did you try to eboot the your PC or laptop where your device is connected ?
    I experienced this with my windows laptop, after a failed to do an update, I restart the laptop and my Torch, then retried, and it's worked

  • My sent messages are not displayed...what happened and how do I restore?

    My sent messages are not displayed...what happened and how do I restore?

    http://kb.mozillazine.org/Disappearing_mail

  • Suddenly, messages are not displaying correctly, how can I cure this?

    Messages have stopped displaying correctly, or, in some case, at all. The messages have downloaded OK. Even messages which were displaying correctly earlier, now don't. It occurred after 'finger' problems - I tried to type something into Firefox but failed to change focus from Thunderbird to Firefox first and have obviously changed some setting. What can I do to restore normal behaviour?
    I have tried uninstalling and reinstalling, and even deleting all references I can find to Thunderbird from the AppData folders in the users directory all to no avail.

    Thank you for the suggestions. They did not cure the problem, but that is because I think now that there is no problem; Thunderbird is working normally. It appears to have had a temporary glitch and has corrupted 8 or 9 messages around the one I was viewing when I hit wrong keys. The corrupted messages seem to contain the headers of dozens of other messages, some quite old. Apart from those few messages, all others in the root inbox folder and in all sub-folders seem OK.
    Thanks again for trying.

  • My email messages won't display. The preview shows but when I enter the mail it is completly blank

    My email messages have stopped displaying in both my mail accounts. I can see a preview but when I enter the individual mail the screen is blank. Not even the preview text is displayed. I have not changed any settings. Does anyone know how to resolve this.

    Reset your phone: hold the on/off and home buttons until you see the Apple logo (ignore the off slider that appears first), then release.

Maybe you are looking for

  • Analysis report for standard cost in CK33N

    Hi, Analysis report for standard cost Using variant Z003 in CK11N. Planned cost 3 is the output used for planning and this is adjusted by making changes to the BOM throughout the process In CK33 you compare the 2011 cost for the product with the prop

  • How to get newly added recipient on a reply email vs the old recipients already on the chain

    Hi, Really need some help as hitting a dead end, hopefully someone here can help as always :-) I'm trying to differentiate between old and new recipients on an email chain when a user replies / forwards an email.  e.g. if a user receives an email wit

  • Reminder: Please use GroupSpace for Tech Preview feedback

    We recently announced the availability of the live WebLogic Portal GroupSpace community for Tech Preview 2. GroupSpace is one of the highlights of the 9.x release, and you can now use it to log and discuss Tech Preview-related issues, store documents

  • Lost Itunes when I was updating

    Hi Can anyone tell me how to retrieve my music library.  I was updating Itunes yesterday and it completely disappeared out of my programms and desktop-How??  Anyway I had to download a new version and of course there is nothing in it.  How do I get m

  • Marked slowing down of fibre speeds

    Hi All. Have been an infinity customer since Nov 2011, my local FTTC (36) is fixed currently at 44.5Mb. In the last two months I have a had 7 or 8 Openreach chaps do their usual line/tone tests, re-boots from exch; even a new ADSL filter. Last engine