Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.
Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
Download Free Tool
AI-generated apps that pass security review
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
C library for sending e-mail (with attachments) from C/C++
C library intended to give C/C++ developers a quick and easy way to send e-mail from their applications. Supports multiple To/Cc/Bcc recipients and multiple attachments without size limitation. For the actual SMTP communication either libcurl can be used or the built in SMTP support. The library can also be used to just create a multipart MIME message body.
Also comes with a command line application (quickmail) for sending mails (mutiple attachments supported) from command line or...
Whitebeam is a complete rapid development Web application server integrating Apache, Posgresql, Mozilla's SpiderMonkey JavaScript engine with it's own powerful XML/XPath based secure application framework.
Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
...This project is derived from Mystic BBS V1.10 A38, which was released onto Sourceforge under the GPL.
Mystic BBS has since been removed from Sourceforge and has returned to a closed source development model. Guardian BBS is hereby forked to keep the Opensource code alive and available for everyone under the terms of the GPL in which it was released.
SimpleCheck is a fast, low resource, server oriented, Windows System Tray based E-Mail Notification Client with a simple UI that regularly checks multiple POP3 E-Mail accounts. Many full client features; immune to viruses; use to delete SPAM mail.
base64 RFC1113 Vanilla ANSI-C Code for a portable stand-alone file encode/decode utility. In 2001, I asked people to 'Help me break it!' Since then, 10+years later, the code remains unbroken and is in wide production use world-wide. It has been ported to all major architectures and been used as a template for ports to different computer and human languages. This is very mature and stable code.
Although this comes from a project that was constrained by export controls and is used in...
Converts quoted-printable, UTF-8, UTF-16BE, UTF16LE to 8-bit.
Command-line tool to decode text which has undergone MIME-typical encoding into (ISO-8859) 8-bit --- without having or parsing the relevant MIME type declarations.
Decodes quoted-printable sequences; handles UTF-8, UTF-16BE, UTF-16LE; optionally translates common characters from DOS or Windows code pages or HP-Roman8 into ISO-8859-1.
UCS characters can be mapped to 8-bit translation strings.
Single ISO C source file, "8conv.c".
Translation can be controlled through a...
a lightweight ANSI C library for handling POP3 mailboxes
libpop3 is a very light POP3 library for C. It allows to list, fetch and remove messages from a POP3 mailbox. This library is using the RFC1939 as reference, and uses most basic POP3 commands to provide maximum compatibility across different servers.
libpop3 is written in pure ANSI C89 without any external dependencies, thus it can be compiled and used on anything, anywhere.
Since it is very light, it is designed to be used as a static library (but you could just as well incorporate...
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Hypermail is a program that takes a file of mail messages in UNIX mailbox format and generates a set of cross-referenced HTML documents.
Development of hypermail continues now at github: https://github.com/hypermail-project/hypermail
libsmtp is a library that enables developers to integrate SMTP sending capabilities into their programs. It is written in C, but a C++ wrapper should be available someday. Is is licensed under the LGPL, so that it can be included in non open-source stuff,
NOTE: Development has been aborted. Please see the re-alpine project for a better alternative.
oserp - stands for OpenSource Emailer Replaces Pine. First goal - replace pine with an open souce work-alike using perl. Second - add an SQL backend to Mail::Box, and thus to oserp. Third - Port to C++, using GNU MailUtils as the backend.
A C library with support for logging, configuration, networking, message specification, semaphores, message queues, SSL, timing, epoll and email functionality.
Sick of handling ifs and gotos in DOS batch files? Use this code generator to code in a higher level language, the sausage machine turns out the batch file. Mercurial repo at https://bitbucket.org/nickj/batchgen
a command line function to send text-only email to an smtp server, with a command line function to pull down email from a pop server. No longer under active development.
libmail is a C library intended to help programmers when adding mail checking and retrieving capabilities to their applications, supporting popular mail protocols like IMAP and POP3 as well as *nix-like mailboxes.
Exploring the possibilities of doing an Operating System completely different than all of the existing ones. Instead of basing it upon concepts that are 40 years old, design it from the ground up object oriented, peer-to-peer, and for security.
xstress is a SMTP mail server stress testing tool. xstress creates multiple connections (using threads) to the (configured) mail server and sends mails with varying subject, body, attachment and TO/FROM addresses.
Sieve is a mail filtering language standardized as RFC 3028 / RFC 5228 and its extensions. libSieve provides a simple, clean API for parsing and executing Sieve scripts. Code is on GitHub: http://github.com/sodabrew/libsieve
RFC 2425 defines a MIME Content-Type for Directory Information. This library contains necessary methods to parse information blocks arranged in such a manner.
Mstone is a mail performance measurement system. It can simultaneously test SMTP, POP, IMAP, and some HTML based systems. It measures transaction latency in multiple stages, and graphs the combined results from multiple clients.
Ferramenta Computacional para Deficientes Visuais. Provê acesso a um editor de textos, calculadora e envio de e-mails sem necessidade de instalação ou grandes requisições de hardware. Possui interface adaptada para pessoas com baixa visão.
basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% and can range down to 14%.