Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

EdgeMailer

EdgeMailer is a tool that tests rate limits of mail providers, it uses libcurl and libuv to make concomitant assynchronous request. For now this will be just a libuv + libcurl template in which we can code on top of, there is no implementation of actual rate limit testing

Features:

  1. Uses libuv
  2. Because of libuv, we have a thread pool
  3. Strict C standards, no warning should be emitted with gcc -Wall

How to compile:

gcc tool.c -lcurl -luv -Wall

Pre-requisites

  1. LibCurl
  2. LibUv

About

EdgeMailer is a tool that tests rate limits of mail providers, it uses libcurl and libuv to make concomitant assynchronous request. This tool is outdated and now is closed source and belongs to YouSendr.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages