Skip to content

Unofficial wrapper for TempMail, written in C#/.Net.

License

Notifications You must be signed in to change notification settings

luissilva1044894/TempMailAPI

Repository files navigation

temp-mail-API

Temp mail is a service which lets you use anonymous emails for free!

temp-mail-api is C#-based wrapper for TempMail (Version 0.1 based on temp-mail-API)

Usage

var tempMail = new TempMail ();

// To get Mailbox
var mails = temp.GetEmailsReceived ();
for (int i 0; i < mails.Count; i ++) {
	mails [i].Delete ();
}

// To delete current E-mail
temp.Delete ();

// To generate a new E-mail
temp.Change (user, domain);

Releases

No releases published

Packages

No packages published

Languages