27 projects for "c# source code example" with 2 filters applied:

  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for 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
    Note! Code and issues are maintained at https://github.com/sba1/simplemail. SimpleMail is a simple to use but powerful mail client. It supports the SMTP, POP3 and IMAP (in a simple form) protocols. Furthermore, among much other features, it is capable of showing HTML mails and can identify spam mails by using a Bayesian filter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    base64 RFC1113 Vanilla ANSI-C Code for a portable stand-alone file encode/decode utility. In 2001, I asked people to 'Help me break it!' Since then, 10+years later, the code remains unbroken and is in wide production use world-wide. It has been ported to all major architectures and been used as a template for ports to different computer and human languages. This is very mature and stable code. Although this comes from a project that was constrained by export controls and is used in...
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4

    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 configuration file, the sample file "8conv.conf" shows the syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5

    Z Notation E-Mail Mark-up Tools

    Tools to convert Z mark-up to HTML or text.

    A small library and two command-line tools to parse and convert Z notation from the "e-mail" mark-up into HTML code, or into UTF-8 text with box-drawing graphics, or into the Z Standard text format. See the project's Wiki Home Page for details --- the "Wiki" button in the bar above, or the following link:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Baikal for Synology

    Baikal for Synology

    Synology DSM installable package for Baïkal CalDAV & CardDAV server

    Store your contacts and calendars on your own Synology NAS, away from the inquisitive eyes of Google, NSA and others. Baïkal itself is an already existing, lightweight CardDAV (contacts) and CalDAV (calendar) server. The source code is public, and available to everyone on GitHub. Baïkal is copyright (c) 2013 by Jérôme Schneider, the homepage is http://baikal-server.com. This SPK package for Synology integrates the Baïkal "flat package", making it easy to install Baïkal on your Synology NAS. The package and manual were made by Erik "Basalt". => PDF manual can be downloaded here in the [Files] section, highly recommended <= If you like Baïkal, please consider making a small donation to the developer Jerome Schneider. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    Relation Tags

    Source code for be able to use Relation Tags.

    Source code for be able to use Relation Tags. It is part of project VocabularyMem but can be used separately. Relation Tags are tags which can be relationed together . For example tag "Paris" and tag "France" can be relationed with a relation "is part of". This code is created from 0 and is able to define which type of relation we use, using most elemental mathematic properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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: 0 This Week
    Last Update:
    See Project
  • 9

    rcard

    ncurses VCard 3.0 contact management editor

    A vcard 3.0 contact management editor developed for ncurses. It can: - load a vcf file - show all the contacts in a list - show more information about a single contact - perform a simple search in the contacts list - edit contacts - support UTF-8 (currently not on WIN32, though I'm not sure WIN32 console is actually able to support UTF-8) - convert the VCF(s) to Pine/Alpine addressbook format - import images from files as contacts photos The idea is based upon rolo (which you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 10
    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 * Supports IMAP over SSL * API designed to be very easy to use * Allows selectively fetching parts of mail messages * Inherently thread-safe * Well documented with lots of example code * Free to use in commercial and personal projects (MIT license) NOTE: THIS PROJECT HAS BEEN MOVED TO GITHUB. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    C# .NET library implementing the Pop3 message retrieval protocol
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    FIDOGATE

    FIDOGATE is a Fido-Internet gateway

    FIDOGATE is a Fido-Internet gateway, a Fido FTN-FTN NetMail gateway, a Fido tosser, a Fido file processor/ticker, and a Fido Areafix/Filefix program (The latest code is in CVS but a GIT repository is being prepared.)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Korallenriff is a program that collects input from different network sources and stores their data into one database. For example, it can receive POP3 mail or can fetch NNTP groups and store the received messages in a database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a Program code editor and code brower with built-in analysis for C/C++ programs.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    Sieve is a mail filtering language standardized as RFC 3028 / RFC 5228 and its extensions. libSieve provides a simple, clean API for parsing and executing Sieve scripts. Code is on GitHub: http://github.com/sodabrew/libsieve
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 16
    jwSMTP, Send email programmatically (C++ code/lib). Linux, BSD, Windows etc. Attachments, Multiple recipients, Cc/Bcc recipients supported. MX lookup or send to an SMTP server direct. LOGIN and PLAIN authentication now supported. Html or plain text forma
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    dBrowser is a PHP/MySQL/PostgreSQL framework/code generator aimed at web/database application developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The NandoF library contains useful C# code for many different purposes, including a MIME e-mail parser and POP3 client, classes for reading and writing text in the CSV format, writing console, web and WinForms applications, manipulating text...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    elspy is an extension to the Exim MTA that allows Exim users to supply a local_scan() function written in Python instead of C. (Exim's local_scan() API lets sysadmins supply site-specific code for approving/rejecting email messages at SMTP time.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    siggen is a cool email signature generator for encrypted ansi c (confused), brainf*ck, ... signatures. Use it in combination with vi(m), emacs, mutt, pine, or what ever. (tested on Solaris, Linux and Windoze). Optimized only for geeks :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    POPMail applies user-defined rules to messages in a mailbox in order to allow you to delete some emails before receiving them. For example, you can delete emails with a given From: (sender) header, or larger than a max size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CRM114 is a Controllable Regex Mutilator and filter. It provides arbitrary stream filtering for antispam, adkiller proxies, syslog monitoring, etc. CRM114 has a structured, easily understood way to express regex-based filters, and a learn-by-example mod
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Sino Project is an Open Source initiative that utilized code developed by the Chinese government. Sino Linux Middleware v3.0 and Mobile Business Application Suites are built and tested in conjunction with the OSDL in a high volume, enterprise read
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This code generates SURBL zone files, used to block spams based on message body URI domains which have been previously reported to SpamCop. SURBL is currently used by SpamCopURI, a SpamAssassin 2.63 plugin. Spam is well-marked with few false positives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a console IMAP email client. It based upon the Carnegie Mellon ezmail code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next