[go: up one dir, main page]

Post-Office Software

View 288 business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    A PHP-based web frontend to IMAP mail servers (developed on Cyrus imapd currently). The interface supports reading all kinds of MIME multipart mails, fully managing IMAP folder structures including ACLs and basic mail composition.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Mailster is a project aimed at testing software mail capabilities. It provides a mail server container to test emails sent by your apps without rewriting your application code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Watch mailstores for changes and initiate mailbox syncs
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    ImapGrab is a cli and gui program (written in Python) that allows you to log into an IMAP server, list mailboxes, and download selected mailboxes to mbox or maildir files. It requires getmail 4.8.2 or higher. The gui requires PyGtk 2.0 or higher.
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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
  • 5
    Allow accessing to your exchange account with any email client to get and send emails with POP3 and SMTP protocols. It's a proxy between a Exchange and the e-mail client using the Outlook Web Access features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Active Spam Killer for Windows (AfW) is a challenge/response spam filtering system for the Windows platform. Based on ASK for Linux by Marco Paganini, this project adds a POP3 client/server wrapper and web administration, as well as Windows compatibility
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    AirDrive
    AirDrive is a file storage utility that uses the storage capacity of linked IMAP enabled email accounts for file storage with an FTP-like interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    IntraMail is a e-mail server, supporting POP3 and smtp, for internal - external use in your network. This program can download messages from multiple (external) accounts and with filters divided over your local mailboxes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    JFetch is an application to download your email through protocols like POP3 and IMAP. The decision of whether to download a mail or not is made through a sequence of filters. The user can easily add customized filters to this sequence.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    Java based mailserver providing a SMTP and POP3 protocoll implementation easy configurable, OS independent, extendible
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    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.)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    liberopops is useful for users of Libero provider who cannot read email due to its change of policy. It acts as a POP3 server which interfaces itself to the webmail service still available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    MailTo

    MailTo

    Use for sending email to your custmor at spacific date.

    This is an application to send email to your customer automatically at the mail expire date or some days, that you mention, before expire date.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    The purpose of this project, is to provide an open source replacement for all of Microsoft Exchange functionality. The product is delivered as an installable system that is fully functional and pre configured for use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Pop3/Smtp connector for email server. Using scheduler / multithread download email from POP3 account or act as an SMTP gateway. Filtering via external tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Remote Mail is a multi-account Webmail manager. Quick as a webmail, yet powerful like a POP Email client, it lets you access via Web many POP accounts at once. The ideal companion for people who want to quickly read their mail everywhere they are.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    smm is a anti-spam, mail-shaper, delete-on-server software thought for users who have a slow dialup connection and are sick and tired of downloading 1MB a day of spam and Win32-worm-attached messages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Ncurses e-mail writing in C lang.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    yaspi is a POP3 mail-scanner that targets mailbox bombing originated by virusen. It connects to the POP3 server and uses some heuristics to catch mails infected by Swen and similar virus. Then, it uses Ricochet to send abuse reports.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    An email client which basically focuses on sorting incoming emails for better email management using classification algorithms. Implemented for windows platform. The e-mail client focuses on inbox management, categorization of e-mails usig algorithms
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    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.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    libpop3

    libpop3

    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 its code right into your project).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    pop3spam is a POP3 client which connects to a POP3 server and deletes unsolicited mail in-place. It's possible to check for messages that exceed a certain limit and to scan header lines for special patterns (regular expressions).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    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.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    This is a set of .NET class libraries, designed to use various Internet protocols in a easy-to-use OO matter. So far it contains a POP3 and an IRC (Internet Relay Chat) library.
    Downloads: 0 This Week
    Last Update:
    See Project