dweinstein / level-mailinator

leveldb backed mail repl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idea: fuse fs for mailinator

dweinstein opened this issue · comments

possibly a separate project that uses this as a module, using the awesome fuse-bindings

try using https://github.com/dweinstein/levelfs with this to replace the need for the repl.

  • use sync to send emails in an outbox?
  • or create new emails in a draft folder and wait for a cp/mv to send new emails?
  • use touch on a file called get to retrieve new email and update the fs?
  • new emails should appear in inbox directory on a regular interval