TypeScript Email

Open-source TypeScript projects categorized as Email

Top 23 TypeScript Email Projects

  • novu

    GitOps based Notification Infrastructure as Code. Embeddable Notification Center, E-mail, Push and Slack Integrations.

  • Project mention: How To Build Your Own Newsletter App? р.2 | dev.to | 2024-05-16

    import { Body, Column, Container, Head, Heading, Hr, Html, Link, Preview, Section, Text, Row, } from "@react-email/components"; import * as React from "react"; const EmailTemplate = () => ( Hello WorldPreview> Hello WorldHeading> Column> Row> Section> Hey Emil,Text> CoolText> Section> Container> You're receiving this email because your subscribed to Newsletter App Text>


    Newsletter Appstrong>, ©{" "} NovuLink> Text> Section> Body> Html> ); export default EmailTemplate; const main = { backgroundColor: "#f3f3f5", fontFamily: "HelveticaNeue,Helvetica,Arial,sans-serif", }; const headerContent = { padding: "20px 30px 15px" }; const headerContentTitle = { color: "#fff", fontSize: "27px", fontWeight: "bold", lineHeight: "27px", }; const paragraph = { fontSize: "15px", lineHeight: "21px", color: "#3c3f44", }; const divider = { margin: "30px 0", }; const container = { width: "680px", maxWidth: "100%", margin: "0 auto", backgroundColor: "#ffffff", }; const footer = { width: "680px", maxWidth: "100%", margin: "32px auto 0 auto", padding: "0 30px", }; const content = { padding: "30px 30px 40px 30px", }; const header = { borderRadius: "5px 5px 0 0", display: "flex", flexDireciont: "column", backgroundColor: "#2b2d6e", }; const footerDivider = { ...divider, borderColor: "#d6d8db", }; const footerText = { fontSize: "12px", lineHeight: "15px", color: "#9199a1", margin: "0", }; const footerLink = { display: "inline-block", color: "#9199a1", textDecoration: "underline", fontSize: "12px", marginRight: "10px", marginBottom: "0", marginTop: "8px", }; const footerAddress = { margin: "4px 0", fontSize: "12px", lineHeight: "15px", color: "#9199a1", };

  • logto

    🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.

  • Project mention: Logto v1.12.0 - Organizations, SSO, and MFA | /r/selfhosted | 2023-12-06
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Tutanota makes encryption easy

    Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.

  • Project mention: Show HN: TutaCrypt, post-quantum encryption protocols for securing emails [pdf] | news.ycombinator.com | 2024-03-18

    Hi HN, we are the developers from Tuta (formerly Tutanota), the German end-to-end encrypted email provider, and we recently released the world's first post-quantum encryption for email.

    We have included a full technical write-up of the cryptography involved in these changes and we have released it for open public review.

    This document specifies TutaCrypt, a protocol designed for hybrid email encryption in Tuta Mail. The protocol combines a classical Elliptic-Curve-Diffie-Hellman key exchange with a post-quantum KEM. The goal is to replace the usage of RSA in Tuta Mail.

    In the remainder of this document we describe some preliminaries such as the cryptographic primitives used. We define the core algorithms of the protocol and describe the flow of messages between the communicating parties. Finally, we discuss the security properties and some limitations of the protocol in its current form.

    We are eager for your constructive feedback. All cryptography related source code is available for review and experimenting here: https://github.com/tutao/tutanota/blob/master/src/api/worker...

    If you have any questions or comments related to post-quantum cryptography please let us know in the comments!

  • react-email-editor

    Drag-n-Drop Email Editor Component for React.js

  • ProtonMail Web Client

    Monorepo hosting the proton web clients

  • Project mention: Proton Mail Discloses User Data Leading to Arrest in Spain | news.ycombinator.com | 2024-05-07

    > Is this password-derived key the "account key" which I see in the Proton Mail settings interface?

    No, the account key is an OpenPGP key which is encrypted with a key derived from your password. The "key encryption key" is not separately visible. The address keys are in turn encrypted using the account key.

    > Please clarify what key derivation function is being used.

    We use bcrypt, in addition to the OpenPGP S2K (i.e. the bcrypt output is fed as the "password" to OpenPGP's key encryption).

    We are in the process of rolling out OpenPGP.js v6, which supports Argon2 for the OpenPGP S2K step, after which we'll start using that - but we aren't quite yet.

    > Are there instructions for verifying that all this is happening? I think a lot of folks on HN won't be convinced otherwise.

    Take a look at https://github.com/ProtonMail/WebClients/blob/main/packages/..., for example. Though to be honest, if you want to verify that we aren't sending the password to the server anywhere, in principle you'd have to check the code of the entire web app. It's all open source, but it's a lot of work, of course. But you can also check the latest audit report: https://proton.me/blog/security-audit. They also verified all of this stuff.

    > It's just that I'm going to create an OpenPGP identity for things like signing code commits on git, signing packages I publish. (...) So I was really hoping to be able to use Proton Mail with this identity instead of the key pair that's generated for the account.

    Yeah, I understand. Though, the typical advice from a cryptographer's perspective would be, it's better to use separate keys for separate purposes; and the simplest way to do that is to generate separate OpenPGP certificates, so that's what we'd generally recommend. But, if you want to generate separate subkeys and sign them all using a common primary key, that's also reasonable enough. And, we can improve the documentation on that, although it's a bit of a niche use case (not for HN of course, but for the general audience it is).

    > Thanks for reaching out here on HN. I've been a really happy Proton Mail customer and now I'm even happier.

    Thanks, glad to hear! :)

  • Inbox Zero

    Open source email app to reach inbox zero fast.

  • Project mention: Show HN: Simple email mode for Gmail's 20th anniversary | news.ycombinator.com | 2024-04-01

    On April 1st 2004, Google released Gmail.

    Twenty years later, I'm releasing an open source email app that helps you reach inbox zero for a single day: Simple Email Mode

    Simple Mode makes handling less overwhelming:

    * Handle emails in batches of 5

    * Long emails summarized

    * Timer to gamify maintain focus

    * Set aside what you want to handle later. Archive the rest

    You can try it out at https://getinboxzero.com under the Early Access tab.

    And check out the GitHub repo: https://github.com/elie222/inbox-zero

    Only for Gmail users at this time.

  • gmail-desktop

    :postbox: Nifty Gmail desktop app for macOS, Linux & Windows

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • maildog

    🐶 Hosting your own email forwarding service on AWS and managing it with Github Actions

  • EmailFlare

    Send emails from your domain through Cloudflare for free. Self host on your account.

  • Project mention: Show HN: EmailFlare, a webapp packaged in a worker to send your domain emails | news.ycombinator.com | 2023-08-02
  • feathers-authentication-management

    Adds sign up verification, forgotten password reset, and other capabilities to local feathers-authentication

  • icloud-hide-my-email-browser-extension

    Enjoy iCloud's Hide My Email service in your favourite browser

  • Project mention: Official Chrome extension to use iCloud Keychain Passwords | news.ycombinator.com | 2023-07-17

    Shameless plug: I've built the unofficial hide my email browser extension [0], available both in Firefox [1] and Chromium [2]. Tried to make it as frictionless as the Safari UX, which proved to be a challenge given the lack of native HME APIs.

    [0] https://github.com/dedoussis/icloud-hide-my-email-browser-ex...

    [1] https://addons.mozilla.org/en-US/firefox/addon/icloud-hide-m...

    [2] https://chrome.google.com/webstore/detail/icloud-hide-my-ema...

  • mailjet-apiv3-nodejs

    [API v3] Official Mailjet API v3 NodeJS wrapper

  • Project mention: Adding a Mailing List Subscription with Mailjet and Netlify Functions | dev.to | 2023-08-13

    Mailjet provides a JavaScript SDK that actually makes integrating with its API pretty easy. You'll need your Mailjet API key and secret key, which you can find in Mailjet under Account Settings and then choose "API Key Management (Primary and Sub-account)" under REST API. Place those in an environment variable.

  • email-builder-js

    A free and open-source block-based email template builder.

  • Project mention: Introducing EmailBuilder.js - a free and open source block-based email template builder | dev.to | 2024-03-05

    If you like it, please consider giving it a star on GitHub 🌟

  • docs

    📚 Documentation for the Postal mail server! (by postalserver)

  • Project mention: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui | news.ycombinator.com | 2024-04-09

    I've been using Postal Server for 2 years ( https://docs.postalserver.io/ ) sending around 50k emails / day without any issue.

    Just make sure you set up everything (SPF, DKIM, DMARC) correctly, including the PTR reverse lookup of your server ( really important ).

    Key tip: warm up your ip(s). I use mailreach.co ( it has a USD 25/m cost ), reached near 100% deliverability in a month.

    I now have barely have any maintenance to do. It just works.

  • cli

    Get a programmable email address. Automate what happens when you receive emails. It's like Zapier for devs who hate emails. (by dnsxyz)

  • email-spell-checker

    📮 An ultratiny (1.9 KB) and fast JavaScript email checker to reduce users typing a wrong email. Written in TypeScript. Enterprise-grade.

  • runbox7

    Runbox 7 web app

  • mailersend-nodejs

    The official MailerSend Node.js SDK

  • email-comparison

    📬 A quick comparison of private and / or secure email providers

  • pinbox

    Self-hosted webmail client greatly inspired by Google Inbox (by msp301)

  • ping-email

    Node.js SMTP Email Verification

  • Project mention: Show HN: I Made a Node.js SMTP Email Verification Library | news.ycombinator.com | 2024-03-14
  • email-validator-js

    Verify email address checking MX records, and SMTP connection, check for disposable email addresses and free email providers.

  • jelban-js

    Another email addresses filter; filters out disposable and addresses' alias

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript Email related posts

  • How To Build Your Own Newsletter App? р.2

    4 projects | dev.to | 16 May 2024
  • Proton Mail Discloses User Data Leading to Arrest in Spain

    1 project | news.ycombinator.com | 7 May 2024
  • Open-source notification infrastructure for developers

    1 project | news.ycombinator.com | 6 May 2024
  • How to build Dev.to In-App Notification System in 20 minutes

    2 projects | dev.to | 23 Apr 2024
  • Show HN: Simple email mode for Gmail's 20th anniversary

    1 project | news.ycombinator.com | 1 Apr 2024
  • What's new in Novu 0.24?

    1 project | dev.to | 18 Mar 2024
  • Show HN: TutaCrypt, post-quantum encryption protocols for securing emails [pdf]

    1 project | news.ycombinator.com | 18 Mar 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 19 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Email projects in TypeScript? This list will help you:

Project Stars
1 novu 33,044
2 logto 7,308
3 Tutanota makes encryption easy 5,772
4 react-email-editor 4,397
5 ProtonMail Web Client 4,146
6 Inbox Zero 1,978
7 gmail-desktop 794
8 maildog 396
9 EmailFlare 262
10 feathers-authentication-management 247
11 icloud-hide-my-email-browser-extension 234
12 mailjet-apiv3-nodejs 230
13 email-builder-js 200
14 docs 136
15 cli 134
16 email-spell-checker 133
17 runbox7 124
18 mailersend-nodejs 108
19 email-comparison 102
20 pinbox 84
21 ping-email 76
22 email-validator-js 63
23 jelban-js 56

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com