Webmail Tm Net My
Free and easy-to-use ASP.NET webmail script with modern AJAX interface. Supports POP3/IMAP accounts, SMTP, SSL (including Gmail). Users can check and send mail, use address book. Skins, 3-pane view, non-English languages (including right-to-left Arabic and Hebrew), UTF-8 and other charsets, IMAP...
Platforms: Win2000, Win7 x32, Win7 x64, WinServer, Windows Vista, WinXP
| License: Freeware | Cost: $0.00 USD | Size: 4.89 MB | Download (1): AfterLogic WebMail Lite .NET Download |
TM::DM is a Perl module with Topic Maps, read-only TMDM layer. SYNOPSIS # somehow acquire a map (see TM and its subclasses) my $tm = .... # put a TMDM layer on top of it use TM::DM; my $tmdm = new TM::DM (map => $tm); # get the TMDM topic map item my $topicmap = $tmdm->topicmap; #...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 215.04 KB | Download (46): TM::DM Download |
DotNetOpenMail allows you to send email from applications which use Microsoft's .Net development framework, including asp.net, C# and WinForms. It is a freely available open-source component written in C# that makes it easy to create HTML and plain text email with file attachments without needing...
Platforms: Windows, ASP.NET,
| License: Freeware | Cost: $0.00 USD | Download (1): DotNetOpenMail 0.5.8b Download |
EasyMail is a Perl Send Mail Interface. SYNOPSIS use EasyMail; if(defined(&EasyMail::foo)){ print "lib is included"; }else{ print "lib is not included"; } my $email_from = {email=>test@adways.net, name=>Test}; my $email_to = receiver@adways.net; # $email_name_pair is a variable...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 21.5 KB | Download (117): EasyMail Download |
Blog::Simple is a Perl extension for the creation of a simple weblog (blogger) system. SYNOPSIS use Blog::Simple; my $sbO = Blog::Simple->new(); $sbO->create_index(); #generally only needs to be called once my $content=" blah blah blah in XHTM"p" Better when done in XHTM"p""; my $title...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 7.17 KB | Download (44): Blog::Simple Download |
This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 532.48 KB | Download (48): HTTPClient Download |
Protect your minors with this easy-to-use monitoring app. SecretAgent Pro allows you to capture and store screenshots and keystrokes. Everything which happens on the desktop is captured including visited websites, emails sent, chats sent, games played - everything. Recorded keystrokes are stored...
Platforms: Windows XP, Windows Vista
| License: Freeware | Cost: $0.00 USD | Size: 1.55 MB | Download (51): SecretAgent Pro Download |
Net::Z3950::AsyncZ is a Perl extension for the Z3950 module. SYNOPSIS Overview use Net::Z3950::AsyncZ; use Net::Z3950::AsyncZ qw(:record :headers :errors); use Net::Z3950::AsyncZ qw(asyncZOptions isZ_MARC isZ_GRS isZ_RAW isZ_DEFAULT noZ_Response isZ_Header isZ_ServerName Z_serverName);...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 133.12 KB | Download (48): Net::Z3950::AsyncZ Download |
Xceed Zip for .NET is a data compression and all-purpose file manipulation class library for the Microsoft .NET framework. It provides flexible zip, unzip and streaming data compression capabilities for .NET applications. The library includes an innovative and extensible filesystem object model...
Platforms: Windows 95, Windows 98, Windows Me, Windows NT 3.x, Windows NT 4.x, Windows 2000, Windows XP
| License: Freeware | Cost: $0.00 USD | Size: 18.7 MB | Download (136): Xceed Zip for .NET Download |
Net::Flickr::Backup module contains OOP for backing up your Flickr photos locally. SYNOPSIS use Net::Flickr::Backup; use Log::Dispatch::Screen; my $flickr = Net::Flickr::Backup->new($cfg); my $feedback = Log::Dispatch::Screen->new(name => info, min_level => info);...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 23.55 KB | Download (48): Net::Flickr::Backup Download |
Net::Blogger::Engine::Userland::metaWeblog is a userLand metaWeblog API engine. SYNOPSIS my $radio = Blogger->new(engine=>"radio"); $radio->Proxy(PROXY); $radio->Username(USERNAME); $radio->Password(PASSWORD); $radio->metaWeblog()->newPost( title=>"hello", description=>"world",...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 24.58 KB | Download (44): Net::Blogger::Engine::Userland::metaWeblog Download |
Net::Delicious::Iterator is an iterator class for Net::Delicious thingies. SYNOPSIS use Net::Delicious::Iterator; my @dates = ({...},{...}); my $it = Net::Delicious::Iterator->new("Date",@dates); while (my $d = $it->next()) { # Do stuff with $d here } NOTES It isnt really expected...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 18.43 KB | Download (46): Net::Delicious::Iterator Download |
net-check package is a pair of simple perl scripts that will monitor and report on your internet connectivity. The scripts came about when my DSL provider repeatedly dropped the connections on a machine that was used exclusively as a dial-up gateway. In addition, since I am spending $50 a...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 15.36 KB | Download (54): net-check Download |
Net::Analysis are modules for analysing network traffic. SYNOPSIS Using an existing analyser: $ perl -MNet::Analysis -e main help $ perl -MNet::Analysis -e main TCP,v=1 dump.tcp - basic TCP info $ perl -MNet::Analysis -e main HTTP,v=1 dump.tcp - HTTP stuff $ perl -MNet::Analysis -e main...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 307.2 KB | Download (47): Net::Analysis Download |
Net::SMTP::TLS is an SMTP client supporting TLS and AUTH. SYNOPSIS use Net::SMTP::TLS; my $mailer = new Net::SMTP::TLS( your.mail.host, Hello => some.host.name, Port => 25, #redundant User => emailguy, Password=> s3cr3t); $mailer->mail(emailguy@your.mail.host);...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 6.14 KB | Download (230): Net::SMTP::TLS Download |
Mail::Webmail::Gmail is an interface to Googles webmail service. SYNOPSIS # Perl script that logs in to Gmail, retrieves the user defined labels # Then prints out all new messages under the first label use Mail::Webmail::Gmail; my $gmail = Mail::Webmail::Gmail->new( username =>...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 23.55 KB | Download (187): Mail::Webmail::Gmail Download |
Net::Z3950::SimpleServer is a simple Perl API for building Z39.50 servers. SYNOPSIS use Net::Z3950::SimpleServer; sub my_search_handler { my $args = shift; my $set_id = $args->{SETNAME}; my @database_list = @{ $args->{DATABASES} }; my $query = $args->{QUERY}; ## Perform the query on...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 28.67 KB | Download (44): Net::Z3950::SimpleServer Download |
Net::CyanChat is a Perl interface for connecting to Cyan Worlds chat room. SYNOPSIS use Net::CyanChat; my $cyan = new Net::CyanChat ( host => cho.cyan.com, # default port => 1812, # main port--1813 is for testing proto => 1, # use protocol 1.0 refresh => 60, # ping rate (default) );...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 20.48 KB | Download (49): Net::CyanChat Download |
Net::Blogger is an OOP-ish interface for accessing a weblog via the Blogger XML-RPC API. SYNOPSIS Top use Net::Blogger; my $b = Net::Blogger->new(appkey=>APPKEY); $b->BlogId(BLOGID); $b->Username(USERNAME); $b->Password(PASSWORD); $b->BlogId($b->GetBlogId(blogname=>superfoobar)); #...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 24.58 KB | Download (51): Net::Blogger Download |
Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 11.26 KB | Download (61): Net::DNS::ValueDomain::DDNS Download |
