Would it make sense for Mailhandler to live as a sub module of the Services module? It may not be possible with the way it's already built, but something to think about.
Would it make sense for Mailhandler to live as a sub module of the Services module? It may not be possible with the way it's already built, but something to think about.
Comments
Comment #1
mfbAn interesting idea.. I had not thought of email as being as relatively sane as web services :)
Comment #2
z.stolar commentedDefinitely a nice direction. I guess that a services based solution for retrieving mails from imap/pop servers, would be a worthy candidate successor of mailhandler.
Comment #3
ilo commentedI can't see the point on this. Sorry. I'm unable to understand how to build a service on top of an email client. There are already services providers to add/update/delete nodes. How does an e-mail client (this is what Mailhandler is) transforms into a service?
Comment #4
danepowell commentedI also don't see how this would work. What might be useful is to move the IMAP handling into a separate module- maybe others would find it useful. But I'm not really sure how Services would play into any of this.
Comment #5
ChrisBryant commentedI was originally excited about the opportunity to be able have more control over Drupal with email by going through the services module. Since this was originally posted, I would agree that it's not something that makes much sense or is really necessary as email isn't a sane web service especially in relation to dealing with authentication.
Thanks for the updates and thoughts.