Message contents same

Today I downloaded my new mails and I got 50 new mail in my inbox. When I try to look details of emails by clicking the subject (in upper part of thunderbird screen) I always see same content in details section (lower part of thunderbird screen). For example if first message says "You won 50 dollars" when I select my second mail it doesn't change and still shows me contents of first mail. I've tried restarting the appliaction, rebooting my machine, antivirus scan and reinstalling thunderbird but none of them helped me. What kind of detailed information do you need to solve this problem? Is it something specific to me? Thank you

https://discussions.apple.com/message/19168424#19168424

Similar Messages

  • Error 554-5.6.0 Corrupt message content... when sending emails to other users on same exchange server

    Hello
    I have a very strange problem at a customer from our company.
    The problem happens to only one user on the Exchange 2010 organization (SP3, no additional patches installed, Server is 2008 r2).
    When this specific user sends an email to one or more users on the same Exchange organization, he gets sometimes (not always) the following error back:
    554-5.6.0 Corrupt message content 554 5.6.0 STOREDRV.Deliver.Exception:ConversionFailedException; Failed to process message due to a permanent exception with message Inhaltskonvertierung: Fehlerhafter TNEF-Zusammenfassungsinhalt. ConversionFailedException:
    Inhaltskonvertierung: Fehlerhafter TNEF-Zusammenfassungsinhalt. [Stage: CreateReplay]
    So - TNEF, corrupt message Content... I googled the error and checked all the recommended Solutions. The Outlook Client is ok, I have doublechecked it and everything is configured like it has to be.
    The Problems happens as above described only for one user when he writes emails to users from one specific Domain on the same Exchange organization (example
    [email protected]).
    He has this specific contacts in a SharePoint contact list which is connected to his Outlook Client.
    Thanks for any help or Information!
    Regards

    Hi,
    According to your description, I understand that one user cannot send message with error “554-5.6.0 Corrupt message content 554 5.6.0”.
    If I misunderstand your concern, please do not hesitate to let me know.
    I want to double confirm whether it works or not when send message to external address, how about the OWA?
    It seems that message has corrupt content. Is there any 3rd prevent software or Anti-Virus software in Exchange 2010?
    Regarding this issue, firstly I would like to explain that content conversion occurs in two places, that are the Store Driver and the Content Conversion stage of Categorization. Since the issue exists in the delivery mail of internal user, the agent that was
    used in the process of handling by Store Driver may cause this issue.
    Please try to enable pipeline tracing and content conversion tracing to get more details about this error, for your reference:
    Content conversion tracing:
    http://technet.microsoft.com/en-us/library/bb397226.aspx
    Pipeline tracing:
    http://technet.microsoft.com/en-us/library/bb125018.aspx
    Best Regards,
    Allen Wang

  • Cannot send email via AOL on iPad2 - "A copy has been placed in your Outbox. Sending the message content to the server failed."

    My CEO has an ipad2 and I set it up w/ AOL.  She cannot send any email via her AOL account from her iPad.  She gets a message that says "A copy has been placed in your Outbox. Sending the message content to the server failed."   We've tried it on wifi and on 3G (Verizon version).  I've removed the account and added it, I've tried setting it up as an IMAP account vs. using Apples standard AOL mail setting and nothing seems to work.  The SMTP settings are smtp.aol.com, port 587.  I've tried adding an alternate server/smtp, but I haven't been able to find anything that works.  Any advice or other people having this issue?  It works fine sending an email from her aol web mail.  And unfortunately, having her sign up for a gmail account is not an option.  Thanks

    Interesting.  Firstly I have been on AOL since the early 90s with no current intention to switch as my primary personal email account.
    I have two email accounts on my iphone - AOL and my email from my business website.  I deleted both and then recreated first the business account and then the AOL account.  Same error.  Then I wasn't sure what you suggested but I turned off the AOL SMTP server and selected the business email SMTP server by turning it on with the same result.  I still get the error "A Copy has been placed in your Outbox.  Sending the mssage content to the server failed."
    Perhaps this problem will get fixed by IOS 6.   AOL will not talk to me unless I pay and Apple says its not their problem.  So for the time being I use the AOL web interface in the iPhone's Safari to send emails from the phone.

  • Displaying Message contents in Message Monitoring

    Hi all,
    I want to activate the Message contents displaying option in Message Display tool under the details option for messages in Message monitoring. I am not aware where to activate this field. Kindly help me as early as u can.
    Regards,
    Rookie

    Hi prateek,
    Thanks for quick respons. But prateek can you pleas tell me how can we activate the window to display the same information in RWB message monitoring.
    As per my knowledge in Message monitoring if we select a message and click Details. We get a window with options like Message Data\ Message Contents and xml...
    How can I activate the Contents window in RWB.

  • Message content not visible in Outlook&OWa but visible in smartphone

    Hello,
    We experienced very strange issue last time.
    One user received properly message on the smartphone and also in Outlook 2007 client, but the thing is that message content (internal text) is visible only on phone and there is blank message in Outlook. Message was sent to user from external sender.
    I've tried to view this message in Owa but with the same result.
    Also i've recreated Outlook windows& outlook profile but without success.
    At the end i've opened this message via MFC MAPI tool and checked attribute "PR_BODY,PR_BODY_A,ptagBODY" where usually there is some internal text message but there is also empty space.
    Can you please give me advice where to look further ?
    Thank you in advance

    Hi MacKrk,
    Sorry for the late reply.
    Found an article for your reference:
    Change the message format to HTML, Rich Text Format, or plain text
    http://office.microsoft.com/en-001/outlook-help/change-the-message-format-to-html-rich-text-format-or-plain-text-HA102749169.aspx
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Selective display of af:messages content

    Hi,
    I'm working on a page with a search form and a results table where a row can be deleted. It uses two viewIterators bound to the same viewObject, one for searches, the other displays the results. All actions like set, execute, delete, create are bound to a viewitereator, only find uses the other.
    When the user deletes a row, the integrityException from the database is reported twice (could it be the use of 2 iterators? i tried inserting another in pagedef and still got 2 messages, not 3) and i successfully translate the message to something like ''record in use, can't be deleted...'
    But i'd like to display it only once... could it be done by manipulating DCBindingContainer's exceptionList or <af:messages> component? I'd rather determine why there are 2 messages in the first place but haven't figured it out yet, that's why I'd like to manipulate the messages, seems easier.

    Hi,
    I'm already using SRDemoPageLifecycle.java and SRDemoErrorHandler.java to process my exceptions.
    The problem is that somehow this integrityConstraint exception is beying reported twice and i cant figure out why. Thats why i'd like to clear the <af:messages /> content or, what i think would yield the same results, clear DCBindingContainer's exceptionList.

  • Message content disappearing

    Can anyone help me... I'm using Mail 4.2 in OS 10.6.3. I've been having an intermittent problem where my emailed message content appears to be missing from the recipients email, all that's appearing are the files i'm sending, and the company logo etc... all text appears to be deleted. The email is showing in full in my sent box. I've even tried emailing it to myself at another address and the same problem appears.
    Can anyone advise what the solution might be - it's doing my head in!!... I really don't want to return to Entourage!!
    Many thanks

    Dear Srinivas.
    The code is huge if i follow the same and there are so many errors which i am not able to manage can i do the following thing that i only use the code which is relevent for the routine i.e. for example for 0RECTOTSTCK.
    IF ( COMM_STRUCTURE-processkey EQ '000'   "Other Receipts
        OR COMM_STRUCTURE-processkey EQ '001'   "Goods Receipt / Vendor
        OR COMM_STRUCTURE-processkey EQ '004'   "Material Transfer / Receipt
        OR COMM_STRUCTURE-processkey EQ '005'   "Stock Adjustment InvD
        OR COMM_STRUCTURE-processkey EQ '006'   "Stock Adjustment Other
        OR COMM_STRUCTURE-processkey EQ '010' ) "Receipt from Stock Transfer
       AND COMM_STRUCTURE-bwapplnm EQ 'MM'
    only movements which are relevant for stock control
       AND COMM_STRUCTURE-stockrelev EQ '1'
       AND COMM_STRUCTURE-cpquabu <> 0.
    result value of the routine
        RESULT = COMM_STRUCTURE-cpquabu.
    if the returncode is zero, the result will be updated
        RETURNCODE = 0.
      ELSE.
    if the returncode is not equal zero, the result will not be updated
        RETURNCODE = 4.
      ENDIF.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    is this enough cause the code in standard transformation is more then that but this part is only responsible for calculating 0RECTOTSTCK.
    If we are writing our on code base on DS do we need the Infosource then i.e. 2LIS_03_BF_TR?

  • Sending the message content to the server failed. Attachment.

    So I've been a Eudora user for more than a decade and just thought I'd try Mail and have been using it for about a month. This evening I was in the midst of writing messages and about halfway through, Mail would no longer send outgoing messages that contain attachments (I had sent messages earlier in the evening with attachements). I just get a response that says, "Sending the message content to the server failed." I have no problem sending messages that don't have an attachment.
    I have two separate email accounts that I use. For both I use my own domain as the smtp server which is hosted through aplushosting.com. It's smtp.riversandcreeks.com. Server port is set to 25 and authentication is set to none. Everything has worked fine until this evening (and it literally stopped halfway through my evening email session so I'm sure this is not related to a system upgrade or other software changes).
    I have spent about two hours trying all different settings. I tried changing authentication, screwed around with Network settings, and did just about anything I could think of (or read about trying after doing several searches on this board). I also trashed the Outbox in my Library and restarted the machine.
    In one of the posts where someone seemed to be having the same problem, I saw something about changing the MTU setting but I'm not familiar with what that means and there was not enough background to explain.
    My service provider is Comcast (just use them for the high speed connection but not the mail services) and I have one of their older RCA modems hooked into a wireless router that I access via airport.
    If anyone has suggestions (or can refer me to other posts on this forum I may have missed please let me know).
    Thanks!
    Tom
    G4   Mac OS X (10.4.6)  

    However, there are
    too many variables in your setup to yet be sure of
    the cause.
    Agreed. There are too many variables and they only seem to increase...
    You describe your modem as older, but you have not
    reported the make of router?
    It's a Microsoft router (my other half's employer). It has worked fine though for more than two years.
    Does it have ethernet
    ports, as well as wireless? If so, do you have a
    cable to test without wireless?
    Yes, tried all that.
    Have you tried powering down modem, router and Mac
    for a couple of minutes, and then powering back up,
    beginning with the modem, and then router?
    Yes, tried that too.
    MTU may be a factor, but the way things changed in
    mid sending, is a little odd, and it is not as
    frequently a factor with wireless. Later, I can give
    you a link that may help check MTU and wireless, but
    I need to research a bit on that.
    Do you have a Comcast address, and could you set up
    that Comcast account for a test?
    That would be another project but I suppose I could call Comcast and figure it out and it may provide some additional insight. However that will not solve the problem as I am highly mobile and am using different hot spots on a daily basis. I was down at the Apple Store and tried on their wireless network (so presumably eliminating all the variables with my home network and isp and on the most Mac-friendly network I can find). Same problem. Messages with attachments won't go out but all other messages will. I do get a slightly different error message there. It says "Verify that you have addressed this message correctly. Check your SMTP server settings in Mail Preferences and verify any advanced settings with your system administrator." I also have a ticket with my hosting service. They say they have not made any recent changes that would result in this problem. Will keep pursuing with them too to see if they have additional ideas.
    I'm really perplexed as to what would be distinguishing between mail with attachments vs. those without. As an additional test I fired up Eudora and I can send out attachments fine.

  • CRYSTAL/OSQL_EXECUTE_QUERY returned: subrc: 4.  Message: "CONTENT-2-0" has

    Hello,
    I'm working with crystal reports SP3 connected to SAP ERP. I'm already working with other reports and works fine. The problem is with one of the reports that when I refresh it it shows me this error,
    CRYSTAL/OSQL_EXECUTE_QUERY returned: subrc: 4.  Message: "CONTENT-2-0" has already been declared
    Any idea?
    Thanks & Regards
    SU

    Hi Diana,
    I am also having the same problem. When we refresh a report, I added allia R/3 table in my Crystal report. I got the following error:
    /CRYSTAL/OSQL_EXECUTE_QUERY returned: subrc: 4. Message: "CONTENT-4-0" has already been declared.. Line: 53. Word: 0.
    Did you find a solution for your issue? If you had a solution, please share with me.
    Thanks in advance,
    Regards,
    Venkata.

  • After upgrading to iOS6 some of my message contents got deleted when I view them

    After upgrading to iOS6 my older message contents are deleted when I open it

    same with me ..
    I upgraded my iPhone 4 from iOS 5.1.1 to iOS 6 and that is when I started disliking it.. Most of the things of changed and creating problems. The maps don’t work as they are suppose to work. The major problem that i am facing is with my messages. I can see the messages in the preview but when I try to read them and open them it becomes blank. And when I go back the message is not there .. But if I turn the phone on and off it shows the message back in preview but then again the same thing happens... plz if some one can help me out with this.. or help me to rollback to iOS 5.1.1 I loved it ...

  • Iphone error yahoo mail- sending the message content to the server failed

    yesterday i changed my yahoo password (because my yahoo email acct started spamming all of my email contacts) and i also changed password on my iphone 4s settings but now cant send emails (can get them just fine)
    i get the error "sending the message content to the server failed" and the email gets stuck in the outbox.
    i have deleted the yahoo acct multiple times, rebooted the phone and restored network settings, added other yahoo smtp.mail.yahoo.com server, went to the genius bar for an hour, but no luck.  tried a new iphone at apple store and added my yahoo account, but still had the same error from their phone.
    they said contact yahoo- currently awaiting that reply.
    my gmail acct sends emais fine thru iphone.
    any help appreciated
    thanks
    jb

    hi - i posted this in another thread but meant to post it here - oops - i've been following this thread and others for days now - i also have been having safari/email 'sending message content to server failed'/flash 10 plugin problems since latest security/java/qt software update - here's what i recommend and what i'll be doing from now on - before i install any updates via software update i'll be saving the download/installers to a folder as suggested in another topic thread - next i'll be disconnecting my router - and connecting the modem directly to the computer - bypassing the router - once i'm sure configurations/internet/mail are functioning correctly i'll connect the router - all this time my problems were with my router port settings - not safari or flash 10 plugin or mail app - go figure - hope this helps - peace!

  • Sending the message content to the server failed

    I have 2 mail accounts setup in Mail. They are on separate domains I host on my server. One account works great, the other gives this error message every time I try to send. "Sending the message content to the server failed." It offeres me to use a different outgoing mail server.
    I am on latest Lion 10.7.3. mail version os 5.2 (latest). I connect through Airport Extreme.
    I Googled the problem and searched everywhere. I also tried deleting and setting up the account. I checked all my settings (multiple times). There is nothing to fix in settings. The Connection doctor does not see any problems.
    Here is the really frustrating part: Messages actually get sent. The recipeint always receives them. If I try again with the same server, I get the same error message and again message gets sent. But to Mail it is still unsent and sits in Outbox prompting to send.
    I also tried the MTU trick. No luck. I should also say that I have seen this problem before on other accounts. I've also seen it come and go. It happened on Snow Leoprad and Leopard too.
    Any ideas?

    I should add that the account (like the one that works) is setup as POP/SMTP. It is set to use its own domain as outgoing mail server. Again, messages get sent but Mail doesn not think so.

  • Getting the message content in User Messaging Service

    Hi,
    I have a specific requirement in my project to get the message content of any message sent by ums, given a ums message id. Is there any api in UMS or anyother way to get this details.
    Thanks in Advance,
    Sudan

    Just wanted to give kudos for the example you have below ... i was in the same situation and was madly looking for a reference like the one below ...
    Thanks,
    M.

  • TS3899 Tried all the tips on line. Every time I try to send an e-mail, it gives me this message, "A copy has been placed in your Outbox. Sending the message content to the server failed" Any help in how to resolve would be appreciated

    I went through all the steps to try to resolve getting the message in a box every time i try to send an e-mail. What next ?
    Message is " A copy has been placed in your
                        Outbox. Sending the message content to the server failed."
    Any assistance would be greatly appreciated. My internet works fine as I can send e-mails from my Yahoo account on my MAC no problem.
    Address is fine etc.

    How long has it been going on? I've had my yahoo mess up and if i wait a bit it resolves itself. Yahoo is doing something with their servers and it messes with your mail if your mail happens to be on one of those servers.

  • Sending email error with Yahoo: "A copy has been placed in your Outbox. Sending the message content to the server failed."

    HELP!  Why am I getting this error message? It's driving me crazy! When I try to send an email,  the message stalls in the outbox and the following message pops up -  "A copy has been placed in your Outbox. Sending the message content to the server failed." I have deleted and reinstalled the account, restarted the phone, etc - what the heck? The emails work just fine at Yahoo online, so the account it fine...I don't want to hard reset the phone, as I had to do that recently and it's a pain - any suggestions?

    OR they are the right settings but you are trying to send through a different internet provider or 3G provider, that does not allow that SMTP server to send email.
    if I send email from 3g or someone elses wifi on a different ISP, it will not work, because it does not allow that server to be contacted. this is normal.
    What you want to do is setup a gmail account and use their SMTP server settings for the defauly outgoing server. that way you dont have to worry about this.

