For many knowledge workers, e-mail is still one of (if not the) the primary means of communication. Various document management or knowledge management systems are not natural, don't integrate with work flow.
Within an organization, sending out e-mail after e-mail filled with attachments causes a couple of issues:
EGADS is an idea to address all the afore-mentioned issues. It is a server-side application with hooks into the corporate e-mail system. Much like virus-scanners today (if you consider e-mail processing to be a pipe, EGADS would sit after a virus-scanner; it could also itself have an add-on module that had virus-scanning functionality), EGADS looks at all attachments that pass through the system.
At its most basic, EGADS strips attachments from e-mail messages, places the attachment in a web-accessible location, and ads the URL to the original attachment into an email before sending it on.
Comments
Beat me to it
I recently found out that MDaemon, a mail server that runs on Windows, has this feature. It's fairly rudimentary, in that you basically specify a directory for the file to go into, and then you have to configure your network shares and/or webserver appropriately to get access to the URL.
Maybe *I* need to build this...
Greg was bugging me to build this application when I mentioned it again recently, and said:
It's for Intranet use. It can be combined with search, document management, knowledge management, etc. etc. etc. It's likely that it could be launched as a hosted service as well.
Kind of like a multi-user version of Zoe, potentially, where you could click on an owner/author's name and see other public documents, and perhaps at least names/titles of protected documents.
And actually, I know lots of companies that make very vigorous use of Outlook file-sharing/public folders. It is really easy if you have an all Win/EX infrastructure.
I haven't really spec'd it out much other than what I've written on those few pages online. I imagine I could potentially build a rudimentary version at first by setting up a dedicated IMAP/POP3 account -- not an entire mail server. It would, of course, not be as transparent, since you would have to include the address of the mailbox explicitly.
Then, it creates ad-hoc mailing lists with all recipients. Kind of like QuickTopic Pro does with threaded email conversations.