HTML Content Disappearing

We're using Groupwise 8.0.2 on SLES 10 SP3 64 bit, and are experiencing the following problem - Email sent to external recipients using Droid devices and the TouchDown (by NitroDesk) email client have no content in the message body. We can send to an internal recipient from the Droid using TouchDown and everything comes through just fine. At first I suspected our Sophos email gateway appliance of causing this. But, after I instructed the appliance to quarantine a message and looked at it prior to the message being sent, there was no message body, and this would have been after the GWIA processed the message and sent it to the appliance. So, that's why I suspect the GWIA of not being able to interpret the message coding. After speaking with NitroDesk about this issue, they have sent the following information as to how TouchDown encoded this particular message, and I've copied that below. Does anyone know if there are parts of this that do not comply with applicable standards, or some reason as to why the GWIA might not be able to digest it properly?
Thanks!
Message from NitroDesk follows:
For your reference, if you are interacting with Novell on this, the send command to send the message from TD is sending the following
To: [email protected]
From: [email protected]
Date: Tue, 23 Aug 2011 09:45:18 -0500
X-Mailer: TouchDown
MIME-Version: 1.0
Subject: =?utf-8?B?SFRNTCBNZXNzYWdl?=
Content-Type: multipart/mixed;boundary="__1314110718005TOUCHDOWN_BOUNDARY_ _"
--__1314110718005TOUCHDOWN_BOUNDARY__
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
<html><body style=3D'font-family:Arial, Helvetica, sans-serif;font-size:smal=
l;color:black' ><span style=3D"font-family:Arial, Helvetica, sans-serif;font=
-size:small;color:black">This is HTML<br><br>Sent from my Android Emulator u=
sing TouchDown <br>(www.nitrodesk.com)<br></span></body></html>
--__1314110718005TOUCHDOWN_BOUNDARY__--

Originally Posted by Michael Bell
looks ok. Have you trapped at GWIA level (trapping internet messages,
knowledge base)
I've tried (per 7003543) but incoming will not trap. Outgoing will trap, but not Incoming - they just never show up.
On 8/23/2011 8:46 AM, pagjsp wrote:
>
> We're using Groupwise 8.0.2 on SLES 10 SP3 64 bit, and are experiencing
> the following problem - Email sent to external recipients using Droid
> devices and the TouchDown (by NitroDesk) email client have no content in
> the message body. We can send to an internal recipient from the Droid
> using TouchDown and everything comes through just fine. At first I
> suspected our Sophos email gateway appliance of causing this. But, after
> I instructed the appliance to quarantine a message and looked at it
> prior to the message being sent, there was no message body, and this
> would have been after the GWIA processed the message and sent it to the
> appliance. So, that's why I suspect the GWIA of not being able to
> interpret the message coding. After speaking with NitroDesk about this
> issue, they have sent the following information as to how TouchDown
> encoded this particular message, and I've copied that below. Does anyone
> know if there are parts of this that do not comply with applicable
> standards, or some reason as to why the GWIA might not be able to digest
> it properly?
>
> Thanks!
>
> _MESSAGE_FROM_NITRODESK_FOLLOWS:_
>
> For your reference, if you are interacting with Novell on this, the
> send command to send the message from TD is sending the following
>
> To: [email protected]
>
> From: [email protected]
>
> Date: Tue, 23 Aug 2011 09:45:18 -0500
>
> X-Mailer: TouchDown
>
> MIME-Version: 1.0
>
> Subject: =?utf-8?B?SFRNTCBNZXNzYWdl?=
>
> Content-Type:
> multipart/mixed;boundary="__1314110718005TOUCHDOWN_BOUNDARY_ _"
>
>
>
>
>
> --__1314110718005TOUCHDOWN_BOUNDARY__
>
> Content-Type: text/html; charset="utf-8"
>
> Content-Transfer-Encoding: quoted-printable
>
>
>
> <html><body style=3D'font-family:Arial, Helvetica,
> sans-serif;font-size:smal=
>
> l;color:black'><span style=3D"font-family:Arial, Helvetica,
> sans-serif;font=
>
> -size:small;color:black">This is HTML<br><br>Sent from my Android
> Emulator u=
>
> sing TouchDown<br>(www.nitrodesk.com)<br></span></body></html>
>
>
>
> --__1314110718005TOUCHDOWN_BOUNDARY__--
>
>

