Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: Python 3.0

Reply
Thread Tools

Re: Python 3.0

 
 
John Hunter
Guest
Posts: n/a
 
      12-13-2004
>>>>> "duane" == duane osterloth <> writes:

duane> I'm looking for a stand alone email program which is not
duane> browser based. I simply want to write, send and receive
duane> email without accessing the internet. Is Python 3.0 that
duane> kind of program? I'd appreciate your response.

Hi Duane,

I'm a little confused by your request to send and receive email
without accessing the internet, since email generally travels over the
internet. Do you only want to handle email over an internal network?
Or did you mean that you wanted to do this without accessing an
internet browser such as Internet Explorer? I'm guessing the latter.

In any case, python has a full complement of internet ready modules to
send and receive email, so it will serve your purposes well. Go to
http://groups.google.com and search for

python email

and read through some of the responses. Consider also reading the
book "Foundations of Python Network Programming", and take a look at
the documentation for some of the modules related to email handling in
the internet protocols sections of the python standard library
reference at http://www.python.org/doc/current/lib/internet.html.

Note that python 2.3.4 is the latest official release. python 3.0
does not exist, though some people have spoken of python 3.0 and
python 3000 generically in terms of a future python release that will
include certain language constructs not available today.

JDH
 
Reply With Quote
 
 
 
 
Diez B. Roggisch
Guest
Posts: n/a
 
      12-13-2004
> duane> I'm looking for a stand alone email program which is not
> duane> browser based. I simply want to write, send and receive
> duane> email without accessing the internet. Is Python 3.0 that
> duane> kind of program? I'd appreciate your response.
> I'm a little confused by your request to send and receive email
> without accessing the internet, since email generally travels over the
> internet. Do you only want to handle email over an internal network?
> Or did you mean that you wanted to do this without accessing an
> internet browser such as Internet Explorer? I'm guessing the latter.


I think he wants something more along the lines of Outlook/Thunderbird...

--
Regards,

Diez B. Roggisch
 
Reply With Quote
 
 
 
 
Christos TZOTZIOY Georgiou
Guest
Posts: n/a
 
      12-13-2004
On Sun, 12 Dec 2004 21:44:02 -0600, rumours say that John Hunter
<> might have written:

>I'm a little confused by your request to send and receive email
>without accessing the internet, since email generally travels over the
>internet. Do you only want to handle email over an internal network?
>Or did you mean that you wanted to do this without accessing an
>internet browser such as Internet Explorer? I'm guessing the latter.


I guess he doesn't want the email *originating* application to access
the internet; rather to use some local MAPI object-model which then
takes care to forward messages over the local network or whatever the
setup is.
--
TZOTZIOY, I speak England very best.
"Be strict when sending and tolerant when receiving." (from RFC195
I really should keep that in mind when talking with people, actually...
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: [Python-Dev] [python-committers] [RELEASED] Python 3.2 rc 1 R. David Murray Python 0 01-17-2011 02:23 PM
Re: [Python-Dev] [python-committers] [RELEASED] Python 3.2 rc 1 Senthil Kumaran Python 0 01-17-2011 10:31 AM
Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3 Martin v. Löwis Python 0 03-01-2008 10:51 PM
Re: [Python-Dev] [Python-3000] RELEASED Python 2.6a1 and 3.0a3 Paul Moore Python 0 03-01-2008 10:39 PM
Searching comp.lang.python/python-list@python.org (was: UTF-8) skip@pobox.com Python 0 03-10-2007 02:50 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57