Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wh1t3h47/edgemailer
- Owner: wh1t3h47
- License: apache-2.0
- Created: 2020-08-11T15:46:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T18:27:27.000Z (over 4 years ago)
- Last Synced: 2024-10-31T20:07:12.344Z (2 months ago)
- Topics: assynchronous, automake, c, event-loop, libcurl, libev, libuv, makefile, mass-requests, out-of-order, outdated, pentest, pentesting, private-repository, public-mirror
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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