The mail message is encoded. You will have a header like this:
Content-Transfer-Encoding: quoted-printable
If you are processing email messages you should investigate Python's
email module.
http://docs.python.org/2/library/email
Skip
On Tue, Oct 29, 2013 at 7:36 PM, Jason Friedman wrote:
> I
On Wed, Nov 3, 2010 at 3:20 PM, Tim Harig wrote:
> This page didn't make it to through to my nntp server so I appologize if I
> miss something that was covered.
>
> On 2010-11-03, Dennis Lee Bieber wrote:
> > On Tue, 2 Nov 2010 20:32:13 +1000, Dylan Evans
> > declaimed the following in gmane.co
This page didn't make it to through to my nntp server so I appologize if I
miss something that was covered.
On 2010-11-03, Dennis Lee Bieber wrote:
> On Tue, 2 Nov 2010 20:32:13 +1000, Dylan Evans
> declaimed the following in gmane.comp.python.general:
>
>> I'm setting up a database for an organ
Got it fixed. It was a very silly mistake. mssg variable had each line with
indent. Removed the indent and it worked.
Regards,
Kurian Thayil.
On Tue, Sep 7, 2010 at 9:57 AM, Kurian Thayil wrote:
> Hi All,
>
> I am a newbie in python. Just 2-3 days old wanting to learn this amazing
> programming
On Jul 15, 11:46 pm, amr...@iisermohali.ac.in wrote:
> Dear all,
>
> Sorry that I am disturbing you all again and again but this is the way I
> am trying to solve my problem:---
>
> >>> import re
> >>> exp = re.compile("CA")
> >>> infile = open("file1.txt")
> >>> for line in infile:
>
> ... val
On Thu, 2009-07-16 at 00:16 +0530, amr...@iisermohali.ac.in wrote:
> Dear all,
>
> Sorry that I am disturbing you all again and again but this is the way I
> am trying to solve my problem:---
>
> >>> import re
> >>> exp = re.compile("CA")
> >>> infile = open("file1.txt")
> >>> for line in infile:
On 2009-07-15, amr...@iisermohali.ac.in wrote:
> Sorry that I am disturbing you all again and again but this is the way I
> am trying to solve my problem:---
We could probably be a lot more helpful if you would keep these
postings all in a single thread so that people who didn't read
the first p
On Sat, Jul 4, 2009 at 9:51 PM, wrote:
> Hi,
>
> I want to know that whether using python programming is it possible to
> extract chemical shift information about some amino acids of some protein
> from BMRB(BioMagResBank) or Ref-DB(referenced databank) or not.
>
> Thanks,
> Amrita Kumari
> Resea
On 2009-07-04, amr...@iisermohali.ac.in wrote:
> I want to know that whether using python programming is it
> possible to extract chemical shift information about some
> amino acids of some protein from BMRB(BioMagResBank) or
> Ref-DB(referenced databank) or not.
Yes.
I don't know how easy it w
On Mar 23, 2009, at 7:14 PM, Ken D'Ambrosio wrote:
Idle curiosity: is there a (decent) IMAP mail client (web or local)
written in Python? I've got a project that needs doing, and it just
occurred to me that a mail client might be the ideal interface; I'd
have
to change some back-end stuff (t
>>
>> You might try the python-based XPN news client at
>>
>> http://xpn.altervista.org/index-en.html
>>
> Hi, I tried it out. I like the layout definitely, plus the feel
> of it, colors, etc.
>
> It doesn't do the things I named that I like though.
>
> It's threading i
On Oct 13, 2:19 pm, Cousin Stanley <[EMAIL PROTECTED]> wrote:
> > I'm hesitating to change news readers
> >
>
> You might try the python-based XPN news client at
>
> http://xpn.altervista.org/index-en.html
>
> I've used it for the past few years
> and like it very much .
> I'm hesitating to change news readers
>
You might try the python-based XPN news client at
http://xpn.altervista.org/index-en.html
I've used it for the past few years
and like it very much
--
Stanley C. Kitching
Human Being
Phoenix, Arizona
--
htt
On Fri, 04 Jan 2008 23:03:15 -0800, sanjeet wrote:
> hi all,
> I am facing problem to fetch mail from internet mail server. Plz help
> me, how can do this?
Yes.
Everything you need to know to fix your problem can be found here:
www.catb.org/~esr/faqs/smart-questions.html
--
Steven
--
http:
Gabriel Genellina wrote:
> Lorenzo Thurman wrote:
>> Gabriel Genellina wrote:
>>> Lorenzo Thurman wrote:
>>>
I'm using the Mimewriter and mimetools modules to create html messages.
They work OK, except that when the messages are received, they always
have the timestamp of 12/31/1969.
Lorenzo Thurman wrote:
> Gabriel Genellina wrote:
> > Lorenzo Thurman wrote:
> >
> >> I'm using the Mimewriter and mimetools modules to create html messages.
> >> They work OK, except that when the messages are received, they always
> >> have the timestamp of 12/31/1969. I've looked through both pa
Gabriel Genellina wrote:
> Lorenzo Thurman wrote:
>
>> I'm using the Mimewriter and mimetools modules to create html messages.
>> They work OK, except that when the messages are received, they always
>> have the timestamp of 12/31/1969. I've looked through both packages and
>> can't find anything
Lorenzo Thurman wrote:
> I'm using the Mimewriter and mimetools modules to create html messages.
> They work OK, except that when the messages are received, they always
> have the timestamp of 12/31/1969. I've looked through both packages and
> can't find anything that would allow me to manually s
Thank you for your email. This is an automatic acknowledgement, and we will
process your email in one business day.
To shorten your waiting period until your email is answered manually, you have
the possibility to find a solution on our webpage i.e.
1.) I am unable to register my program I purc
Hemos recibido su correo, en breve nos pondremos en contacto con ustedes.
--
http://mail.python.org/mailman/listinfo/python-list
Thank you Neil,
that is what I needed.
B.
Neil Hodgson wrote:
>
> >>> import email.Header
> >>> x = '=?iso-8859-1?q?somefile=2ezip?='
> >>> email.Header.decode_header(x)
> [('somefile.zip', 'iso-8859-1')]
>
>Neil
--
http://mail.python.org/mailman/listinfo/python-list
Bernard Delmée:
> I am using the "email" module to decode incoming messages.
> (with msg = email.message_from_file( msg_file ))
> Sometimes an attachment has its name (as returned by
> msg.walk().part.get_filename()) not in ASCII (e.g.
> '=?iso-8859-1?q?somefile=2ezip?=') How can I turn that into
> praba kar <[EMAIL PROTECTED]> (PK) wrote:
>PK> Normally we can send mail using
>PK> telnet in linux. In the following way
>PK> [~user]telnet Ipaddress 25
In fact you are using SMTP through the telnet program. So in Python use
the smtplib module.
--
Piet van Oostrum <[EMAIL PROTECTED]
On Fri, 8 Jul 2005 07:49:25 +0100 (BST), praba kar <[EMAIL PROTECTED]> wrote:
> Dear All,
> Normally we can send mail using
> telnet in linux. In the following way
> [~user]telnet Ipaddress 25
> mail from: [EMAIL PROTECTED]
> 250 o.k(response of from commandline)
...
That is sometimes a very
praba kar wrote:
> Dear All,
> Normally we can send mail using
> telnet in linux. In the following way
> Is it possible to run same thing same manner
> in python? If possible kindly help me with
> specimen code. Actually I gone through
> telnetlib module documentation but I cann't
> get so
Hello,
Thank you for sending us your comments. Any new suggestions or product
enhancement requests that are sent to this address are immediately entered into
our database and forwarded to the appropriate group in our Development staff.
Every suggestion and enhancement request is reviewed and cons
Kartic a écrit :
manatlan said the following on 1/31/2005 5:46 PM:
I like the idea, but how to connect the virtual smtp and a python
script ?
but ... There should be a way to be python only ... because i don't
want to be very complex, i just want to get the subject of the email,
to run some com
manatlan said the following on 1/31/2005 5:46 PM:
I like the idea, but how to connect the virtual smtp and a python script ?
but ... There should be a way to be python only ... because i don't want
to be very complex, i just want to get the subject of the email, to run
some commands (and perhaps
Mitja a écrit :
On Mon, 31 Jan 2005 23:23:46 +0100, manatlan
<[EMAIL PROTECTED]> wrote:
in fact, i'd like to control "computer A" by sending smtp email from
"computer B".
What kind of server should i write on computer "B", a smtp server ? a
pop server ?
It would be easier if you used an ex
On Mon, 31 Jan 2005 23:23:46 +0100, manatlan <[EMAIL PROTECTED]>
wrote:
in fact, i'd like to control "computer A" by sending smtp email from
"computer B".
What kind of server should i write on computer "B", a smtp server ? a
pop server ?
It would be easier if you used an existing mail serve
30 matches
Mail list logo