The Zope/Python Users Group of DC exists to promote and serve the user
and developer community in Washington, DC, for Python, Zope, and
Plone. We will hold meetings and networking events, and provide a
mailing list to our members.
We meet on the first Thursday and third Monday of every month. We've
scheduled meetings through the end of September. For now, our meetings
are scheduled in downtown DC, in a meeting room at Porter Novelli.
______________________________________________________________
Main presentation: Durus, a new and cool object database from the MEMS
Exchange (David Binger). Mini-presentation: Python (ultra) debugger
(James Rosey)
8/05/2004 from 19:00 to 21:00
For more info please visit: http://zpugdc.org/meetings/mtg3
Hope to see any and all interested there,
Jonah
The third Python Bug Day is coming up this Saturday, August 7 2004.
What's a bug day?
=================
Participants meet in an IRC channel and collaboratively go through the
Python bug database, fixing and closing bugs as they go. You don't
need to have previous experience with modifying the Python source; in
fact bug days offer a good opportunity to learn the basics by asking
questions and working on relatively simple bugs.
Bug day participation also helps the developers and makes Python 2.4 a
better release by reducing the backlog of bugs and patches. Plus, it's fun!
When?
=====
This Saturday, August 7, 2004, from 9AM to 5PM EDT (1PM to 9PM GMT).
You don't need to be around all day; feel free to stop by for a few hours
and contribute.
Where?
======
The #python-dev channel on irc.freenode.net.
More information
================
For instructions and more information, see
http://www.python.org/cgi-bin/moinmoin/PythonBugDay
--amk
libgmail -- Python binding for Google's Gmail service
<http://libgmail.sf.net/>
The `libgmail` project is a pure Python binding to provide access to
Google's Gmail web-mail service.
The library currently ships with a demonstration utility to archive
messages from a Gmail account into mbox files, suitable for importing
into a local email client.
Also includes a demonstration utility that acts as a SMTP proxy to
allow mail to be sent from any standard mail client that uses SMTP
(e.g. Mail.app, Mozilla etc). (Now handles attachments.)
New demonstration utility to provide access to Gmail message
attachments via a download-only FTP proxy--this allows retrieval of
suitably marked attachments by a standard FTP client. Utilize more
of your Gmail space!
License: GPL 2.0 (gmailftpd.py is dual licensed with PSF)
Major changes since 0.0.6:
* Demo FTP proxy enables marked Gmail message attachments to be
download via FTP.
* Implemented sending & receiving of message attachments.
* Updated SMTP Proxy demo to handle sending attachments.
* Added 'getMessagesByQuery' function.
Major changes since 0.0.5: (Repeated from last announcement)
* Implemented SMTP proxy to enable Gmail to be send with a
standard mail client via (E)SMTP.
* Extended standard SMTP class to handle ESMTP EHLO & AUTH PLAIN commands.
* Utility function '_retrieveJavascript' to retrieve current version
of Gmail Javascript file. (By request.)
<p><a href="http://libgmail.sf.net/">libgmail 0.0.7</a> - The
`libgmail` project is a pure Python binding to provide access to
Google's Gmail web-mail service; includes SMTP & FTP
proxies. (03-Aug-04)</p>