Dimap

Provides an HTTP REST interface to attachments in your Gmail account.
Alternatives To Dimap
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nuclearmail808
4 years ago3mitJavaScript
NuclearMail is an experiment of writing a webmail client using React and the Flux architecture. It runs completely in the browser and uses the GMail REST API.
Origin_restful_authentication21
13 years agootherRuby
An example Rails 2.1 web app that implements RESTful authentication. Best practices in 2008.
Dimap13
10 years ago8August 02, 2013mitJavaScript
Provides an HTTP REST interface to attachments in your Gmail account.
Google Webhook10
12 years agoPython
Create your own Webhook for free using the Google AppEngine infrastructure. You can send SMS messages to trigger the webhook, which will forward the message to your RESTful API of choice.
Paper Gmail4
7 years ago11apache-2.0HTML
Springboot Restful Mail Api2
4 years agoapache-2.0Java
This repository contains a Rest API for sending E-mail using Spring Boot.Spring framework provides a number of library classes for sending email. It provides an easy to use mail interface called JavaMailSender built on top of the JavaMail API. JavaMail API is a messaging framework available as part of Java SE and Java EE platforms.
Alternatives To Dimap
Select To Compare


Alternative Project Comparisons
Readme

DIMAP

An HTTP REST interface for attachments in your Gmail account.

Usage

npm install dimap -g
dimap -u [email protected] -p password

You can also run dimap with XOAUTH credentials (which can be generated using my fork of node-oauth, or a similar library).

dimap -x qwerty=

Once You've Got DIMAP up and running:

onConnection() Hook

The onConnection hook fires when a connection is made to the IMAP proxy, prior to negotiating a connection to Gmail through IMAP.

We've used this hook at Attachments.me to build an authentication system on top of DIMAP.

To Do

  • Add hooks for $statsd event logging.
  • Make it so dimap can support multiple mailboxes based on tag, e.g., "ALL MAIL", "TRASH".

Have fun, and be careful!

Copyright

Copyright (c) 2013 Attachments.me. See LICENSE.txt for further details.

Popular Gmail Projects
Popular Rest Projects
Popular Messaging Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Http
Rest
Gmail
Imap