Skip to content

khouzam/youmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouMail API .NET Library

Copyright (c) Gilles Khouzam 2018

Licensed under the MIT License

This is a .NET implementation of a YouMail client library. Current support is for .NETCore 2.1, .NETStandard 2.0 and .NET 4.5.

The YouMail API Documentation can be found here

To use:

  1. Instantiate a MagikInfo.YouMailAPI.YouMailService with the user and password, as well as an optional authorization token that you might have obtained earlier and the user-agent to use.
  2. Invoke APIs to query the state.
var service = new YouMailService("user", "password", "AuthToken", "User-Agent/Version");
var messages = await service.GetMessagesAsync(folderId, imageSize, DataFormat.MP3);
...

Build Status: Build Status

About

A .NET client library for YouMail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages