email client written with python + wxWindows

S

Shagshag

hello,

does anyone know of a full python + wxWindows email client ?

google didn't help me...

thanks,
 
?

=?ISO-8859-1?Q?Gerhard_H=E4ring?=

Shagshag said:
hello,

does anyone know of a full python + wxWindows email client ?

There is one, but if you ask about my personal opinion, it's n ybnq bs penc.
google didn't help me...

http://www.google.de/search?q=wxpython+email+client

First hit. rzMail.

Mahogany has support for Python scripting in the sourcecode, but AFAIR
it hasn't been updated for years. It's written in C++ using wxWindows,
but contrary to rzMail it's actually useful :->

-- Gerhard
 
G

Gary Bishop

does anyone know of a full python + wxWindows email client ?

I wrote GBMail for my own use. I like it a lot. It likely wouldn't
suit anyone else but writing it was sure a fun way to learn Python. I
haven't posted the source anywhere but I'd be happy to share it with
anyone interested.

I used Python, wxPython, and my own SWIG wrapper for the UW Imap
client library.

It has automagic completion on email addresses, on-the-fly spell
checking in composition windows, html display using IE embedded in a
window, fast full-text search of all my email messages, some tricks
for handling attachments, and other stuff I can't think of now.

I looked at all the email clients and they were all broken in one
way or another. I figure there must be some constant of brokenness for
email programs. GBMail is broken too, just not in ways that bother me
:)

gb
 
J

JanC

Gerhard Häring said:
Mahogany has support for Python scripting in the sourcecode, but AFAIR
it hasn't been updated for years.

Last Windows binary build is dated 2003-07-15...
 
V

Vadim Zeitlin

[this is really OT but the opportunity was too good...]

Last Windows binary build is dated 2003-07-15...

And the next release should happen really soon now (no joking).
Unfortunately, Python support will almost surely be disabled in it because
there is not enough interest in it to motivate me to maintain it and so right
now it doesn't even support 2.2 without speaking of 2.3 (only 1.5, 1.6 and
2.1). But if someone would like to have a relatively powerful cross-platform
mail client scriptable in Python Mahogany would be a great to start and any
help with the embedded Python interpreter would be very welcome.

Regards,
VZ
 
J

JanC

Vadim Zeitlin <[email protected]> schreef:

[about Mahogany]
And the next release should happen really soon now (no joking).
Unfortunately, Python support will almost surely be disabled in it
because there is not enough interest in it to motivate me to maintain
it and so right now it doesn't even support 2.2 without speaking of
2.3 (only 1.5, 1.6 and 2.1). But if someone would like to have a
relatively powerful cross-platform mail client scriptable in Python
Mahogany would be a great to start and any help with the embedded
Python interpreter would be very welcome.

I was just looking at it as a replacement for my current mail client, and
Python scripting was one of the things which made me look at it (I found a
link to it on the wxWindows site). But scripting (Python or other) is not
something I really need in a mail client currently...

Mahogany itself has many good & sometimes unique features. :)

But it has some strange bugs too. :-(
I'll try a new install and not play with the "Calendar" module this time,
as it seems the problems started after activating it...
 
S

Shagshag

Gary Bishop said:
I wrote GBMail for my own use. I like it a lot. It likely wouldn't
suit anyone else but writing it was sure a fun way to learn Python. I
haven't posted the source anywhere but I'd be happy to share it with
anyone interested.

this could interest me.

(and i also started this thread because i would like to learn
wxWindows in a useful way...)

thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,123
Latest member
Layne6498
Top