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 ./.
There is a product that does this.. of course, I cannot for the life of me remember its name. J
From: complaw@hal-pc.org Date: Thu, 26 Oct 2000 16:59:45 GMT To: zope@zope.org 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 - Zope@zope.org 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 )
complaw@hal-pc.org 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 - Zope@zope.org 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
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
hello all once again, I've got a DTML method in a product, which calls objectValues('Folder') to list some folders that are contained within the product itself. When I try it out inside the product, it works. When I use it as part of the constructor form, called from an other location, I get an unauthorized error. objectValues('Image') doesn't throw the error, so I think this must be to do with the 'Access contents information' permission mapping on the folder inside the product. (?!) I've tried giving the method a Manager proxy role to no avail. Any hints received with gratitude. seb.
complaw@hal-pc.org 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
complaw@hal-pc.org 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)?
You could probably build something using ZMailIn: http://www.zope.org/Members/NIP/ZMailIn cheers, Chris
It sounds like you're thinking about a project management thing. Depends what you want to do with it, and what your zope setup is, but if you've got enough control over the zope box you're using, you could consider worldpilot + imap. You could customise it to your specific needs, plus have the all the benefits of a webmail type application. Might be worth a look. seb.
complaw@hal-pc.org 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)?
You could probably build something using ZMailIn:
Seb Bacon wrote:
Depends what you want to do with it, and what your zope setup is, but if you've got enough control over the zope box you're using, you could consider worldpilot + imap.
WorldPilot's code is not the most customisable I've ever seen :-( cheers, Chris
On Thu, 26 Oct 2000 complaw@hal-pc.org 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
participants (8)
-
Chris Withers -
complaw@hal-pc.org -
Ender -
J. Atwood -
Morten W. Petersen -
Pierre-Julien Grizel -
Rik Hoekstra -
Seb Bacon