Similar Messages

  • Flex 3 project, all visible content disappears

    This is a bit hard to describe.  It's a complex Flex app for a realtime multiplayer game using socket connections.  Previously, everything worked fine, but after some recent changes there is a point where all visible content disappears.
    What is REALLY odd is that this ONLY happens when the SWF is embedded in an HTML page.  If the SWF is loaded directly by the browser, either locally using file:/// or served by a webserver (i.e. http://localhost:8080/swfs/MySwf.swf) then the SWF works as expected and transitions to the next state without a problem.
    Also of note is that no error is thrown and, yes, I have the debug version of flash installed and can see popup errors by intentionally causing them to test.
    I'm at a loss for how to debug this.  I started by commenting out all sections of the code that had recently changed, but the problem persisted.  Since then, I'm shooting in the dark, commenting out sections and testing.  For a bit, I thought the problem might be with the embed code itself, but I'm using the default generated by Flex Builder and it has not changed in the past 10 months that the last version of this SWF was working.  I've tried using every alternate window mode, but that didn't change anything.
    I've been testing mainly in Safari 4 (OS X), but tried Firefox 3.5 to confirm that the problem wasn't mac-browser specific, and tried Firefox 3 (Ubuntu) to confirm it wasn't OS specific.
    Does anybody know, on a high level, what could cause this kind of problem?  Specifically...
    1)  What can cause the display to suddenly clear?
    2)  What differences are there between running the SWF directly (even loaded from a webserver, so it's not local content) that could affect rendering?
    3)  Any other advice on things to try?
    Attached are two images:
    (a) the one with content elements is the desired effect, and was the result of loading the swf directly, and
    (b) the one with just the plain background image is the result at the same step but embedded in an HTML page
    Thanks!

    Thanks for the suggestion Barna.  I've been doing that, though, and discovered that the code continues to run in the background, not having hit any error.  I literally had logging statements between every line of code in the function where the content disappears, and every logging statement was output as it should be. 
    So, I tried executing a different function that does nothing but change the current state instead, and the problem still occurred.
    The keys points thus far are:
    (1) no error messages thrown
    (2) no errors in the AS3 code
    (3) but a call to currentState = "lobby" (which is the next desired state) causes the contents of the display to vanish
    (4) again, only happens when embedded
    If there is an error, it seems to be in the state change... which is MXML, so I can't log output there, but I'll see if commenting out particular element(s) or changes will shed some light on where an error might be...

  • Creating Page Layout Problem : Page Content Disappears

    Hello,
    I am a recent grad and new to the world of Sharepoint and ASP.
    I created a Page Layout with 3 columns and I implemented the 'Page Content' in each column.
    When I enter anything ( Text or HTML)  in the Page Content and save, it immediately discards what I entered and saved.
    What am I doing wrong? 
    Thanks in advance.

    Hi,
    According to your post, my understanding is that Page Content Disappears after you save the created Page Layout.
    The issues is caused by that Page Layout is not assocaited with the content type.
    Please make sure you create Page Layout correctly. You can refer to:
    How to: Create a page layout in SharePoint 2013
    Here is a similar thread for you to take a look at:
    http://islamkhattab.blogspot.in/2013/04/publishing-page-layout-image-field.html#!/2013/04/publishing-page-layout-image-field.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • HTML content sits on top of Flex application

    I'm trying to load a PDF document in my AIR application using the MX:HTML component. When a popup opens, the HTML component's default behaviour is to hide the content when a popup opens and reappear when the popup disappears. This is what I would expect.
    However if the HTML content is reloaded while the popup is open, the HTML content is reappearing automatically and sitting on top of the popup.
    I can replicate this behaviour using Flex SDK 4.6, 4.11, 4.12 and 4.12.1.
    Is this a normal behaviour? Is there a way to stop this from happening?
    Here is some working sample code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           creationComplete="maximize()">
        <s:layout>
            <s:VerticalLayout/>
        </s:layout>
        <fx:Script>
            <![CDATA[
                import flash.utils.setTimeout;
                import mx.managers.PopUpManager;
                import spark.components.TitleWindow;
                private function openPopUp():void
                    var popup:TitleWindow = new TitleWindow();
                    PopUpManager.addPopUp(popup, this, true);
                    PopUpManager.centerPopUp(popup);
                    setTimeout(function():void{html.reload()}, 1000);
            ]]>
        </fx:Script>
        <s:Button click="openPopUp()" label="CLICK"/>
        <mx:HTML id="html" location="http://www.energy.umich.edu/sites/default/files/pdf-sample.pdf" width="100%" height="100%"/>
    </s:WindowedApplication>

    Hi,
    What about if you create a separate title window as: pdf.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:TitleWindow xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   width="800" height="600">
    <mx:HTML id="html" location="http://www.energy.umich.edu/sites/default/files/pdf-sample.pdf" width="100%" height="100%"/>
    </s:TitleWindow>
    And call the title window as:
    private var pdfWin:PDF = new PDF();
    private function openPopUp():void 
    PopUpManager.addPopUp(pdfWin, this, true); 
                    PopUpManager.centerPopUp(pdfWin); 
    popup should be gone when you reload.
    I hope this help.
    Best,

  • Report and HTML content

    Hi,
    I have a lot of HTML formatted text stored in a blob field.
    The HTML code has some <b>a href</b> tags (something like this: a href = "53127" or a href = "53127_1" or a href = "53127_2" ...).
    I created a appIication using APEX (10gXE) and I can display the HTML content in my report but the links do not work.
    I need something like this:
    http://127.0.0.1:8080/apex/f?p=103:4:SESSION_ID::NO:RP,:P4_CODACT:53127
    instead of:
    http://127.0.0.1:8080/apex/53127
    I am tryng to migrate a web application created in Java using servlets. In Java the solution was the use of regular expressions to convert the stored <b>a href</b> tag to a valid url.
    Here is my Java code:
    -- some code
            s=processHtmlTags(s,
                "<a href = \"([0-9_].*?)\">",
                "<a href=\"" + dm.response.encodeURL("ResultDetail") + "?codact=",
                "\">");-- rest of servlet
    -- the processHtmlTags definition
        public String processHtmlTags(String INPUT, String REGEX, String strHead, String strTail) {
            int cnt=0;
            String strOutput;       
            Pattern pattern;
            Vector group0 = new Vector(5);
            Vector group1 = new Vector(5);       
            try {
                pattern = java.util.regex.Pattern.compile(REGEX);
                matcher = pattern.matcher(INPUT);
            catch(java.util.regex.PatternSyntaxException pse) {
            while (matcher.find()) {           
                group0.addElement(matcher.group(0));
                group1.addElement(matcher.group(1));
                cnt++;
            strOutput=INPUT;
            for(int i=0; i<group0.size(); i++) {           
                String s0=(String)group0.elementAt(i);
                String s1=(String)group1.elementAt(i);
                strOutput=strOutput.replaceAll(s0,strHead+strAnchor(s1)+strTail);           
            return strOutput;
        }The question is can I do the same thing using APEX?
    Thanks,
    Catalin Florean.

    Use the REGEXP_REPLACE function available in 10g.
    That also implies switching from an HTML region to a PL/SQL region.

  • SSRS 2008 R2 report does not print the page header for a html content displaying on multiple pages

    Hi
    I need to display the html content from the database. The html content are quite long and can have content of 3-5 pages. Issue I  am facing is f the record has html content of 3-5 pages, then it does not print the page header (which is a separate tablix) on
    second page onwards.
    Nikesh Shah
    Nikesh Shah

    Hi Nikesh,
    According to your description, I’m not sure the meaning of Page header in your scenario. In Reporting Services, a page header that run along the top of each page, respectively. Headers can contain static text, images, lines, rectangles, borders, background
    color, background images, and expressions. But we couldn’t add tablix in the page header.
    If you are saying report header, a report header consists of the report items that are placed at the top of the report body on the report design surface. They appear only once as the first content in the report. So it cannot repeat in other pages.
    If you are saying tablix header, freezing column headers are different in table and matrix. For more details, please refer to the following thread:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c8ddc1af-1bdf-4e72-8aab-0353c7cc848a/ssrs-report-freezing-row-and-column-while-scrolling-issue?forum=sqlreportingservices
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Print html content of an JEditorPane

    Hello!
    I have an JEditorPane with some HTML Content displayed (as it is displayed in a browser).
    Now i want to sent this content to a printer.
    After some search i found the DocumentRenderer class from this link:
    http://www.fawcette.com/javapro/2002_12/online/print_kgauthier_12_10_02/
    It may be trivial, but i don't know how to create a HTMLDocument Object from my JEditorPane (and its contents).
    Maybe somebody can help me out with this.
    my code so far:
    DocumentRenderer renderer = new DocumentRenderer();
    HTMLDocument doc = new HTMLDocument();
    //At this point i don't  know how to get my JEditorPane/it's contents "into" the HTMLDocument Object
    renderer.setDocument(doc);
    renderer.print(doc);                               Many thanks in advance for help!

    find it out by myself.
    HTMLDocument doc = (HTMLDocument)myJEditorPane.getDocument();But now i ran in another problem:
    Checkboxes are not displayed when i print this content.
    Is it possible to solve this problem?

  • SSRS 2008 R2 report prints empty spaces for html content till end of page

    Hi
    I need to display records containing long html content say each record of different size ranging from 5 lines to 3-5 pages.
    Issue observed is:
    When a record complete is printing say half the page and subsequent record is bigger then half a page, the subsequent record is printed on the next page rather than continue immediately after the previous record is completed.
    Is their any property or any other solution to resolve the issue. Print on next page is not set.
    Nikesh Shah

    Hi Nikesh,
    As per my understanding, I think the issue is caused by the blank space in the report body. In order to get rid of the blank space when print the report, please refer to the following steps:
    Click on Report > Report Properties > Layout tab
    Make a note of the values for Page width, Left margin, Right margin
    Close and go back to the design surface
    In the Properties window, select Body
    Click the + symbol to expand the Size node
    Make a note of the value for Width
    Please check the Page Break settings on all your report items and make sure the Body Width + Left margin + Right margin less than or equal to Page width, just like the equalities below:
    (Body Width + Left margin + Right margin) <= (Page width)
    If there are any other questions, please feel free to ask.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • HTML Content not displayed correctly in UWL

    Hi all,
    I have setup UWL to connect to SRM 5.0 system. I have no problem retrieving alerts from the backend. However, alerts with HTML content are not displayed correctly in the UWL. Instead of parsing the HTML content, the html tags are displayed instead.
    Am I missing some configurations here?
    Thanks in advance.

    Hi Benny;
    Please see:
    My Oracle Support FAQ [ID 747242.5] << What are the browser requirements for accessing My Oracle Support?
    If you have still problem you can go wiht SR
    Regard
    Helios

  • HTML Content in Email Notifications

    Hi
    I was wondering if HTML content is supported in BPM Email notifications. The html code in the BPM UI task email notification is coming as plain HTML in the email, can you please let me know if there is any flag that needs to be turned on to process the HTML code before the email is sent out?
    Thanks
    Sasi

    i think standard notification doesn't support this.

  • Best practice for sharing html content on different group spaces?

    How can html content be shared between several group spaces?
    One way I have found is to add a html doc to ucm and then to add this doc as a iframe to a page.
    Are there other ways, like adding on one group space page a html layout element and then to view this content in a different space. How could this be done, with an expression language reference?
    Has someone experience in presenting the same html content on different spaces and can share how he does it. Any ideas are welcome.
    Thanks,
    Max

    Hey Max,
    Check out our technical whitepaper on Integrating ECM with Portal Technologies.
    Our "Fishbowl Portlets" allow you to share any content - HTML, WYSIWYG user generated content, documents etc - in multiple contexts (portlets, web apps, etc).
    This is one of the things that we showcased as the recent Collaborate conference in Vegas - WebCenter framework, UCM and the portlets surfacing the same items in different contexts - all personalization aware, configurable and end user/super user editable.
    The white paper can be found here:
    http://www.fishbowlsolutions.com/StellentSolutions/ContentManagementResources/index.htm
    A blog post on it can be found here:
    http://cfour.fishbowlsolutions.com/2010/03/10/fishbowl-portlets-followup-cis-and-content-consumption-options/
    warmly,
    Billy Cripe
    Fishbowl Solutions

  • Page content disappears in Edit mode - Custom Master Page

    Hi All,
    Below are the two issues I have with my master page.
    1) I am facing the strange issue with the pages created using custom page layouts and custom master page.
    In browse mode, everything looks perfect and as expected. But when I try to edit the same page, all content disappears as soon as page ribbon appears. When I click back on Browse tab on the ribbon, everything appears back normally. 
    2) Also When I apply my custom master page as site master for Publishing site it works I can see all my custom design and layout. But when I apply same for team sites, unless I change system master to my custom master page, it doesn't reflect my design.
    Does anyone face this issue before? 
    Thanks
    Pramod
    Pramod

    Once in edit mode, are you able to view the page's source and do a "Find" on a certain keyword that should normally appear in your page's content? Is it there?
    I'm trying to determine if its a server side issue with your master page's code that's causing the content not to be sent back across the wire to the user or if the content is there but just not properly presented. Thanks
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com

  • How to attach HTML content to DMS Document?

    Hello,
    I have a requirement in which I have to make a HTML file which contains the current Dispaly on screen, I have to attach this HTML file inside the DMS document.
    For this I am doing following steps.
    1 ) FM SAVE_LIST
    2) FM WWW_HTML_FROM_LISTOBJECT, form this FM I am getting the Internal table which is containing the HTML content.
             a) I am converting this internal table content ot first in XSTRING using FM SCMS_TEXT_TO_XSTRING
             b) And XSTRING to Binary format.
    3) After this I am creating a DMS cocument using FM CVAPI_DOC_CREATE
    3) After DMS document creation I am using FM CVAPI_DOC_CHECKIN to attach HTML file content to this DMS Document.
    Everthing seems to be ok, but when I am using CV03N to view the document, its showing the HTML file bu not showing the original content(HTML)
    Please help to find the problem, Is there any other way from which I could CHECKIN HTML content directly inside DMS document in HTML form without converting it to binary.

    HI,
    I have not understood the requirement.
    As far as I know, HTML need not to be checked in.
    Refer also link below
    Re: some questions on SAP DMS
    May be useful in choice of FM.
    Regards
    Nitin

  • HTML content with images and links blocked

    Hello,
    I very much need some help here because my company needs to send out newsletters to our clients in HTML format soon and so far the email with HTML content is being blocked as spam while text content works fine. Specifically, whenever I add a link or an image in HTML content, the email doesn't go through. I tried sending in multipart format but it is also not sending HTML with images and links. Here is my attempt:
                                    props.setProperty("mail.transport.protocol", "smtp");
                                     props.setProperty("mail.host", "mail.server.com");
                                     props.setProperty("mail.user", "joeuser");
                                     Session mailSession = Session.getDefaultInstance(props, null);
                                     mailSession.setDebug(true);
                                     Transport transport = mailSession.getTransport();
                                     MimeMultipart mp = new MimeMultipart("alternative");
                                     MimeBodyPart htmlPart = new MimeBodyPart();
                                     MimeBodyPart textPart = new MimeBodyPart();
                                     textPart.setText("Just to make it multipart");
                                     htmlPart.setHeader("MIME-Version", "1.0");
                                     htmlPart.setHeader("Content-Type", htmlPart.getContentType());
                                     htmlPart.setContent(strHtmlMessage, "text/html");
                                     mp.addBodyPart(textPart);
                                     mp.addBodyPart(htmlPart);
                                     MimeMessage message = new MimeMessage(mailSession);
                                     message.setHeader("MIME-Version", "1.0");
                                     message.setHeader("Content-Type", mp.getContentType());
                                     message.setHeader("X-Mailer", "Recommend-It Mailer V2.03c02");
                                     message.setContent(mp);
                                     message.setSubject(strSubject);
                                     message.setFrom(new InternetAddress("[email protected]"));
                                     message.addRecipient(Message.RecipientType.TO,
                                             new InternetAddress("[email protected]"));
                                             transport.connect();
                                             transport.sendMessage(message,
                                             message.getRecipients(Message.RecipientType.TO));
                                     transport.close();This code is one of my numerous attempts to make HTML send images and links. Please, let me know if there is a workaround way to make JavaMail send HTML with links and images in the message body. Your help will be greatly appreciated.

    The JavaMail FAQ has information on creating HTML messages, including
    messages with both plain text and HTML. Did you find it?
    BTW, your code has many unnecessary statements, such as setting
    the Mime-Version header, which JavaMail will do for you, and setting
    the Content-Type header, which JavaMail does as a side-effect of the
    setContent or setText calls.
    Other than that, it looks like your code should be correctly creating a
    multipart/alternative message. If the recipient is still rejecting it you
    need to figure out what it is about the message that makes the recipient
    think it's spam. Can you send a similar message using another mailer?
    Can you send the message to a different recipient?

  • Content disappears once Lifetime (Time-Based Publishing) is enabled

    We have transported KM content from our Dev KM to our QA KM.  We noticed that the Lifetime setting of the folder was not transported, so we enabled it on the folder in QA.  Once the lifetime is enabled in QA, the content disappears from the iView display.  On our Dev KM, it is working correctly.
    We checked the content and each has Valid-to and Valid-from fields set the same as it is in Dev.  They should be displaying as they do in Dev.
    The transport was done first using online ICE.  When that did not work we did it again using offline ICE, transporting a .zip file from Dev to QA.
    Any ideas as to what might be happening?
    Both QA and Dev are EP 7.0 SPS 11.

    Hi,
    If you transported the KM files with ICE, then the Application-Defined Properties
    such as Valid From and Valid Until for time-dependent publishing are not transported due to limitations in ICE transport.
    Check this for more:
    http://help.sap.com/saphelp_nw70/helpdata/EN/e2/61701deb253242bea2ebeafa190e83/frameset.htm
    Hope this helps.
    Regards,
    Praveen Gudapati

