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.691 Times

Chilkat Mime Activex freeware
Filter: All | Freeware | Demo
 

Chilkat Mime Activex

1 2 3 4 5 > 
Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 663

Chilkat MIME ActiveX Chilkat MIME is an ActiveX component that helps you create and manipulate S/MIME and MIME messages. Platforms: Windows, XP, 2003, Windows Vista

License: Freeware Download (49): Chilkat MIME ActiveX Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 719

Chilkat IMAP ActiveX Chilkat IMAP ActiveX is an IMAP client component that can help you read and manage folders or emails on an IMAP server. Platforms: Windows, XP, 2003, Windows Vista

License: Freeware Download (58): Chilkat IMAP ActiveX Download

Added: May 10, 2013 | Visits: 557

Chilkat MIME C Library Chilkat MIME C Library  allows you to create an manipulate MIME and S/MIME messages. Features: - Navigate the MIME message tree structure via the NumParts property and GetPart(index) method. - Retrieve header field names and values. - Add header fields to a MIME message. - Add a detached... Platforms: Windows, C/C++,

License: Freeware Download (55): Chilkat MIME C Library Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 823

Encryption ActiveX Component Encryption ActiveX Component (Chilkat Crypt ActiveX) is a useful software component for encrypting and decrypting both strings and binary data. Implements symmetric encryption algorithms: Rijndael, Blowfish, Twofish. Also provides public-key encryption and decryption using digital certificates.... Platforms: Windows, 2K, XP, 2003

License: Freeware Download (53): Encryption ActiveX Component Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 613

Chilkat Spider ActiveX Crawl a website with this free ActiveX spidering component. Advanced features include caching, "avoid" patterns, and robots.txt compliance. Platforms: Windows

License: Freeware Size: 532.48 KB Download (461): Chilkat Spider ActiveX Download

Added: August 25, 2008 | Visits: 2.674

Chilkat Upload Component Chilkat Upload Component utility is a free ActiveX Upload Component that can be used for both commercial and non-commercial ASP applications. Supports HTTPS, Asynchronous, Progress Monitoring and Abort. Platforms: Windows

License: Freeware Size: 627 KB Download (204): Chilkat Upload Component Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 823

Chilkat Class Libraries for Java The full suite of Chilkat components & libraries are now available for the Java programming language. Commercially licensed components include: Email (POP3 / SMTP) IMAP Zip, GZip, and Unix Compress Encryption MIME and S/MIME FTP HTTP MHT Charset Bounce Freeware components include:... Platforms: Windows

License: Freeware Download (53): Chilkat Class Libraries for Java Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 533

Chilkat Module for Perl The full suite of Chilkat components are now available for the Perl scripting language. Commercially licensed components are: Email (POP3 / SMTP) IMAP Zip, GZip, and Unix Compress Encryption MIME and S/MIME FTP HTTP MHT Charset Bounce Freeware components include: XML, Digital... Platforms: Windows

License: Freeware Download (54): Chilkat Module for Perl Download

Added: October 08, 2006 | Visits: 10.332

