Projects tagged ‘c’ and ‘pop3’


Jump to tag:

Projects tagged ‘c’ and ‘pop3’

Filtered by Project Tags c pop3

Refine results Project Tags email (4) ssl (2) posix (2) mail (2) smtp (2) usenet_news (1) mailing (1) mua (1) database (1) embeddable (1) mysql (1) gnu (1)

[6 total ]

6 Users
 

GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. These are the primary mail utilities for the GNU system. ... [More] The central library is capable of handling electronic mail in various mailbox formats and protocols, both local and remote. Specifically, this project contains a POP3 server, an IMAP4 server, and a Sieve mail filter. It also provides a POSIX `mailx' client, and a collection of other handy tools. The GNU Mailutils libraries supply an ample set of primitives for handling electronic mail in programs written in C, C++, Python or Scheme. [Less]
Created over 2 years ago.

1 Users

Korallenriff is a software 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 stores the ... [More] received messages in a database. One can then -- for example -- use the database data within a website to display the latest postings of a newsgroup or to create an online mailinglist archive. Another possible use would be to build a blogging-software where you can post postings via eMail. [Less]
Created about 1 year ago.

0 Users
   

libspopc is a tiny, simple and portable pop3 client library written in C. It supports SSL connections (when linked on OpenSSL). libspopc is POSIX.
Created about 1 year ago.

0 Users

Simple POP3 server with basic POP3 compliance.
Created 12 months ago.

0 Users

1. a file maybe huge is cutted and sended by the program using email with suited attachment. 2. the program receive emails and combine the attachments
Created about 1 year ago.

0 Users

I had been looking over the internet and didn't find a single free implementation for POP3 using SSL written for use with .NET applications. All of them were either sharewares or were commercial ... [More] libraries. The only free library I found was OpenPOP. Now this library does all the fancy stuff like breaking your email into headers and body and stuff and also download attachments, however, it misses the point at one stage: SSL. So I decided to write my own library for POP3 using SSL and I decided that my library should do ONLY SSL, cause that is where my library stands apart from the commercial tools. :) It is still primitive and does not do the fancy stuff like OpenPOP but it works. Please use the following path for checkout of source instead of the one mentioned in Downloads section: http://pop3ssl.googlecode.com/svn/trunk/pop3SSL for dll source http://pop3ssl.googlecode.com/svn/trunk/pop3SSLTest for test solution [Less]
Created 8 months ago.