mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
feat: Gmail IMAP email integration with voice intents
- email.php: IMAP reader for Gmail/Outlook/iCloud with 5-min cache - api.php: add /api/email route - chat.php: email voice intents — check count, read recent, filter by sender - config.php: Gmail credentials (gitignored)
This commit is contained in:
@@ -72,6 +72,9 @@ switch ($endpoint) {
|
||||
case 'tts':
|
||||
require __DIR__ . '/../api/endpoints/tts.php';
|
||||
break;
|
||||
case 'email':
|
||||
require __DIR__ . '/../api/endpoints/email.php';
|
||||
break;
|
||||
case 'do':
|
||||
require __DIR__ . '/../api/endpoints/do_server.php';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user