Automation ActiveX Components ActiveX components provide you reusabe, flexible, reliable, robust and stable software UI(User Interface) solution. Of course, if you have any development environment which supports ActiveX or OLE design (i.e., Visual Basic, Visual C++, C#, VBA, C++ Builder, Delphi and so on), you can apply all... Platforms: Windows

License: Freeware Size: 1.81 MB Download (1675): Automation ActiveX Components Download

Released: November 11, 2005  |  Added: September 06, 2006 | Visits: 6.042

Vector Graphics ActiveX Vector Graphics ActiveX is professional graphics solution for creating business and technical drawings and the most powerful for today. It provides 500+ methods, properties and events and is fully object oriented. Developers get full control of all objects at run time and can process graphic... Platforms: Windows

License: Freeware Size: 5.93 MB Download (765): Vector Graphics ActiveX Download

Added: September 25, 2010 | Visits: 1.192

gnome-mime-data gnome-mime-data package contains the base MIME and Application database for GNOME. It is meant to be accessed through the MIME functions in GnomeVFS. MIME Media Types [RFC2045,RFC2046] specifies that Content Types, Content Subtypes, Character Sets, Access Types, and conversion values for... Platforms: *nix

License: Freeware Size: 921.6 KB Download (107): gnome-mime-data Download

Added: January 15, 2010 | Visits: 1.381

Encode::MIME::Header Encode::MIME::Header is a Perl module that contains MIME B and Q header encoding. SYNOPSIS use Encode qw/encode decode/; $utf8 = decode(MIME-Header, $header); $header = encode(MIME-Header, $utf8); ABSTRACT This module implements RFC 2047 Mime Header Encoding. There are 3 variant... Platforms: *nix

License: Freeware Size: 1.9 MB Download (135): Encode::MIME::Header Download

Added: August 19, 2010 | Visits: 1.053

MIME::Words MIME::Words is a Perl module to deal with RFC-1522 encoded words. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... use MIME::Words qw(:all); ###... Platforms: *nix

License: Freeware Size: 389.12 KB Download (95): MIME::Words Download

Added: October 15, 2010 | Visits: 1.046

MIME::Head MIME::Head is a MIME message header (a subclass of Mail::Header). SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Construction ### Create a new,... Platforms: *nix

License: Freeware Size: 389.12 KB Download (94): MIME::Head Download

Added: February 01, 2010 | Visits: 1.316

MIME::Parser MIME::Parser is a experimental class for parsing MIME streams. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Basic usage examples ### Create a... Platforms: *nix

License: Freeware Size: 389.12 KB Download (108): MIME::Parser Download

Added: August 15, 2010 | Visits: 1.128

MIME::WordDecoder MIME::WordDecoder is a Perl module to decode RFC-1522 encoded words to a local representation. SYNOPSIS See MIME::Words for the basics of encoded words. See "DESCRIPTION" for how this class works. use MIME::WordDecoder; ### Get the default word-decoder (used by unmime()): $wd = default... Platforms: *nix

License: Freeware Size: 378.88 KB Download (97): MIME::WordDecoder Download

Added: March 13, 2010 | Visits: 813

MIME::Charset MIME::Charset module contains charset information for MIME. SYNOPSIS Getting charset informations: use MIME::Charset qw(:info); $benc = body_encoding("iso-8859-2"); # "Q" $cset = canonical_charset("ANSI X3.4-1968"); # "US-ASCII" $henc = header_encoding("utf-8"); # "S" $cset =... Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): MIME::Charset Download

Added: July 18, 2010 | Visits: 959

MIME::EncWords MIME::EncWords is a Perl module created to deal with RFC-1522 encoded words (improved). SYNOPSIS MIME::EncWords is aimed to be another implimentation of MIME::Words so that it will achive more exact conformance with MIME specifications. Additionally, it contains some improvements. Following... Platforms: *nix

License: Freeware Size: 21.5 KB Download (98): MIME::EncWords Download

Added: May 06, 2010 | Visits: 1.519

MIME-tool MIME-tool is a little mime encoding tool I slapped together when I needed something on a production box at work (productions = no C development environment, only the ancient K&R compiler required for god-knows-what sys-admin task). The resulting program will compile happilly on both the... Platforms: *nix

License: Freeware Size: 13.31 KB Download (117): MIME-tool Download

Added: April 24, 2010 | Visits: 1.693

MIME::Base64 MIME::Base64 is an encoding and decoding of base64 strings. SYNOPSIS use MIME::Base64; $encoded = encode_base64(Aladdin:open sesame); $decoded = decode_base64($encoded); This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 -... Platforms: *nix

License: Freeware Size: 15.36 KB Download (179): MIME::Base64 Download

1 2 3 4 5 >