Thread: Email Encryption Library in C

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    8

    Email Encryption Library in C

    Are there any Email Encryption libraries/components in C?

    I am currently using see32 by Marshall Soft (www.marshallsoft.com) to send plain text emails using the SMTP protocol.


    I am looking for:

    Either
    - a library or component that lets you send and encrypts emails (I would replace the existing component we are using).

    or
    - a library or component that just encrypts emails (that I can use in conjunction with see32).



    Thanks-in-advance for your reply.


    Saad

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Google it Saad. Or hit up sourceforge.net. Since you sound like you don't need anything too specific I would imagine it wouldn't matter what library you need.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Property Set Library (PSL) - Announcement
    By vultur_gryphus in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-29-2008, 06:04 AM
  2. Spam Filters. ISP based email is dying.
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 03-05-2008, 12:05 PM
  3. Open Source Email Server!
    By andhikacandra in forum Tech Board
    Replies: 2
    Last Post: 10-02-2007, 10:51 PM
  4. very weird .h problem
    By royuco77 in forum C++ Programming
    Replies: 1
    Last Post: 09-11-2005, 07:55 AM
  5. Implementing the MD5 encryption library in C
    By Weed4Me in forum C Programming
    Replies: 12
    Last Post: 11-09-2001, 03:10 PM