Hacker News new | ask | show | jobs
by stevekemp 4292 days ago
Writing something to pull out attachments from a set of Maildir directories isn't too difficult.

e.g. I wrote this quick hack recently https://gist.github.com/skx/ba07ba7fbb0788c6ba68

If you're looking for more robust/common software take a look at the "mpack" package of tools.

Syncing to dropbox is left as an exercise, but presumably you'd just configure your attachments to be saved into the magic folder, perhaps on a per-suffix basis. (e.g. ~/shared/attachments/jpg/foo.jpg)

1 comments

Writing a hack as you said is easy. Writing a usefull product is hard. Feel the difference...