Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.931 Times

822 software
 

822

Added: January 18, 2010 | Visits: 938

RFC::RFC822::Address RFC::RFC822::Address is a Perl module for RFC 822 style address validation. SYNOPSIS use RFC::RFC822::Address qw /valid/; print "Validn" if valid abigail@example.com; This module checks strings to see whether they are have the valid syntax, as defined in RFC 822 [1]. One subroutine,... Platforms: *nix

License: Freeware Size: 1.5 MB Download (111): RFC::RFC822::Address Download

Added: March 12, 2010 | Visits: 962

Email::Find Email::Find allows you to find RFC 822 email addresses in plain text. Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but... Platforms: *nix

License: Freeware Size: 39.94 KB Download (132): Email::Find Download

Added: July 18, 2010 | Visits: 805

VMime VMime is a powerful C++ class library for parsing, generating, or editing Internet RFC-[2]822 and MIME messages. VMime is designed to provide a fast and an easy way to manipulate Internet mail messages. The recent releases of VMime also include support for using messaging protocols (POP3, IMAP,... Platforms: *nix

License: Freeware Size: 450.56 KB Download (107): VMime Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 981

ASP String Component ASP String Processing Component - Parsing, RFC 822 and RFC 3339 Date/Time Conversion, Encoding/Decoding for Base64, Hex, HTML Entities, URL-encoded, Quoted-Printable, Unicode Language Detection, Charset Encoding Conversion, Pluralize/Unpluralize, HTML Stripping, Wildcard Pattern Matching, Emit... Platforms: Windows

License: Freeware Size: 276.48 KB Download (48): ASP String Component Download

Released: November 06, 2002  |  Added: September 07, 2006 | Visits: 4.471

Japalpha JapAlpha was designed to help English, Spanish, and French people to learn many Japanese ideograms. 20 lessons (100 in the complete version) will show you: 100 hiragana and 100 katakana syllables, 80 kanjis (822 in the complete version), 1600 words (14000 in the complete version). Every lesson is... Platforms: Windows

License: Freeware Size: 316 KB Download (547): Japalpha Download

Released: January 07, 2005  |  Added: October 01, 2006 | Visits: 3.148

SMTP Wizard ActiveX SMTP Wizard +SSL v3 allows you to be able to send E-mail by accessing an SMTP server with minimal knowledge of how SMTP works and very little code. There are many features for simplifying tasks of accessing and utilizing an SMTP server and sending e- mail. The control talks directly with the SMTP... Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 5.02 MB Download (125): SMTP Wizard ActiveX Download

Released: August 29, 2006  |  Added: September 20, 2007 | Visits: 6.272

MailBee WebMail Lite ASP MailBee WebMail Lite is ASP webmail application which supports AJAX and skins. Users can receive, view, manage, compose, and send email through web interface (POP3 and SMTP supported). Supports multiple attachments, ESMTP, skins, web-based administration. Correctly displays HTML mail. Easy... Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 2.09 MB Download (1507): MailBee WebMail Lite ASP Download

Added: August 09, 2008 | Visits: 1.875

emldetach Detach Email Attachments. Extract your message attachments from eml files (RFC-822) . Recursively crawls your specified input folder for your exported or saved email files. It even reads messages found inside of zip files. Saves copies of the original attached files, found in the email files, to... Platforms: Windows

License: Shareware Cost: $12.00 USD Size: 544 KB Download (101): emldetach Download

Added: August 13, 2008 | Visits: 1.006

outlookSpiller Export Outlook Email formated as msg,eml,txt,tnef,html format files! Export Outlook to rfc-822 ! Export Outlook email to common file formats. Platforms: Windows

License: Shareware Cost: $14.00 USD Size: 931 KB Download (125): outlookSpiller Download

Added: August 20, 2008 | Visits: 1.073

outlookEMLandMSGconverter Convert email formated as eml or msg files to msg,eml,txt,tnef,html format files! Convert rfc-822 to Outlook format. Uses Outlook to convert from one file format to another. Now with powerful Command Line Options, File Filtering and extension selection! Platforms: Windows

License: Shareware Cost: $14.00 USD Size: 933 KB Download (114): outlookEMLandMSGconverter Download

Added: August 15, 2008 | Visits: 878

MCSD VB .Net SQL 2005 Collection pactice . MCSD VB .Net SQL 2005 Collection contains practice test for 70-305 + 70-306 + 70-310 + 70-300 + 70-431 certification exams. Each PrepKit is an interactive software application that helps you learn, tracks your progress, identifies areas for improvements and simulates the actual exam. This... Platforms: Windows

License: Shareware Cost: $194.99 USD Size: 1.75 KB Download (94): MCSD VB .Net SQL 2005 Collection pactice . Download

Added: February 23, 2010 | Visits: 1.144

IAM OPML Parser Class IAM OPML Parser Class parses an OPML file (provided its URL) and returns an array. OPML (Outline Processor Markup Language) is an XML format for outlines. Originally developed by Radio UserLand as a native file format for an outliner application, it has since been adopted for other uses, the... Platforms: *nix

License: Freeware Size: 2.05 KB Download (106): IAM OPML Parser Class Download

Added: September 13, 2010 | Visits: 887

Data::Faker::DateTime Data::Faker::DateTime is a Data::Faker plugin. DATA PROVIDERS unixtime Return a unix time (seconds since the epoch) for a random time between the epoch and now. date Return a random date as a string, using a random date format (see date_format). time Return a random time as a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Data::Faker::DateTime Download

Added: January 25, 2010 | Visits: 1.147

Log::Log4perl::DateFormat Log::Log4perl::DateFormat is a Log4perl advanced date formatter helper class. SYNOPSIS use Log::Log4perl::DateFormat; my $format = Log::Log4perl::DateFormat->new("HH:mm:ss,SSS"); # Simple time, resolution in seconds my $time = time(); print $format->format($time), "n"; # =>... Platforms: *nix

License: Freeware Size: 225.28 KB Download (94): Log::Log4perl::DateFormat Download

Added: March 09, 2010 | Visits: 1.078

Mail::RFC822::Address Mail::RFC822::Address is a Perl extension for validating email addresses according to RFC822. SYNOPSIS use Mail::RFC822::Address qw(valid validlist); if (valid("pdw@ex-parrot.com")) { print "Thats a valid addressn"; } if (validlist("pdw@ex-parrot.com, other@elsewhere.com")) { print... Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Mail::RFC822::Address Download

Added: April 17, 2010 | Visits: 758

LAFmessage LAFmessage is a feature-complete library for fetching, parsing, generating and delivering MIME-compliant email messages. The project has C++, JNI (Java) and Win32 COM APIs. For generating mail messages, LAFmessage provides an object-oriented API that represents all the pieces of a message and... Platforms: *nix

License: Freeware Size: 430.08 KB Download (93): LAFmessage Download

Added: January 20, 2010 | Visits: 985

mimetic mimetic is a powerful, full featured, STL-based, standards compliant C++ MIME library. mimetic is a GPL MIME library written in C++ designed to be easy to use and integrate but yet fast and efficient. Im a fan of the C++ Standard Library so mimetic has been built around the standard lib. This... Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): mimetic Download

Added: October 17, 2010 | Visits: 980

KSendFile KSendfile is a native SAFT client. Compared to the Bitnet up to now there was no asynchronous file transfer service defined in the Internet. The existing standard file transfer, the ftp, is a synchronous service: an interactive login on both ends of the file transfer is mandatory for the user to... Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): KSendFile Download

Added: May 10, 2013 | Visits: 901

XPertMailer XPertMailer is a PHP class that will help you send/read encoded MIME type mail messages (text, HTML, HTML embedded images, attachments) towards a localhost, client, relay with optional authentication and TLS/SSL support. Cc and Bcc functionality are included. The XPertMailer class functions are... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (101): XPertMailer Download

Added: May 02, 2010 | Visits: 1.403

XPertMailer for PHP5 XPertMailer is a SMTP & POP3 PHP Mail Client that you can use to send and read e-mails in MIME format (text, HTML, HTML embedded images, attachments) towards a localhost, client or relay SMTP servers with optional autentication and TLS/SSL support. Cc and Bcc functionality are included in this... Platforms: *nix

License: Freeware Size: 89.09 KB Download (111): XPertMailer for PHP5 Download