Secure File Transfer for Windows with Cerberus by Redwood
Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.
Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
Try for Free
Ship Agents Faster
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
mailgate is a set of Python scripts we used at my former company to transfer email a) from a POP3 account to our internal mail server, b) from a POP3 account to a mailbox file and c) from a mailbox file to a SMTP server.
Actim is an application written in python that allows sending/receiving files and calling command lines via email. (under GPL license)
For example, if your home PC does not have any access to your office workstation which is behind the company firewall.
pemail allows you to view POP3 email from the command line, much like the UNIX mail(1) command does. pemail also allows you to send email from the same interface, making it pretty much an all in one mail client for the UNIX command line.
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Command line utility for searching email stored as Berkley mbox files. (This format is used by Netscape, pine, Eudora, etc.) Useful for when you have to telnet into your box remotely and find a paritcular message and grep just doesn't cut it (or when yo
JEEPERS (Jason's Extra Easy to Program Email Response System) uses a POP3 email account to monitor email for command phrases in subject lines. Default commands for remote file storeage and retrival. (Nothing to do with mailing lists or mass emailing.)
Allows stdin or files specified on the command line to be printed from a
remote terminal using ANSI escape sequences.
Inspired by the ansiprt.c component of U Wash's PINE.
ProcLog is a simple to use set of scripts to generate reports against your procmail log file. Proclog reports various statistics and can be run from the command line or as a X Windows GUI.
This project provides a Java utility used to read your email. Ideal when access to Google Mail, Hotmail and other web-based email clients is prohibited.
Mailhelper provides an easiest way for you to establish e-mail templates. By the templetes, we could generate various e-mails. Furthermore, Mailhelper also could help you to send them via the current popular e-mail services, such as Gmail, etc.
This project aims to abstract format conversion and versioning from translator's daily tasks. With a few simple commands, they could concentrate on translation instantly. There will be unnecessary to edit those L10N XML (.dtd/.properties) files by hand.
Pimp is a modular proxy written in C++ with modularity in mind. So pimp is just a basic proxy and all the protocol logic is implemented in loadable modules. Currently there is a POP3 and SMTP protocol module and a SpamAssassin helper module.
GEPROMAN(General Processes Management)is a Workflow project for auxiliary the Managers from companies or of education, adminstering the users' processes in the distance. It's use the Frameworks JSF and JPA, for bigger productivity in the development.
mimx is an open-source, drop-in replacement for corporate communication servers such as Microsoft Exchange and Lotus Notes. mimx provides e-mail, chat, fax, network news, calendaring, etc. to clients such as Microsoft Outlook.
Clarke is a Perl script for automatically replying to email. It has a featureful command line, and can be run from a .forward or .qmail file or interactively. It is used by The Apache Software Foundation.
Raspberry Pi compatible docker image containing a Citadel groupware server. This image has been successfully tested on a Raspberry Pi 3 running Hypriot OS.
Run it with the following command (make sure to replace YOUR_HOSTNAME with your preferred hostname (e.g. mail.my.domain):
docker run -d -h YOUR_HOSTNAME --name citadel --dns 8.8.8.8 -e WEBCIT_LANG=en -e WEBCIT_HTTP_PORT=8080 -e WEBCIT_HTTPS_PORT=8443 -p 25:25 -p 110:110 -p 143:143 -p 465:465 -p 587:587 -p 993:993 -p 995:995 -p...