Hi guys my company requires that we set up in our application a dropbox feature kinda like what we see in highrise implemented. The idea is that when an account is created - automatically for each user a dropbox 'email' would be created and users would send emails to that dropbox address and based upon the email teh content would be added to the system as a post, a task, or a note, or even as an attachment.
How are dropboxes like this set up automatically - I'm using php here?
EDIT ======
I'll try to elaborate.
A dropbox in the sense that lets say a user is created at my website. He would be given an email id of the kind:
dropbox@[someuser id].mywebsite.com
He could then send an email using any email program to the address and the contents of this email would end up in his account. Think of being able to add a blog post by sending an email. Thats the idea I need to work on.