Code Monkey home page Code Monkey logo

leximail's Introduction

Welcome to LexiMail! Build Status

This is an early version of LexiMail, Open Source and cross-platform e-mail desktop application that's built in HTML, CSS and Node.JS.

Most of the initial layout was 'borrowed' from LightRead but the plan is to be themable in the future. No much more to see for now.

Here is a sample screenshot: LexiMail Screenshot

Building and Installing

grab the source and

npm install

Running

npm start

Testing

(no tests yet!)

npm test

Contributing

Questions, comments, bug reports, and pull requests are all welcome. Submit them at the project on GitHub.

Bug reports that include steps-to-reproduce (including code) are the best. Even better, make them in the form of pull requests that update the test suite. Thanks!

Google+

License

Licensed under the Apache License, Version 2.0. See the top-level file LICENSE and (http://www.apache.org/licenses/LICENSE-2.0).

leximail's People

Contributors

kimus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

leximail's Issues

Encrypt User information

Hi,
Just wanted to know : how do you store the user's information, in leximail ?
I understand that you use node.js, so theoretically, the user's password is stored in one of the js files in clear (I suppose that the password must be clearly send to the server...).
I'm asking that because I'm also developing a node.js mail client ^^
Thank you in advance.

install fail

gyp ERR! configure error
gyp ERR! stack Error: spawn ENOENT
gyp ERR! stack at errnoException (child_process.js:980:11)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:771:34)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd d:\workspace\opensource\leximail\node_modules\iconv
gyp ERR! node -v v0.10.23
gyp ERR! node-gyp -v v0.12.1
gyp ERR! not ok
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the iconv package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls iconv
npm ERR! There is likely additional logging output above.

npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd d:\workspace\opensource\leximail
npm ERR! node -v v0.10.23
npm ERR! npm -v 1.3.17
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! d:\workspace\opensource\leximail\npm-debug.log
npm ERR! not ok code 0

Application crash when insert gmail account credentials.

The application crash just pressing the submit button after insert my credentials in the form. This is the output:

[14657:0219/182957:INFO:CONSOLE(116)] ""Compiling all doT templates..."", source: /home/user/Git/leximail/ node_modules/dot/index.js (116)
[14657:0219/182957:INFO:CONSOLE(133)] ""Compiling login.dot to function"", source: /home/user/Git/leximail/ node_modules/dot/index.js (133)
[14657:0219/182957:INFO:CONSOLE(133)] ""Compiling main.dot to function"", source: /home/user/Git/leximail/ node_modules/dot/index.js (133)
[14657:0219/182957:INFO:CONSOLE(133)] ""Compiling message.dot to function"", source: /home/user/Git/leximail/ node_modules/dot/index.js (133)
[14657:0219/182957:INFO:CONSOLE(133)] ""Compiling row.dot to function"", source: /home/user/Git/leximail/ node_modules/dot/index.js (133)
[14657:0219/182958:INFO:CONSOLE(9)] ""loading:" "/home/user/.config/LexiMail/preferences.json"", source: /home/ user/Git/leximail/js/app/core/preferences.js (9)
[14657:0219/182958:INFO:CONSOLE(72)] ""shell loaded"", source: /home/user/Git/leximail/js/app/widget/appshell. js (72)
[14657:0219/182958:INFO:CONSOLE(102)] ""login form loaded"", source: /home/user/Git/leximail/js/app/widget/ appshell.js (102)
/home/user/Git/leximail/node_modules/nodewebkit/nodewebkit/nw --type=renderer --enable-experimental-web- platform-features --no-sandbox --lang=es-ES --enable-crash-reporter=,elementary OS Luna --nodejs --working- directory=/home/user/Git/leximail/. --child-clean-exit --disable-accelerated-2d-canvas --disable-accelerated- video-decode --channel=14657.0.1197262075: symbol lookup error: /home/user/Git/leximail/node_modules/iconv/ build/Release/iconv.node: undefined symbol: _ZN2v82V818GlobalizeReferenceEPPNS_8internal6ObjectE

Support Two-Factor Authentication

Leximail is currently not usable if one is trying to login via two-factor authentication.

Here’s an excerpt from the error, which was thrown:

Error: Application-specific password required: http://support.google.com/accounts/bin/answer.py?answer=185833 (Failure)
  ↵    at Connection._resTagged (/Users/sbruchmann/code/leximail/node_modules/imap/lib/Connection.js:1442:11)
  ↵    at Parser.eval (/Users/sbruchmann/code/leximail/node_modules/imap/lib/Connection.js:164:10)
  ↵    at Parser.EventEmitter.emit (events.js:95:17)
  ↵    at Parser._resTagged (/Users/sbruchmann/code/leximail/node_modules/imap/lib/Parser.js:172:10)
  ↵    at Parser._parse (/Users/sbruchmann/code/leximail/node_modules/imap/lib/Parser.js:136:16)
  ↵    at Parser._tryread (/Users/sbruchmann/code/leximail/node_modules/imap/lib/Parser.js:80:15)
  ↵    at CleartextStream.Parser._cbReadable (/Users/sbruchmann/code/leximail/node_modules/imap/lib/Parser.js:51:12)
  ↵    at CleartextStream.EventEmitter.emit (events.js:92:17)
  ↵    at emitReadable_ (_stream_readable.js:408:10)
  ↵    at eval (_stream_readable.js:401:7)

Add support for plugins

LexiMail should support plugin mechanism loaded from external folder (ie.: user preferences)

Chrome App Version and other feature ideas

Looking through, I know there seem to be some binary dependencies... but this is the closest to a web based mail client I've seen. It would be nice if some of the binary components could be replaced with script-based ones, and any network communication and file storage could be abstracted to be able to use browser functionality.

One of the things I really see as a missing feature on ChromeOS is an email client... this could be a great option in this space.

Another option would be the use of say Dropbox' API for credential and mail storage. Started the project and will definitely look into it more.

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.