Hi, im making a email client in python for zope, but a im stopped because i cant find the way to get the attacments with python, do you have a idea how can i do this?, i have studied the email package already but is a little confused. -- Lic. Jonathan Salazar Visita: www.jonathansalazar.com
Hi, im making a email client in python for zope, but a im stopped because i cant find the way to get the attacments with python, do you have a idea how can i do this?, i have studied the email package already but is a little confused. -- Lic. Jonathan Salazar Visita: www.jonathansalazar.com
Study the source code of the IssueTrackerProduct (www.issuetrackerproduct.com) http://cvs.sourceforge.net/viewcvs.py/issuetracker/IssueTrackerProduct/Issue... because it uses poplib to download and deal with attachments. On 7/25/05, Jonathan Salazar Santos <jonanx779@gmail.com> wrote:
Hi, im making a email client in python for zope, but a im stopped because i cant find the way to get the attacments with python, do you have a idea how can i do this?, i have studied the email package already but is a little confused.
-- Lic. Jonathan Salazar Visita: www.jonathansalazar.com _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
Jonathan Salazar Santos wrote:
Hi, im making a email client in python for zope, but a im stopped because i cant find the way to get the attacments with python, do you have a idea how can i do this?, i have studied the email package already but is a little confused.
A Python-specific list might be more on-topic.' But look at the python modules: http://python.org/doc/lib/module-email.html http://python.org/doc/lib/module-mimetools.html --jcc -- "Building Websites with Plone" http://plonebook.packtpub.com
participants (3)
-
J Cameron Cooper -
Jonathan Salazar Santos -
Peter Bengtsson