benjymous / MWM-for-Android

Meta Watch Manager Android SDK project for watch wrangling, remote protocol handling and notification routing for the Meta Watch wearable development systems. Includes an Intents based API for quick experiments.
www.metawatch.org
Apache License 2.0
59 stars 30 forks source link

Adding support for pulling Gmail subject/sender via JavaMail #87

Open spalt opened 11 years ago

spalt commented 11 years ago

For devices with Gmail versions later than v2.3.5, currently only the unread message count can be fetched. This patch adds support for downloading the new message from Gmail using Imap via JavaMail.

benjymous commented 11 years ago

Thanks for this - it's been on my Todo list for ages - I'll get it merged in when I get a free moment :)