TS3276 Content-Transfer-Encodong: quoted-printable?

Does anyone know why I'm receiveing emails that look like this? Is it a setting on my end or the sending emailer?
Thanks in advacne for your help.
--Apple-Mail-425-337390284
Content-Type: multipart/mixed;
          boundary=Apple-Mail-426-337390286
--Apple-Mail-426-337390286
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
          charset=us-ascii
<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
"><div>Here are the adjustments from 3/4 through =
3/10.</div><div><br></div><div><font class="3D""Apple-style-span" =
size=3D"4"><b><u>I huge kudos to Los Gatos and San Jose for having spot =
on bike inventories!  Great =
work!!!</u></b></font></div><div><br></div><br><div>
<span class="3D""Apple-style-span" style=3D"border-collapse: separate; =
color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; =
white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><span class="3D""Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
Helvetica; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: 2; =
text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
-webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space; "><span class="3D""Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
Helvetica; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: 2; =
text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; =
-webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><span class="3D""Apple-style-span" =
style=3D"font-size: 13px; =
"></span></span></div></span></span></div></body></html>

How exactly are you accessing the original attachment data?  If you use getInputStream to read the original data store it, then the data is going to be decoded when you read it.  When you attach it to the new message, that data is going to be re-encoded when the message is sent (or saved).  JavaMail may not be encoding it in exactly the way the original sender did, although in most cases that shouldn't make a difference.  Depending on the content of the PDF file, quoted-printable might not be the best choice for encoding.
You  might be better off storing the encoded original data, using getRawInputStream, then using PreencodedMimeBodyPart when you construct the new message.

