Re: [Zope] Reverse SendMail Question

2000-10-26 Thread J. Atwood

There is a product that does this.. of course, I cannot for the life of me
remember its name.

J

> From: [EMAIL PROTECTED]
> Date: Thu, 26 Oct 2000 16:59:45 GMT
> To: [EMAIL PROTECTED]
> Subject: [Zope] Reverse SendMail Question
> 
> Has anyone thought of using SendMail (or any other e-mail program) to send
> e-mail to Zope and have that e-mail be loaded directly into a specific folder
> (say, based on the e-mail address or subject line)?
> 
> This would be handy to keep track of e-mail.  All the person would have to do
> is
> cc the project and all the e-mail could be viewed centrally.
> 
> Any ideas?
> 
> Ron
> ./.
> 
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Reverse SendMail Question

2000-10-26 Thread Pierre-Julien Grizel

[EMAIL PROTECTED] wrote:
> 
> Has anyone thought of using SendMail (or any other e-mail program) to send
> e-mail to Zope and have that e-mail be loaded directly into a specific folder
> (say, based on the e-mail address or subject line)?
> 
> This would be handy to keep track of e-mail.  All the person would have to do is
> cc the project and all the e-mail could be viewed centrally.
> 
> Any ideas?
> 
> Ron
>  ./.
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )



What a good idea !!


In fact, I think we should instead allow the sendmail program to serve
HTTP requests !... ;-)


P.-J.


-- 
If the only tool you have is a hammer, 
you tend to see every problem as a nail.
Si le seul outil dont vous disposez est un marteau, 
vous avez tendance à voir chaque problème comme un clou. 
   --Abraham Maslow

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Reverse SendMail Question

2000-10-26 Thread Rik Hoekstra

> Has anyone thought of using SendMail (or any other e-mail program) to send
> e-mail to Zope and have that e-mail be loaded directly into a specific
folder
> (say, based on the e-mail address or subject line)?
>
> This would be handy to keep track of e-mail.  All the person would have to
do is
> cc the project and all the e-mail could be viewed centrally.
>
> Any ideas?
>


There has been quite a bit of discussion/ideas exchange on this in a
zope-dev thread about the ZWikiNG (new generation), search the archives (or
the Wiki at http://dev.zope.org/Wikis/DevSite/Proposals/WikiNG amd
especially the discussion page). There is also a product called ZMailIn
available from http://www.zope.org/Members/NIP/ZMailIn/

Rik


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Reverse SendMail Question

2000-10-26 Thread Ender

[EMAIL PROTECTED] wrote:
> 
> Has anyone thought of using SendMail (or any other e-mail program) to send
> e-mail to Zope and have that e-mail be loaded directly into a specific folder
> (say, based on the e-mail address or subject line)?
> 
> This would be handy to keep track of e-mail.  All the person would have to do is
> cc the project and all the e-mail could be viewed centrally.
> 
> Any ideas?
> 
> Ron
>  ./.

(IMO) its not to hard to write a cronn'd python client to retrieve
emails sent to an email addr from a pop/imap server and drop them into
zope via xml-rpc. i wrote something like this for my first zope
contract, dropping the emails into a CatalogAware ZClass, and offering
searches of the projects archives via ZCatalog. i believe ZMailin does
something like this. 

kapil

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Reverse SendMail Question

2000-10-27 Thread Morten W. Petersen

On Thu, 26 Oct 2000 [EMAIL PROTECTED] wrote:

> Has anyone thought of using SendMail (or any other e-mail program) to send
> e-mail to Zope and have that e-mail be loaded directly into a specific folder
> (say, based on the e-mail address or subject line)?

In the latest version of ZopeGUM there is a poor example located in the
gum module.. (in combination with the messagefilter module).

http://www.zope.org/Members/morphex/ZopeGUM

Regards, Morten


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )