Skip to content

Owncloud Mail Attachments creates a mirror of all attachments from users email accounts (IMAP, POP3, GMail, ...) directly in their owncloud files directory

Notifications You must be signed in to change notification settings

lstegger/owncloud_mail_attachments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owncloud Mail Attachments

Developed by Fincluster

ownClud Mail Attachments is an app for Owncloud (community edition) that allows users to mirror all the attachments from their email accounts (IMAP, POP3, GMail, ...) directly into their ownCloud files directory.

A cron job constantly updates mirrors fetching new mail attachments.

This app is very useful for private users, groups and business companies where people makes a massive use of emails, sending tons of attachments as primary way of file sharing with their contacts.

No more huge and shared Downloads directories containing all kind of stuff (mixing private and work/business documents), with ownCloud Mail Attachments files will be automatically organized and instantly accessible through ownCloud web access, desktop sync clients and mobile apps.

###Installation### ownCloud 5 is required.

Install php_imap module: "sudo apt-get install php5-imap" on Debian / Ubuntu.

Download ownCloud Mail Attachments tarball, uncompress it in ownCloud apps directory and rename it in fc_mail_attachments. Please refer to ownCloud wiki for cron setup: (http://doc.owncloud.org/server/5.0/admin_manual/configuration/background_jobs.html)

###TODO###

  • multiple mail accounts for each user
  • support for OAuth
  • some kind of indexing for attachments based on email message body

Feel free to request us features and submit issues.

Read the announce here

Fincluster Cloud storage for Business

About

Owncloud Mail Attachments creates a mirror of all attachments from users email accounts (IMAP, POP3, GMail, ...) directly in their owncloud files directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.3%
  • JavaScript 5.7%