Similar Messages

  • How to change Content-Transfer-Encoding for mail sending

    Hello Experts,
    I need to send some documents through mail which i am doing with the help of cl_output_service=>document_output method. Mail is been send succesfully.
    But in the payload content which got from Exchange server:
       X-Mailer: SAP Web Application Server 7.10
       Content-Type: text/plain;
        charset="us-ascii"
       Content-Transfer-Encoding: quoted-printable
    Can any one help me, how i can change Content-Transfer-Encoding field to some other format which is not  'quoted-printable'.
    Thanks & Regards,
    Dheeraj

    Do you documents contain an XML Declaration like this at the top?
    <?xml version="1.0" encoding="ISO-8859-2"?>
    If not, then they need to. The XML 1.0 specification says that if an XML declaration is not present, the processor must default to assume its in UTF-8 encoding.

  • Encoding - quoted-printable & charset utf-16 how to read

    hi,
    I have this following Multipart request comes from a system. Our application has to receive this part and process.
    ------=_Part_26425_3101246.1109752031682
    Content-Type: text/plain; name=Mojo.txt; charset=utf-16
    Content-Transfer-Encoding: quoted-printable
    Content-Location: Mojo.txt
    =FE=FF=00M=00o=00j=00o
    ------=_Part_�j%B��
    I could able to receive and save the file locally. As it mentioned, it is encoded using "quoted-printable", so I decoded using the following method.
    MimeUtility.decode(fInputStream, "quoted-printable");
    and can able to decode the file. Once the decode process is done, I need to read the value of the text file. I understand from the headers(charset=utf-16), I assume it is a UTF-16 file, so i reading the text using the following code but getting some extra ?? characters in front of the actual text.
    BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(fis,"utf-16"));
                        String nextLine;
         while((nextLine = bufferedReader.readLine()) != null)
              System.out.println(nextLine);
           How to read this correctly?.
    rgds
    -VK Bala Murali-

    Something like:
    // delete BOM, if any
    if (sb.charAt(0) == '\uFEFF') {
        sb.deleteCharAt(0);
    or
    if (str.charAt(0) == '\uFEFF') {
        str = str.substring(1);
    }

  • Attachments not displayed inline for quoted printable email

    I have one correspondent who uses Outlook on a Mac - no attachments from their emails are displayed in line. I believe that it is due to the fact that the HTML part has content transfer encoding equal to "quoted-printable" and all of the image tags have src=3D"...",
    e.g.
    <img src=3D"cid:C24BE50E-5D6F-46D3-9EFB-1C569F35CA70" type=3D"ima=
    ge/png">
    The 3D" seems to be the only difference in a view source compared with an email generated by Thunderbird.
    Is there any way of correctly displaying these emails?
    Troubleshooting Information
    This page contains technical information that might be useful when you're trying to solve a problem. If you are looking for answers to common questions about Thunderbird, check out our support website.
    Include account names (possibly identifying information)
    Application Basics
    Name Thunderbird
    Version 31.3.0
    User Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
    Profile Folder
    (Local drive)
    Application Build ID 20141127140543
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Mail and News Accounts
    ID Incoming server Outgoing servers
    Name Connection security Authentication method Name Connection security Authentication method Default?
    Crash Reports
    Report ID Submitted
    All Crash Reports
    Extensions
    Name Version Enabled ID
    Duplicate Contact Manager 0.9.2 true {b4447f60-db9c-11da-a94d-0800200c9a66}
    gContactSync 1.1.2 true [email protected]
    Lightning 3.3.2 true {e2fda1a4-762b-4020-b5ad-a41df1933103}
    LookOut 1.2.13 true [email protected]
    Nostalgy 0.2.33 true [email protected]
    Provider for Google Calendar 1.0.3 true {a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
    QuickFolders 3.14.1 true [email protected]
    Signature Switch 1.6.12 true {2ab1b709-ba03-4361-abf9-c50b964ff75d}
    StartupMaster 1.6 true {506d044e-41fa-4cc8-9dc6-9ff70e96eebf}
    AttachmentExtractor 1.3.5.1 false {35834d20-efdb-4f78-ab77-9635fb4e56c4}
    Important Modified Preferences
    Name Value
    accessibility.typeaheadfind.flashBar 0
    browser.cache.disk.capacity 358400
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.cache.disk.smart_size_cached_value 358400
    dom.max_chrome_script_run_time 0
    extensions.lastAppVersion 31.3.0
    font.internaluseonly.changed false
    font.language.group x-unicode
    font.name.monospace.el Consolas
    font.name.monospace.tr Consolas
    font.name.monospace.x-baltic Consolas
    font.name.monospace.x-central-euro Consolas
    font.name.monospace.x-cyrillic Consolas
    font.name.monospace.x-unicode Consolas
    font.name.monospace.x-western Consolas
    font.name.sans-serif.el Calibri
    font.name.sans-serif.tr Calibri
    font.name.sans-serif.x-baltic Calibri
    font.name.sans-serif.x-central-euro Calibri
    font.name.sans-serif.x-cyrillic Calibri
    font.name.sans-serif.x-unicode Calibri
    font.name.sans-serif.x-western Calibri
    font.name.serif.el Cambria
    font.name.serif.tr Cambria
    font.name.serif.x-baltic Cambria
    font.name.serif.x-central-euro Cambria
    font.name.serif.x-cyrillic Cambria
    font.name.serif.x-unicode Cambria
    font.name.serif.x-western Tahoma
    font.size.fixed.el 14
    font.size.fixed.tr 14
    font.size.fixed.x-baltic 14
    font.size.fixed.x-central-euro 14
    font.size.fixed.x-cyrillic 14
    font.size.fixed.x-unicode 14
    font.size.fixed.x-western 14
    font.size.variable.el 17
    font.size.variable.tr 17
    font.size.variable.x-baltic 17
    font.size.variable.x-central-euro 17
    font.size.variable.x-cyrillic 17
    font.size.variable.x-unicode 17
    font.size.variable.x-western 17
    gfx.direct3d.last_used_feature_level_idx 0
    mail.openMessageBehavior.version 1
    mail.winsearch.enable true
    mail.winsearch.firstRunDone true
    mail.winsearch.global_reindex_time 1315322188
    mailnews.database.global.datastore.id 69632081-3877-4fb8-9cb6-4efc696a7e0
    network.cookie.cookieBehavior 2
    network.cookie.prefsMigrated true
    places.database.lastMaintenance 1420755859
    places.history.expiration.transient_current_max_pages 104858
    places.history.expiration.transient_optimal_database_size 167772160
    plugin.importedState true
    Graphics
    Adapter Description Intel(R) HD Graphics 4600
    Vendor ID 0x8086
    Device ID 0x0412
    Adapter RAM Unknown
    Adapter Drivers igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32
    Driver Version 10.18.10.3277
    Driver Date 8-19-2013
    Direct2D Enabled true
    DirectWrite Enabled true (6.3.9600.17415)
    ClearType Parameters Gamma: 2200 Pixel Structure: R ClearType Level: 100 Enhanced Contrast: 100
    WebGL Renderer false
    GPU Accelerated Windows 5/5 Direct3D 10
    AzureCanvasBackend direct2d
    AzureSkiaAccelerated 0
    AzureFallbackCanvasBackend cairo
    AzureContentBackend direct2d
    JavaScript
    Incremental GC 1
    Accessibility
    Activated 0
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.6 4.10.6
    NSS 3.16.2.3 Basic ECC 3.16.2.3 Basic ECC
    NSS Util 3.16.2.3 3.16.2.3
    NSS SSL 3.16.2.3 Basic ECC 3.16.2.3 Basic ECC
    NSS S/MIME 3.16.2.3 Basic ECC 3.16.2.3 Basic ECC

    Sorry.

  • How to change the Content-Transfer-Encoding for the fmddataa.fmd from base

    Dear all,
       When I using this SO_DOCUMENT_REPOSITORY_MANAGERto send email,I find the fmddata.fmd  file have been changed  to binary file attachment. I don't hope so.any one have good idea to avoid this case occur?
      Can you tell me how to change the Content-Transfer-Encoding for the fmddata.fmd from base64 to quoted-printable.  The quoted-printable is the Content-Transfer-Encoding for text file with extension .txt
    Best Regards,
    Merry

    Thank you

  • Five days ago I received an email from an anonymous sender with the subject: Your Apple ID was just used to buy full album Elton John 312.99. Your receipt No. 37930343160405752. the content began: Content-Transfer-Encoding: base64 From (my email add

    Five days ago I received an anonymous email with the subject:
    Your Apple ID was just used to buy full album Elton John £12.99.Your receipt No.37930343160405752
    The content started: Content-Transfer-Encoding: base64 From:(my email address) followed by a very,very,very long stream of gobbledygook. There is no record of it in my i-tunes purchases or my credit card statement but that might only be because I have not updated my credit card details. Should I be worried that my account has been compromised? Does anyone know how I can get through to the right section of Apple to deal with this - all the emails I get say no-reply so I don't have an email address to contact them on.
    I would be most grateful if anyone could help me with this.
    Thanks in advance
    Walwal

    It's a phishing attempt to try and get your account and payment details - forward it to Apple : [email protected] , and then delete it
    Phishing emails : Identifying fraudulent "phishing" email - Apple Support
    Genuine emails : Identifying legitimate emails from the iTunes Store - Apple Support

  • ICE for room to room content transfer

    Hi,
    We are currently on EP6.0 SP10.
    We are about to upgrade to EP7.0. Quite alot of collaboration rooms
    are there with lot of content like documents etc. So we are planning to transfer
    all that content to the new portal. I have heard that transport of rooms as a whole is not possible. They would have to be manually created again.
    But it also said that content transfer is possible using webdav or ICE.
    I tried using ICE online transfer for that but the target rooms are not getting the
    contents properly. Is this actually possible, does anyone know the actual procedure.
    PS: <i>Have already gone through the help links</i>
    Rgrds

    Hi Vijay,
      I had faced the problem with the room id of destination room.
    Then nothing gets transferred properly.
    >><i>We can transport the content from the folder "room_extensions" and manually move to the specified contents in the target portal room</i>
    Could you pls clarify what you mean by this,because room extensions
    contains a folder heirarchy ie cm_stores->documents->workspaces.
    That contains quite a lot of folders with the same workspace name ,ie documents
    pertaining to different rooms. So transporting the content from the appropriate folder is quite hard to point out.
    Also our source portal will be a EP6.0 SP10 and target a new EP7.0 installation
    wher we wnat to have the old rooms content.
    Rgrds

  • Content transfer using axis  - Web Services

    Hello all,
    im new to webservices.Can any one kindly advice me how we can do content transfer using web services. Im using apache axis.
    Presently I did content trasfer using datahandler class. Both my client and my web service were developed in Java. Everything is good. im happy I can able to do the content transfer.
    But for a non java client where datahandler is not available how could I make it?. Presently my web service needs datahandler as its input from the client.
    Is this a right way to develop a webservice?.
    Waiting for your quick response...
    Thanks,

    I would suggest creating a web service, and querying the web service from the other farm. I don't think you'll be able to use the SPSiteDataQuery object itself across the farm boundary.
    Walkthrough: Creating a Custom Web Service
    Creating Custom WebService In SharePoint 2007
    Creating a Custom Web Service for SharePoint
    Or else you can go for SBA(Search based application) by consuming SharePoint Search webservice.
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • I am using Ubuntu 10.04, when I am trying to open a java dependent browser i am unable to open the content.There is some problem to load Doc,exl files with the content transfer protocol of the linked browser.

    I am working on Ubuntu 10.04,
    Whenever I use to access a site which is java based site I am having problem to see the contents.There are several instants while browsing that we clicks a link & it opens a site which is a Ms DOC/EXL file which should get opened after the click & happens with the help of java script.
    My problem is that I am unable to open the sites which is related to content transfer protocol of DOC/EXL
    Plz do help.
    Regards
    Srijan

    Hi Grace,
    The free app MPEG Streamclip may be able to convert the file to a more suitable format. It can be downloaded from the developer's site here:
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    Here's a User Tip by AppleMan1958 that provides some more information about MPEG Streamclip (it's about importing homemade DVDs, but similar principles apply):
    https://discussions.apple.com/docs/DOC-3951
    John

  • Please tell me, which is better either BASE64 or Quoted-Printable.

    Hello all.
    Does anyone tell me, Which is better on MIME either BASE64 or Quoted-Printable?
    I'm not so familiar with MIME.
    Any Opinion will be appreciated.
    Thanks.
    p.s.
    excuse me for my english.

    BASE64 is better for encoding a binary file, such as gifs, etc...
    Quoted-printable is better for ASCII files with some extra chars, such as newlines, =, $, etc..., this algorithm encode only that chars, leaving all other chars unchanged..
    look at http://pages.prodigy.net/michael_santovec/decode.htm for further information

  • I want to convison the mail body 's Content-Transfer-Encoding to base64

    Return-Path: <[email protected]>
    Received: from tobacco ([130.130.160.76]) by webapp.tobacco
    (Netscape Messaging Server 3.6) with ESMTP id AAA70AC;
    Tue, 6 Nov 2001 18:26:28 +0800
    type: ���� intra@ius_center 1670
    subject: ������gggggg��
    Content-Type: text/html; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    Date: Tue, 6 Nov 2001 18:26:28 +0800
    Message-ID: <[email protected]>
    From: [email protected]
    <center><h1>����</h1><TABLE BORDER=1 CELLPADDING=5 width=90%%>
    <TR><TD BGCOLOR=#CCCC99 width=74 valign=top><STRONG>��������</STRONG></TD><TD BGCOLOR=#EEEEEE>gggggg</TD> </tr>
    <TR><TD BGCOLOR=CCCC99 VALIGN=TOP><STRONG>�� �� ��</STRONG></TD><TD BGCOLOR=#EEEEEE>������ ������������������</td></tr>
    <tr><TD BGCOLOR=#CCCC99 VALIGN=TOP><STRONG>�� �� ��</STRONG></TD><TD BGCOLOR=#EEEEEE >������ ������������������</td></tr>
    <tr><TD BGCOLOR=#CCCC99 VALIGN=TOP><STRONG>��������</STRONG></TD><TD BGCOLOR=#EEEEEE >fdsf</td></tr></TABLE>

    Me too. I want to find out what encoding a particular $INPUT_FILE part is when I need to parse it in my conversions script.

  • SensMe "Content Transfer" on PC for USB

    Hey Everyone,
    I have a DSX-S310BTX coming my way and I'm REALLY excited about it! While waiting for it to arrive, I decided to get a head start on getting the USB stick I plan to use in it up to speed. It's a generic 32 GB USB stick drive.
    I've downloaded and installed the latest version of the "Content Transfer" software used to turn on the SensMe features. My computer system has two hard drives: A small SSD system drive (C with about 10G free and a large normal hard drive for storage with about 140G free. I've launched "Content Transfer", registered the USB drive, grabbed about 20G of music, drug it over to "Content Transfer" and it starts doing its thing rather nicely...
    ...Until slowly but surely the 10G of free space on my system drive goes to 0 and then the program crashes. It turns out that the "Content Transfer" program is making lots of large .DAT cache files in "C:\Users\[username]\AppData\Roaming\Sony Corporation\Content Transfer" and filling up the system drive. If I delete all the DAT files and start over, the software seems to nicely pick up where it left off until once again the system drive fills up and crashes the program. As you can probably guess, this is rather annoying.
    My question is simply this: Is there a way to either A) tell the "Content Transfer" software to cache the .DAT files in a different spot (like my regular drive with lots of free space) or B) tell the software to use 1GB of cache space and chill out until it's done doing the transfer for that 1GB stack of files and then continue?
    Any help would be greatly appreciated! Thanks again and have a great day!! ^_^
    Kris.

    Thank you for your post.
    It's not changeable in the software's settings and I've also checked the system registry and for any ini or inf files that might point the Content Transfer software to the temporary location however it doesn't appear to be set that way. So it appears the location of the temporary files cannot be changed unfortunately.

  • ICE - Content Transfer & Performance

    Hi,
    We are implementing a Content Management System using KM on EP6SP14. We have a staging Portal to create the content, transfer it to Production Portal using ICE, and render it from there.
    Issues - ICE does not provide 'On demand' PUSH. Secondly ICE performance might degarde when volume of content becomes too huge (my assumption).
    Can you suggest any other technique for accompaishing this or have you used some other technique for similar design requirements.
    Rgds

    Hi Sanjay Did u get any answer to ur problem as i also have problem with encoding problems and would like to change the encoding of the email message in the case when it is not specified with the email itself
    Thanks

  • Content-Transfer-Encoding is possible to change of received mail?

    Its possible change Content-Transfer-Encoding 7bit to 8bit in received mail?
    If yes please let me know how?
    Thanks
    Sanjay kashyap

    Hi Sanjay Did u get any answer to ur problem as i also have problem with encoding problems and would like to change the encoding of the email message in the case when it is not specified with the email itself
    Thanks

  • Content-Transfer-Encoding for mail from Portal

    Hi,
    I work on Portal 7.0 SP 12.
    Do You know how to change encoding (Content-Transfer-Encoding) for mails send from portal by users (ex. from Collaboration Launch Pad) ?
    Regards,
    Jarek

    Thank you

Maybe you are looking for