Showing 42 open source projects for "open source software framework"

View related 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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Hedwig Mail server
    Hedwig is an open source IMAP, SMTP, POP3 server written in Java, designed with ease of installation and configuration in mind. Hedwig enables storage of mail message headers in a relational database(MySQL or Oracle) and mail messages in a file system. Visit http://hwmail.sourceforge.net/ for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    tisift

    imap cleanup & command line tool

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Set of pure useful Java utilities taking care of common tasks and avoiding re-write of code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5

    sender

    tcp/ip utility for testing network connections/ports

    Sender is a windows tcp/ip client/host that lets you send and recieve text to and from tcp/ip ports. It now has a hex mode so that you can send any 8bit byte combinations. It can be used for testing simple pop and smtp connections (original project reason) or for any other protocols for which you may want to test by hand from windows.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    S22.Imap

    S22.Imap

    A free .NET library for accessing IMAP servers, written in C#

    S22.Imap is a free, easy-to-use and well-documented .NET library component for communicating with and receiving electronic mail from an Internet Message Access Protocol (IMAP) server, written in C#. The API has been designed with ease of use in mind and integrates well with the existing classes of the .NET Framework. S22.Imap supports IMAP over SSL, IMAP IDLE (push email) and partial fetching of messages. It works well with Gmail. Features: * Supports IMAP IDLE notifications *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Graphical OS Kernel compiled with gcc 4.6.1 and nasm 2.09.08
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    STDNOJ - Faster tool creation in C++

    STDNOJ - Faster tool creation in C++

    Over 600 classes for Web, RFC & File Management

    Develop cross-platform tools faster using a C++ Framework proven in commercial software. Classes support logging, sockets, RFC servers (NNTP, SMTP, POP, HTTP), object indexing, ini, tagged databases, file systems, and more. The STDNOJ Namespace, by R.A. Nagy
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Rumble Mail Server
    Rumble is a mail server suite for SMTP (ESMTPSA), HTTP, POP3 and IMAP4v1 with an extensive C/C++ and Lua API for scripting. It comes with support for SSL/TLS, SQLite and MySQL and has a web-based administration and webmail feature. Additional included modules feature greylisting, DNS blacklisting, SpamAssassin support and dynamic performance scaling as well as a multithreaded structure that allows for clustering of multiple servers for one or all domains, and with the ease of the Lua API,...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11
    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
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    C# .NET library implementing the Pop3 message retrieval protocol
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pop3serv is a RFC1939-compliant implementation of the server-side part of POP3, the protocol used to retrieve email from a server. pop3serv is a framework which allowes the easy creation of POP3 servers for lots of different purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Purpose of this project is create games/other software for Java enabled mobile phones. Programs are written under Java (J2ME, midlets). Current highlights include simple mail client and web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This Software converts Kolab V2. Adress-Books to a readable and searchable Format for the iPhone and other IMAP-Capable Devices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    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: 0 This Week
    Last Update:
    See Project
  • 17
    ImapHandler is a fsock-based low-level IMAP client for PHP intended for developers who want less abstraction than provided by the imap extension or PEAR::Mail_IMAP but don't want to have to worry about parsing everything themselves.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    EmpeecoMail: A full featured POP3 mail server, proxy server, DHCP server, fax server. Interactive/service on WIN32 systems. Multiple users mailboxes on LAN or Broadband VPN. Collect from multiple external Mailboxes. Spam Filter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Access IMAP-mailboxes automatically, delete spam marked by filtering software like spamassassin, get reports in regular intervals. Additional features: multi mailbox access, extended spam filtering can be integrated, test mode, no database needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Yubox is an IoT platform. A set of software and other open tools to easy a IoT project deployment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ADMAILx, es un proyecto de Software Libre con tecnología AJAX, que ofrece una alternativa diferente, eficiente, interactiva y fiable para la administración a través de la web de un servidor de buzones de correo. Apoyanos, únete a su comunidad.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    dBrowser is a PHP/MySQL/PostgreSQL framework/code generator aimed at web/database application developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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: 0 This Week
    Last Update:
    See Project
  • 25
    Virtual Qmail - virtual domains management system for qmail. It is designed to be fast, reliable, and easy to use. Includes software allowing users to manage their accounts via WWW.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB