Showing 49 open source projects for "proxy software tool"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 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
  • 1
    Google Apps Manager

    Google Apps Manager

    Command line management for Google G Suite

    Google Apps Manager or GAM is a free and open source command line tool for Google G Suite Administrators that allows them to manage many aspects of their Google Apps Account quickly and easily. With GAM you can create and manage users, groups and domains; manage email, security and calendar settings; manage admins and organizations and many more. To use GAM Google Apps Business, Education, Partner or Government Edition is required.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 2
    Easy Mailer: Bulk Email/SMS Sender

    Easy Mailer: Bulk Email/SMS Sender

    EasyMailer: Bulk Email/SMS Sender Using SMTP

    EasyMailer is a powerful and user-friendly software designed to streamline the process of sending bulk emails or SMS messages effortlessly via SMTP (Simple Mail Transfer Protocol). With its intuitive interface and robust features, EasyMailer simplifies communication campaigns for businesses, organizations, and individuals alike. System Requirements: Operating System: Windows RAM: Minimum 512MB ROM: Minimum 256MB
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3
    Outlook CalDav Synchronizer

    Outlook CalDav Synchronizer

    Sync Outlook with Google, SOGo or any other CalDAV / CardDAV server

    Free Outlook Plugin, which synchronizes events, tasks and contacts between Outlook and Google, SOGo, NextCloud, Horde or any other CalDAV or CardDAV server. Supported Outlook versions are 2021, 2019, 2016, 2013, 2010 and 2007 and Office 365 for Desktop. This project was initially developed as a master thesis project at the University of Applied Sciences Technikum Wien, Software Engineering Degree program. Outlook CalDav Synchronizer is Free and Open-Source Software (FOSS), still you can...
    Leader badge
    Downloads: 478 This Week
    Last Update:
    See Project
  • 4
    NK2Edit

    NK2Edit

    Edit AutoComplete files of Microsoft Outlook

    NK2Edit is a powerful tool for editing the AutoComplete list (.NK2 files) in Microsoft Outlook. It allows users to modify, remove, or add email addresses stored in the NK2 file, making it easier to manage and repair corrupted or outdated AutoComplete data. The software supports various features such as exporting NK2 data to different formats, sorting records, and even adding records directly from the Outlook address book.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 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
  • 5
    Oblivion-Inverse

    Oblivion-Inverse

    Open source e-mail tracker made with Flask, setup & run in 10 minutes

    ...Build with Flask and setup under 10 minutes on your own production environment. Designed to provide information about the email read status, time, IP address of the recipient's device or proxy, as well as request headers such as the user-agent, which can reveal details about the recipient's browser, operating system, and device. Generate tracking links for your emails and drag the tracking pixel to the end of the message body. Includes detailed documentation that offers step-by-step instructions on how to set up and use the tool, as well as information on contributing to the development. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    vmm - a virtual mail manager

    vmm - a virtual mail manager

    command line tool to manage email (alias-)domains/accounts/aliases …

    vmm is the easy to use and configurable command line tool for administrators and postmasters, to manage domains, alias-domains, accounts and relocated mail users. It allows the fast and easy management of mail servers. vmm is written in Python. It's designed for installations using Dovecot and Postfix with a PostgreSQL backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    listadmin

    Process messages held by Mailman for approval

    listadmin is a command line tool to manage Mailman lists and proccess queues, without the need to go to the Mailman web interface. It allows you to inspect messages or subscription requests, approve or discard them manually, or discard messages automatically when certain conditions are true. listadmin can also be configured to run out of cron to do routine cleaning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    sympaadmin

    Command line utility for administering Sympa mailing lists.

    sympaadmin is a command line tool for administrating sympa mailing lists from the terminal, making it suitable for use over SSH, for example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Mail Alert Simple Mailer

    Mail Alert Simple Mailer

    Mail Alert Simple Mailer

    Mail Alert Simple Mailer is a simple command-line utility designed for IT administrators for sending e-mail from Microsoft Windows OS. It can be executed from command line, Windows batch file or PowerShell scripts. My main reason for writing this software was to handle events generated by Dell OpenManage Server Administrator (OMSA), APC PowerChute and Windows Events to send hardware status and alerts like temperature alerts, UPS battery status, powerline status and RAID controller alerts...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10

    fastmail sender

    A simple command line tool for sending email via SMTP

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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
  • 12

    The `8conv` text encoding converter

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Crème Fraiche

    Crème Fraiche

    eml2pdf converter

    I DO NO LONGER CLAIM PLATFORM-INDEPEDENCE FOR Crème Fraiche. THIS PROGRAM RUNS ON LINUX. Crème Fraiche transforms EML-files, as they are created by email-clients, to PDF. PSE see the rubygems.org site for updates or use the gem-tool right away to install Crème Fraiche: ~$ gem install cremefraiche
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Knary

    Knary

    Installation, Configuration, and Automation tool set for Crypt Mining

    With all of the information available on the net regarding crypt mining confusion rapidly ensues. It's all over the web. A plethora of information; some right, some wrong, most confusing at best. I envision a tool that is self documenting and performs the function of a miners assistant. An installation, configuration, and documentation tool set specifically for crypt mining. Bitcoin, Litecoin, ASICs, CPU, GPU, etc. installation, setup automation, and configuration. This is completely an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Smart Card Sniffing And Debugging Tool

    Smart Card Sniffing And Debugging Tool for contact based SIM/ME comm.

    SCSDT - Smart Card Sniffing And Debugging Tool is created to log the communication between a SIM/ME on a contact based level. The software contains a simulator and a converter that takes individual logged APDU bytes (originally retrieved from the hardware) and transform them into an IO script on the form : //Select I: A0 A4 00 00 02 3F 00 O: 9F 16 Where the instruction of the APDU is read from an XML file that can be extended with proprietary commands. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MailProbe
    E-Mail monitoring, benchmarking and load testing tool with integrated web UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PROFILE (2D inverse modeling tool)

    tool for inverse modeling of the semiconductor devices

    The PROFILE [1] is a tool for inverse modeling of the semiconductor devices using 2D data and advanced optimization driver. All the files and its documentation is available at the official homepage of Profile: http://profile.ewi.tudelft.nl/ REF: [1] G.J.L. Ouwerling. Inverse modelling with the PROFILE optimization driver. NASECODE VI Software Forum, Dublin, July 1989.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SMTP4PHP

    SMTP4PHP

    PHP powerful tool for sending e-mails fast and easily

    SMTP4PHP is a collection of PHP classes, dedicated for composing and sending multipart/mixed email messages quickly and easily, with or without embedded images and/or attachments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CollagenFinder

    CollagenFinder (CF) is a software tool for searching CLP sequences in

    CollagenFinder (CF) is a software tool for searching CLP sequences in the given nucleotide sequence. CF scans nucleotide sequence in all six possible reading frames. The additional filter procedures provide more accurate CLP prediction: - detecting for a tryptophan residue and stop-codons and removing corresponding CLPs, - cutoff value by GXY repeat number.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    RSS Event Manager

    Allows you to submit events to an RSS feed via rest api (http post)

    This tool was originally written to replace the massive amounts of email sent out by automated build scripts. Once this tool is deployed to a server, your scripts can simply use a HTTP Post to submit events, and users can subscribe to the RSS feed to receive updates, instead of receiving an email for each event. It is trivial to add a new feed, and using http to submit events means that firewalls are (usually) not a concern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    OpenChange Project

    OpenChange Project

    Microsoft Exchange compatible server and client libraries

    OpenChange is a portable Open Source implementation of Microsoft Exchange server and Exchange protocols. It provides a complete solution to interoperate with Microsoft Outlook clients or Microsoft Exchange servers. OpenChange client-side library is used in existing messaging clients and is the solution in new projects to communicate natively with Microsoft Exchange and Exchange-compatible servers. OpenChange server is a transparent Microsoft Exchange server replacement using native...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    Sensito
    SENSITO is a software tool for evaluation and control of sensitometric curves characteristics. / SENSITO é programa computacional para avaliar e controlar as características das curvas sensitométricas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This tool provides the same interface as a SiteErrorLog but provides the ability to specify who should receive error emails, what error emails are sent, and extra information to put in the headers of the error emails to provide easier mail filtering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB