Results 1 to 2 of 2

Thread: Help: Not able to view email content

  1. #1
    rajendranraja is offline Junior Member
    Join Date
    Sep 2009
    Posts
    3

    Unhappy Help: Not able to view email content

    Hi,

    The email content is partially displayed in my SugarCRM community version 6.1..2.

    Iam not able to view anything after "Hi" for the email attached below (refer attachment)

    The problem seem to occur in "modules\Inboundemail\inboundemail.php" at the following lines

    ---
    ...
    else
    {
    $safedMsgPart = $this->cleanContent($msgPart);
    return str_replace("<img />", '', $safedMsgPart);
    ...

    ---
    Iam able to view the email if i return the "$msgPart" instead of "$safedMsgPart".

    Please help me to solve this issue.

    Thank you,
    Raja
    Attached Files Attached Files

  2. #2
    rajendranraja is offline Junior Member
    Join Date
    Sep 2009
    Posts
    3

    Default Re: Help: Not able to view email content

    Hi,

    The error occurs while making email content as Clean HTML for displaying it in browser. For some reasons, "HTMLSax3.php" returns truncated email content when it encounters the below mentioned line while parsing the raw email.

    <?xml:namespace = prefix =3D o ns =3D=20 "urn:schemas-microsoft-comfficeffice" />

    Can anyone help me to to fix it?

    Thank you,
    Raja

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Bug : Email message content, symbnol +
    By nexzus in forum Feature Requests
    Replies: 4
    Last Post: 2009-03-06, 03:32 PM
  2. Annoying bug destroys email content
    By DistinctiveWeb in forum General Discussion
    Replies: 7
    Last Post: 2007-07-16, 06:51 AM
  3. Replies: 0
    Last Post: 2006-05-02, 04:59 PM
  4. Replies: 1
    Last Post: 2006-04-19, 01:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •