Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wh1t3h47/edgemailer

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.
https://github.com/wh1t3h47/edgemailer

assynchronous automake c event-loop libcurl libev libuv makefile mass-requests out-of-order outdated pentest pentesting private-repository public-mirror

Last synced: 15 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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
4. **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