Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nuclearmail | 808 | 4 years ago | 3 | mit | JavaScript | |||||
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_authentication | 21 | 13 years ago | other | Ruby | ||||||
An example Rails 2.1 web app that implements RESTful authentication. Best practices in 2008. | ||||||||||
Dimap | 13 | 10 years ago | 8 | August 02, 2013 | mit | JavaScript | ||||
Provides an HTTP REST interface to attachments in your Gmail account. | ||||||||||
Google Webhook | 10 | 12 years ago | Python | |||||||
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 Gmail | 4 | 7 years ago | 11 | apache-2.0 | HTML | |||||
Springboot Restful Mail Api | 2 | 4 years ago | apache-2.0 | Java | ||||||
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. |
An HTTP REST interface for attachments in your Gmail account.
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:
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.
Have fun, and be careful!
Copyright (c) 2013 Attachments.me. See LICENSE.txt for further details.