Maybe you are looking for

  • No suggestion has worked for me to fix iTunes 10.2.1.1 upgrade!

    I upgraded my iTunes when prompted 2 days ago and thought nothing more of it until yesterday when I tried to launch iTunes in order to add more songs. (I am using Windows 7 btw). Whenever I clicked on the icon to open it nothing happened and before a

  • How to create Text Variables in BEx Query Designer

    How  can i create Text Variables in Bex Q.D. I am able to create characteristic variables but i can't find option to create text variables. What's the requirement to create Text variables in Bex Q.D. When i try to create Text variable for 0calDay.. t

  • Read from text file to save into mysql db/text variable

    hi how do I read from a text file and assign the content to a variable. Cause i want to store the text file in a mysql database. any help are greatly appreciated. thanks in advance

  • Passing parameters to an embedded swf

    Hi all, I'm trying to embed a SWF animation that contains parameters (flashvars). I successfully used this animation in HTML and passed values to these parameters and now I want to embed it in a Flex project. I managed to load and show the animation

  • Light Room 3 and Photoshop Elements 9-saving

    When I am in LR and choose "edit in PSE" it takes me to PSE with my LR edits and a duplicate is created in LR.  WHen I am done in PSE and want to save it is not showing my PSE edits in LR.  What am I doing wrong?