The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
49 views

how to change Reviewboard e-mail content-transfer-encoding '8bit' to 'quoted-printable'?

Reviewboard is a great tool for peer-review. After upgrading to its latest v1.7.6, email messages arrive with Content-Transfer-Encoding as '8bit' like below, then multi-byte chars are broken. ...
1
vote
1answer
141 views

Lotus Domino data as JSON

My object is to be able to get the data from a notesdocument as JSON This I can do by using the Domino Data Service via the URL. The rich text fields are translated to HTML but gets ...
1
vote
1answer
65 views

Encode MIMEText as quoted printables

Python supports a quite functional MIME-Library called email.mime. What I want to achieve is to get a MIME Part containing plain UTF-8 text to be encoded as quoted printables and not as base64. ...
0
votes
1answer
111 views

Postfix sends to Exchange Server with “=” characters at end of the lines

I created an automated notification system in PHP using the mail() function via postfix MTA. However, the users of Outlook, actually Exchange Server receive notifications with equal "=" characters at ...
3
votes
2answers
143 views

non-ascii email addresses and SMTP

Is there any way that this email will ever function? łōręmıpśum@łōręmıpśum.com This is not a totally frivolous pursuit. We have Polish users who have input non-ascii emails into our app. The gmail ...
-1
votes
2answers
240 views

Decoding a “quoted-printable” string in Java

I would like to use javax.mail.internet.MimeUtility to decode a "quoted-printable" string. I do not need any other interface to a mail server. What's the best way to get at that class (and its ...
1
vote
2answers
343 views

How to properly decode Quoted Printable encoding in Django HTML Template