Maybe you are looking for

  • I just lost my contacts and calendar entries through icloud, how do i get them back?

    I read that the space being used up on my iphone can be from having iCloud backups on. So I turned them all off and thought when it said to delete the contacts and calendar eltries it mean the back up being stored on the phone, not the actual contact

  • Can't watch videos anymore?!?

    Hey folks, I know this has probably been asked already but can't find anything about but.....since I updated to iOS 6 on a few websites that I use on a regular basis I can no longer watch any videos that are posted, it tells me to either update flash

  • BEx Input Help Values Restricted

    Dear Gurus,     In our project, we navigate the attribute "0SALESORG" of "0PLANT" and use it on the report. In Sales Transactions, there is another 0SALESORG in our multiprovider. The problem occurs when I set 0SALESORG and 0PLANT as BEx variable inp

  • What resolution do I need in an external monitor for my 15" G4 Powerbook?

    Hello mac friends this is my first post I really hope someone can help me out. I need to get an external monitor for my 15 powerbook g4 1.67 w/ 64 mb graphics card. I can not find any monitor on the market whos' native resolution matches that of my g

  • Profit Ctr derivation for under payment auto posting in F-28

    Hello, I'm trying to apply a customer short payment to an open AR invoice in F-28. We have a 10% tolerance so the invoice is being cleared and remainder booked to the underpayment account. However, this is a revenue series accounts and requires a pro