On 2/5/2011 5:34 PM, iaoua iaoua wrote:
What I really need is a ready made fully functional Python client that
already has it that offers me a simple interface to extract text from
received messages along with a message id that I can use to associate
the response to a question with and allows me
On Sat, 05 Feb 2011 17:34:41 -0800, iaoua iaoua wrote:
> What I really need is a ready made fully functional Python client
[...]
> Can anyone point to something that will save me the effort of building
> this thing from scratch and first principles? Thanks in advance for any
> useful suggestions.
On Sun, 2011-02-06, iaoua iaoua wrote:
...
> In a nutshell my problem is this. I have
> developed an intelligent conversational agent which dialogues with a
> user to find out what they are really searching for. The domain is
> open and helps the user find which businesses/websites offer the
> serv
Hi all,
I'm a complete newbie to this newsgroup and to Python (pretty much) so
please be nice and give me a warm welcome.
First of all please allow me to properly introduce myself. My name is
James Christian and I am a PhD student at the University of Essex in
England doing research on Machine Tr
[EMAIL PROTECTED] wrote:
> Hi grp,
> I new to this grp and python too.
> i have started writing few python scripts myself.
>
> now i am planning to write a bear minimum email client in
> pyhton. i found the smtp module of python could serve my
> pupose. I can send message using mails using the smt