I have a Google app engine in python form submit that POSTS text to a server, and the text gets encoded with the encoding Quoted Printables. My code for POSTing is this: <form action={{ upload_url ...
1
vote
0answers
384 views

Code for Encode/Decode QuotedPrintable.

This method Encode your text to QuotedPrintable format public static string EncodeQuotedPrintable(string value) { if (string.IsNullOrEmpty(value)) return value; ...
0
votes
0answers
221 views

What is wrong with this multipart email? Broken shown in MS Outlook

This is my email, created with my PHP application: From: noreply@webapplication.com MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="attachment-=_c1d0295a1126e0242ffad8aa8e3cc3db_=-" ...
1
vote
2answers
211 views

mime body guess charset (and convert to UTF-8)

I'm trying to parse incoming e-mails and want to store the body as a UTF-8 encoded string in a database, however I've quickly noticed that not all e-mails send charset information in the Content-Type ...
1
vote
2answers
2k views

Converting a String ISO8859-1 to UTF-8 in Java

I have a Q-encoded string variable: String s = "=?ISO-8859-1?Q?Merve_G=FCl?="; And I want to write it on screen with true characters: "Merve Gül". How can I do that? @Nick String string = ...
0
votes
3answers
276 views

Remove `=\n` from html

I have a RoundCube plugin that writes the message body to the database and after that I need to parse the data into another table. By using certain functions in RoundCube I am able to remove all html ...
0
votes
0answers
436 views

JAX-WS web service doesn't decode attached XML file

I develop a JAX-WS Web service using Eclipse IDE bundled with Oracle Weblogic server 10.3.3.0 (Oracle Enterprise pack por Eclipse). It's a 3.5.2. Eclipse version and OEPE 11.1.1.5.0. The interesting ...
3
votes
2answers
91 views

PHP PEAR Mail '='

When sending out HTML emails via PEAR, although it renders correctly on email clients, when looking at the message source the text has lots of = signs. Example blah blah blah blah blah blah blah ...
1
vote
5answers
1k views

Decoding Base64 / Quoted Printable encoded UTF8 string

In my ASP.Net application working process, I need to do some work with string, which equals something like =?utf-8?B?SWhyZSBCZXN0ZWxsdW5nIC0gVmVyc2FuZGJlc3TDpHRpZ3VuZyAtIDExMDU4OTEyNDY=?= How ...
0
votes
4answers
1k views

Decoding Quoted printable message

Iam having trouble decoding Japanese message, the final output seems to be a garbage value. Encoded ISO-2022-JP Quoted Printable Message: ...
0
votes
1answer
1k views

VB.NET Convert Unicode 8 (UTF8) into Regular American ASCII

I have thing problem here is the debugging outputs "?uƒn74tn5187r&key=6e6e0936c4e6c48be56a72eba8964df0" should be "?u=83n74tn5187r&key=6e6e0936c4e6c48be56a72eba8964df0" I have tried ...
0
votes
0answers
282 views

Decoding Quoted-printable of TMail::Mail

I am having a trouble with decoding the unicode string of Mail::Body. If I have a Spanish lowercase i (í) in the body of an email, it shows as follows: email.body => "Spanish lowercase i ( ? )" ...
6
votes
5answers
580 views

decoding quoted-printables

I am looking for a way to decode quoted-printables. The quoted-printables are for arabic characters and look like this: =D8=B3=D8=B9=D8=A7=D8=AF I need to convert it to a string, and store it or ...
0
votes
2answers
114 views

detect if a message string is QP Encoded

On FreeBsd system, i am trying to determine if an email message in the form of a c style string is qp encoded? Is there a unix tool like iconv which can read in chunk of data and output the detected ...
0
votes
1answer
118 views

Encode to Quoted-Printable in TSQL (or FreeMarker)?

I store the message part of lots of emails in an MsSql database. Before sending an email with the message I need to encode it into Quoted-Printable format. I don't encode it before saving it to db ...
3
votes
1answer
1k views

PHP sent emails have =0A=0A instead of new lines

For some time now I've had the problem of some of my users getting =0A=0A instead of new lines in emails I send to them via PHP. Correspondence via email client works well, but PHP generated emails ...
0
votes
1answer
855 views

sending mail with swift mailer (php) to gforge email gateway, equal signs (=) at the end of lines

Now, i have another problem with gForge. I have a form in our intranet to create new trackers in our gforge system. We use Kohana and the Swift Mailer to send smtp emails. This is what i get (i send ...
1
vote
1answer
517 views

Php error in mb_send_mail

I have got: mb_send_mail(): Unsupported transfer encoding "quoted-printable" - will be regarded as 8bit What should I do? Full headers: Content-Transfer-Encoding: quoted-printable Content-Type: ...
0
votes
1answer
378 views

Stream decoding base64 and quoted-printable in PHP

As i have discovered stream_filter_append($cin, 'convert.quoted-printable-decode'); and stream_filter_append($cin, 'convert.base64-decode'); don't decode stream line-by-line. These functions ...
0
votes
1answer
955 views

Convert 8bit MIME message to quoted-printable

What is the easiest way to convert a MIME e-mail containing raw 8bit parts to a RFC822 compliant message containing only 7bit parts ? The parts have to be automatically converted to ...
1
vote
5answers
638 views

Make quoted_printable_encode() work on PHP4

I'm trying to use the quoted_printable_encode() and [quoted_prinatble_decode(), but the problem is my server is running PHP4, and according to the PHP docs, quoted_printable_encode() is only available ...
2
votes
2answers
628 views

Ruby IMAP library doesn't decode mail subject

I have got mail message with following subject in my Gmail accout: "400, значение, значение" Here is the code I use to grab mail: imap = Net::IMAP.new('imap.gmail.com', 993, true, nil, false) ...
1
vote
1answer
397 views

Sending email from website using mailto link

That might be silly question but I really need to know the answer. If I got the Outlook client installed on my machine and I click on the mailto link on the website the subject and body specified in ...
1
vote
2answers
1k views

Reading Text with Accent - Python

I did some script in python that connects to GMAIL and print a email text... But, often my emails has words with "accent". And there is my problem... For example a text that I got: "PLANO DE ...
0
votes
2answers
196 views

Take control over email subject in rails

I need to change the subject of the emails on a low level. What rails does is encoding the subject as quoted in whatever encoding is set. What I need is to make it quoted but split into chunks of 64 ...
3
votes
1answer
356 views

Imap message encodeing problem

Some of the mails contents fetched from imap server looks like =C3=B6=C3=BC=C3=B6=C3=BC=C3=B6=C3=BC= what kind of encoding is this? Mail header encoding is UTF-8 but decoding with UTF-8 i got ...
1
vote
2answers
539 views

What type of encoding is being used?

I am currently making a program in which one of its functions is to extract the HTML part of a Multipart email. I have accomplished that task fine however there is a type of encoding on some of the ...
14
votes
1answer
10k views

What is “=C2=A0” in MIME encoded, quoted-printable text?

This is an example raw email I am trying to parse: MIME-version: 1.0 Content-type: text/html; charset=UTF-8 Content-transfer-encoding: quoted-printable X-Mailer: Verizon Webmail X-Originating-IP: ...
1
vote
1answer
946 views

Encode mail as quoted-printable before sending in Rails

I saw this question and couldn't make use of it: http://stackoverflow.com/questions/1034135/ruby-email-encoding-and-quoted-printable-content I'd like to send out email as quoted-printable, but it's ...
14
votes
8answers
9k views

C#: Class for decoding Quoted-Printable encoding?

Is there an existing class in C# that can convert Quoted-Printable encoding to String? Click on the above link to get more information on the encoding. The following is quoted from the above link for ...
1
vote
4answers
2k views

Best API/LIB for encoding/decoding base64/quoted-printable in Java [duplicate]

Possible Duplicate: Decode Base64 data in java Thanks to everyone in advance, I am aware of http://commons.apache.org/codec/api-release/org/apache/commons/codec/binary/Base64.html etc, can ...
1
vote
1answer
2k views

decode a quoted printable message in php

I have the string which that encoded in quoted-printable. How do I decode this in php? Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum felis = pede, vestibulum et, ullamcorper ...
1
vote
1answer
700 views

MS Entourage 2008 and quoted-printable encoding

I need to send an HTML email. All email clients (Outlook, Thunderbird ..) but Entourage can receive and read this email without major problems. Entourage, though is breaking the content and displays ...