Skip to content

rumourscape/temporary-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporary-Mailer

Temp Mail is a GUI application that creates a temporary email using the mail.tm service


Temp Mail Application

This application is built using the following packages:

Features

  • Creates a temporary email
  • Login with an existing mail.tm email
  • Delete email
  • Auto updating Inbox using SSE
  • Works on Linux and Windows, should work on MacOS as well (not tested)
  • Dark theme

Prerequisites

To compile and run, you will need to have Go installed on your machine. Refer to the installation instructions.

Install

go install github.com/rumourscape/temporary-mailer

Run

temporary-mailer

Build from Source

Temporary Mailer can be built for your operating system using Fyne. You’ll need to install it first:

go install fyne.io/fyne/v2/cmd/fyne@latest

Then clone this repository, and run the following command:

fyne package

A binary for your OS will be generated in the same directory.

License

GPL-3, see LICENSE