Giter Club home page Giter Club logo

imuse's Introduction

  _                                  
 (_)  _ __ ___    _   _   ___    ___ 
 | | | '_ ` _ \  | | | | / __|  / _ \
 | | | | | | | | | |_| | \__ \ |  __/
 |_| |_| |_| |_|  \__,_| |___/  \___|
                                     


imuse is an experimental IMAP file-system for FUSE. The general idea behind the project is to present 
what equates to "networked data" as any other kind of "networked data" that we're used to (CIFS, 
AFS, AFP, SSHFS, FTP, etc), simply as a set of folders and files. 

The overall goal of the imuse project is to allow file-system-like traversal of an IMAP mailbox as if 
it were "just another filesystem" with emails being representated as simple files on the filesystem.

imuse uses the University of Washington IMAP library (commonly referred to as "c-client") which drives
applications like (Al)pine. 


imuse's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

imuse's Issues

Fails to Build on Ubuntu

I had to make the following changes to get it to build:

; git diff
diff --git a/imapper.c b/imapper.c
index 446f47e..1ec3587 100644
--- a/imapper.c
+++ b/imapper.c
@@ -4,9 +4,6 @@
  * (c) 2009 - R. Tyler Ballance 
  */
 
-#include 
+#include 
 
 #include "imapper.h"
-
-
-
diff --git a/muse_send.c b/muse_send.c
index 244d23d..98a6621 100644
--- a/muse_send.c
+++ b/muse_send.c
@@ -5,7 +5,7 @@
  */
 
 #include 
-#include 
+#include 
 
 #include "muse_send.h"
 
diff --git a/muse_send.h b/muse_send.h
index cf10be4..0845322 100644
--- a/muse_send.h
+++ b/muse_send.h
@@ -14,7 +14,7 @@ struct muse_send_config {
    long options;
 };
 
-extern struct muse_send_config *config_by_account;
+extern struct muse_send_config *config_by_account();
 
 
 #endif

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.