All Projects → DSchau → Gatsby Mail

DSchau / Gatsby Mail

Licence: mit
A Gatsby email *application*

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gatsby Mail

Free Email Forwarding
The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
Stars: ✭ 2,024 (+349.78%)
Mutual labels:  email, mail, gmail
Imapcopy
Recursively copy all e-mail messages and folders from one IMAP account to another.
Stars: ✭ 52 (-88.44%)
Mutual labels:  email, mail, gmail
Forwardemail.net
The best free email forwarding for custom domains (Web Server)
Stars: ✭ 211 (-53.11%)
Mutual labels:  email, mail, gmail
Gmail Desktop
📮 Nifty Gmail desktop app for macOS, Linux & Windows
Stars: ✭ 317 (-29.56%)
Mutual labels:  email, gmail, app
Webpack Pwa Manifest
Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
Stars: ✭ 447 (-0.67%)
Mutual labels:  application, app, pwa
gnome-email-notifications
Gnome Email Notifications
Stars: ✭ 65 (-85.56%)
Mutual labels:  email, gmail
ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (-82.67%)
Mutual labels:  mail, email
laravel-mjml
Laravel MJML offers support for rendering MJML syntax into in-line HTML that can be sent within mails.
Stars: ✭ 26 (-94.22%)
Mutual labels:  mail, email
Magento2 Gmail Smtp App
Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
Stars: ✭ 281 (-37.56%)
Mutual labels:  email, gmail
donations
Grounding corporate donations in the reality of the individual
Stars: ✭ 17 (-96.22%)
Mutual labels:  pwa, gatsby
imapx
A cross-platform IMAP library for .NET, supporting .Net 2.0 - 4.5, Mono and Windows Phone
Stars: ✭ 28 (-93.78%)
Mutual labels:  mail, email
Lieer
Fast email-fetching and sending and two-way tag synchronization between notmuch and GMail
Stars: ✭ 301 (-33.11%)
Mutual labels:  email, gmail
nimblenote
Simple keyboard-driven note taking application for macOS, Linux and Windows.
Stars: ✭ 31 (-93.11%)
Mutual labels:  application, app
currency-converter
💰 Easily convert between 32 currencies
Stars: ✭ 16 (-96.44%)
Mutual labels:  app, pwa
ProtonClient
An unofficial desktop client for ProtonMail done with electron nativefier
Stars: ✭ 50 (-88.89%)
Mutual labels:  mail, email
himalaya
Command-line interface for email management
Stars: ✭ 1,715 (+281.11%)
Mutual labels:  mail, email
Livebot
An app that allows you to be inside a bot!
Stars: ✭ 271 (-39.78%)
Mutual labels:  application, app
Marky
A markdown editor built with Electron and React
Stars: ✭ 355 (-21.11%)
Mutual labels:  application, app
Appify
Create a macOS Application from an executable (like a Go binary)
Stars: ✭ 372 (-17.33%)
Mutual labels:  application, app
mailtrap
MailTrap has been renamed to Sendria. Please use Sendria now, MailTrap is abandoned. MailTrap is a SMTP server designed to run in your dev/test environment, that is designed to catch any email you or your application is sending, and display it in a web interface instead of sending to real world.
Stars: ✭ 14 (-96.89%)
Mutual labels:  mail, email

Gatsby

Gatsby Mail

A proof of concept application that demonstrates a few concepts, namely:

  1. App-like functionality with GraphQL, data fetching, mutations, etc.
  2. Static creation of pages (e.g. /privacy-policy, /terms-of-service, etc.)
  3. Client-side only routes, e.g. dynamic routes
  4. Schema stitching with Github's API (requests ⭐ count at build time!)

🚀 Set up

  • yarn or npm install
  • Request a Github token and give repo full access to the token
  • cat .env.sample > .env.development then paste in your access token from gitub
  • From the .env.development file, replace the GATSBY_OG_APP_ID with a token from a OneGraph account which you must create
  • yarn develop or npm run develop
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].