Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
A mail system currently consisting of MDA, POP3, and IMAP servers that uses a SQL database for the mail store. This adds performance improvement as well as scalability and flexibility.
Copies one imap account to another. So if you ever needed to move your slow and throttled cloud account to your personal server for faster access, this is why I released and updated this.
MailDB adds a database back-end to an IMAP server for features such as "virtual" mail folders (msgs appearing in multiple folders), "view" folders (dynamic results of searches), etc. The DB is inherently multi-user, allowing msg reference counting.
phlyMail is a Webmail and data hosting application. It features IMAP, POP3, SMS, Fax support, a Calendar, Bookmarks, files manager. Multiuser and single user editions available.
py2blog takes stories from any configured source and renders them according to configured templates to any configured publish engine. The main goal is to facilitate blogging by giving people an easy way to create stories in their favorite environment
rss2imap is a tool which gets RSS (RDF Site Summary) from web and delivers to the IMAP server as an e-mail message. it enables you to use IMAP supported MUA as a RSS reader, and to unify mail check and site update check with ONE client.
sieve-php is a php class that implements MANAGESIEVE, a means to easily interact with a SIEVE Mail Filtering Server such as Cyrus' timsieved, is a server side mail filter system integrated into Cyrus IMAP.
Beta state!
tisift:
scaning folder and sort messages with given filter rules.
tish:
imap shell = imap command line tools.
Example:
# Set MsgId on Mails without one
FOLDER="Archives" ; tils -I "$FOLDER" |grep "\{"|while read LINE ; do tish -x addheader "$FOLDER" "$LINE" "X-New-Header: true" ; done
# Correct Date to second received header:
tish date Archives PATTERN received2
# Import or export mbox
tish exportmbox Archives >file.mbox
tish importmbox Archives <file.mbox
Written in ruby.
Attention: Use on your own risc! You can damage your whole mail data!