All Projects → vhdirk → inox

vhdirk / inox

Licence: GPL-3.0 license
Email with notmuch rust

Programming Languages

rust
11053 projects
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to inox

rnote
A simple drawing application to create handwritten notes.
Stars: ✭ 1,538 (+6890.91%)
Mutual labels:  gtk4, gtk4-rs
muttjump
Jump to the original message from a virtual maildir in Mutt
Stars: ✭ 26 (+18.18%)
Mutual labels:  mail, notmuch
Neomutt
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
Stars: ✭ 2,343 (+10550%)
Mutual labels:  mail, notmuch
yapople
Yet another POP3 email library
Stars: ✭ 22 (+0%)
Mutual labels:  mail
KP.GmailClient
A Gmail client for C#
Stars: ✭ 17 (-22.73%)
Mutual labels:  mail
go-imap-idle
IDLE extension for go-imap
Stars: ✭ 30 (+36.36%)
Mutual labels:  mail
fs2-mail
asynchronous library for sending and receiving mail via fs2._
Stars: ✭ 39 (+77.27%)
Mutual labels:  mail
easymail
Easy way to install a mail server.
Stars: ✭ 60 (+172.73%)
Mutual labels:  mail
skirnir
Skirnir Email Server
Stars: ✭ 31 (+40.91%)
Mutual labels:  mail
mlmmjadmin
A simple RESTful API server used to manage mlmmj (http://mlmmj.org) mailing list manager.
Stars: ✭ 39 (+77.27%)
Mutual labels:  mail
mailer
Generic mailer
Stars: ✭ 16 (-27.27%)
Mutual labels:  mail
dippi
Calculate display info like DPI and aspect ratio
Stars: ✭ 57 (+159.09%)
Mutual labels:  gtk4
laravel-mail-aliyun
📧 Aliyun DrirectMail Transport for Laravel Application.
Stars: ✭ 69 (+213.64%)
Mutual labels:  mail
postal
✉️ A fully featured open source mail delivery platform for incoming & outgoing e-mail
Stars: ✭ 12,134 (+55054.55%)
Mutual labels:  mail
COSCUP2013Secretary-Toolkit
✉️ COSCUP2013 行政組專用的小工具 AWS SES, SQS, SNS, twilio
Stars: ✭ 13 (-40.91%)
Mutual labels:  mail
Meteor-Mailer
📮 Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup
Stars: ✭ 21 (-4.55%)
Mutual labels:  mail
iA-Writer-Templates
📎 Templates for iA Writer
Stars: ✭ 29 (+31.82%)
Mutual labels:  mail
javayh-platform
javayh-platform 使用Springboot2.2.6为开发脚手架,SpringCloud为云端服务框架,Nacos为注册中心、分布式配置管理中心,Oauth2协议实现统一授权,Mybatis作为持久层框架,提供了代码生成器,SQL防注入,SwaggerAPI文档,Redis 作为缓存服务等强大的功能
Stars: ✭ 32 (+45.45%)
Mutual labels:  mail
wp-smtp
Simple package for handling WordPress SMTP with .env when using the Roots stack.
Stars: ✭ 31 (+40.91%)
Mutual labels:  mail
vim-gnote
make your mailbox as a note place
Stars: ✭ 16 (-27.27%)
Mutual labels:  mail

Inox

Email with Notmuch Rust

Build Status

An experimental email client based on notmuch, along with other utilities like afew and offlineimap/isync.

The UI is ported from Geary, and a lot of inspiration comes from Astroid and alot. I like how alot is all command driven. I also like how VSCode/Atom/Textmate work. So that's probably how I want this thing to work, too.

Status

You can read mails, and even that needs improvements.

Goals

  • UI: although I'm an avid terminal user, I like mail to be displayed in a proper desktop client. I'm aiming for a nice and full-featured and command-driven UI. For now, the toolkit of choice is GTK. However; VsCode's extension model seems to work pretty well. A sort of vscode for mail would be pretty cool.
  • Settings: should be stored in easily readable/editable config files, so you can centralize them in your dotfiles.
  • Editor: While Astroid relies on an external editor for writing emails, I aim for a default embedded editor. I do like the option of using the editor of your liking, though. The embedded editor would be plaintext (not WYSIWYG) with rendering markdown or reStructuredText to html (like github/gitlab).
  • Plug-ins/extensions. If everything stays in rust, WASM would be the way to go. If not, it would probably look like vscodes extension model.
  • Core: Everything not UI related should end up centralized. Somewhat like Mailcore2.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].