0.0.3 • Published 12 years ago

ios-gmail-notes v0.0.3

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

iOS Notes over GMail

This library offers read access to iOS Notes (the official Apple Notes application) if the notes were configured to be synced with Google through IMAP (see here how to do this).

It is recommended to use an application-specific password when connecting to the GMail IMAP server.

Installation

npm install ios-gmail-notes

Usage

var notes = require("ios-gmail-notes").bind({
	user: 'your-account@gmail.com',
	password: 'your-app-specific-password'
});

notes.list({
	success: function(list) {
		console.log(list);
	},

	error: function(error) {
		console.log("ERROR: " + error);
	}
});

Dependencies

Author

Andrei Gheorghe

License

  • This code is licensed under the MIT License.
0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago