email client spam
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3831
Oracle client 1.00
Oracle client is a simplistic Perl-based Oracle client. more>>
Oracle client is a simplistic Perl-based Oracle client that tries to mimic some of the functionality of PostgreSQL and MySQLs text-based SQL clients.
It is relatively simplistic, but much more useful than dbishell or sqlplus.
The project supports readline, history, desc, and various shorthand commands like d, , c, etc.
<<lessIt is relatively simplistic, but much more useful than dbishell or sqlplus.
The project supports readline, history, desc, and various shorthand commands like d, , c, etc.
Download (0.013MB)
Added: 2007-04-12 License: Perl Artistic License Price:
938 downloads
Mail::Client::Yahoo 1.0
Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email. more>>
Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email.
SYNOPSIS
use Mail::Client::Yahoo;
$y = Mail::Client::Yahoo->login(
username => bob,
password => secret,
secure => 1, # for the paranoid and patient
);
$y->select_folder(Inbox);
$m = $y->message(0); # is equivalent to...
@ids = $y->message_list();
$y->message($id[0]);
$y->delete_message(0);
$y->logout();
This module allows you to access your web-based Yahoo Mail account programatically. Similar in function to Mail::Webmail::Yahoo, this module is more geared towards manipulation of individual messages, rather than simple bulk download. This module is also probably more reliable than Mail::Webmail::Yahoo, as well.
<<lessSYNOPSIS
use Mail::Client::Yahoo;
$y = Mail::Client::Yahoo->login(
username => bob,
password => secret,
secure => 1, # for the paranoid and patient
);
$y->select_folder(Inbox);
$m = $y->message(0); # is equivalent to...
@ids = $y->message_list();
$y->message($id[0]);
$y->delete_message(0);
$y->logout();
This module allows you to access your web-based Yahoo Mail account programatically. Similar in function to Mail::Webmail::Yahoo, this module is more geared towards manipulation of individual messages, rather than simple bulk download. This module is also probably more reliable than Mail::Webmail::Yahoo, as well.
Download (0.006MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1048 downloads
Messa 1.01 (Client)
Messa is an instant messager client and server. The client has a curses interface and works on the console. more>>
Messa is an instant messager client and server. The client has a curses interface and works on the console. Messa supports multilingual messages and private messages.
The server supports monoprocess operation (without threads), the ability to choose the listening port, and the ability to run under the console.
<<lessThe server supports monoprocess operation (without threads), the ability to choose the listening port, and the ability to run under the console.
Download (0.012MB)
Added: 2006-07-21 License: LGPL (GNU Lesser General Public License) Price:
1194 downloads
MusicBrainz::Client 0.11
MusicBrainz::Client is a MusicBrainz Client API. more>>
MusicBrainz::Client is a MusicBrainz Client API.
SYNOPSIS
use MusicBrainz::Client;
use MusicBrainz::Queries qw(:all);
my $mb = MusicBrainz::Client->new();
if(! $mb->query_with_args( MBQ_FindArtistByName, [ "Pink Floyd" ]) ) {
die("Query failed: ", $mb->get_query_error(), "n");
}
print "Found ", $mb->get_result_int(MBE_GetNumArtists), " artistsn";
This module provides access to the musicbrainz client API using a perl-ish OO interface.
<<lessSYNOPSIS
use MusicBrainz::Client;
use MusicBrainz::Queries qw(:all);
my $mb = MusicBrainz::Client->new();
if(! $mb->query_with_args( MBQ_FindArtistByName, [ "Pink Floyd" ]) ) {
die("Query failed: ", $mb->get_query_error(), "n");
}
print "Found ", $mb->get_result_int(MBE_GetNumArtists), " artistsn";
This module provides access to the musicbrainz client API using a perl-ish OO interface.
Download (0.023MB)
Added: 2006-11-13 License: Perl Artistic License Price:
1083 downloads
GmailAgent 0.7.2
GmailAgent is a application that acts as a local email client. more>>
GmailAgent is a application that acts as a email client and can be used by programs
like Digikam,gthumb and others to provide email access to a Gmail account.
Its written in Python and pyQT. GmailAgent is licensed under the GPL. Many programs like the ones mentioned before uses a plugins sheme to let the user start a external email client to compose a message with selected files from the program as attachments.
The problem with Gmail is that its webbased and only accessible through the internet.
GmailAgent provides a simple local email frontend where the user can fill in a address and
type some message. It uses libgmail to send the message to the Gmail account which will process it further.
GmailAgent supports the remote command syntax from Mozilla so any program which provide the user with a Mozilla choice can use GmailAgent. When this syntax isnt used GmailAgent tries to make a educated guess.
In addition to the above, GmailAgent is now also supported by the kipi project. So with programs that use these plugins, like Digikam, KimDaBa,Gwenview, and others you can just choose GmailAgent as your email agent.
<<lesslike Digikam,gthumb and others to provide email access to a Gmail account.
Its written in Python and pyQT. GmailAgent is licensed under the GPL. Many programs like the ones mentioned before uses a plugins sheme to let the user start a external email client to compose a message with selected files from the program as attachments.
The problem with Gmail is that its webbased and only accessible through the internet.
GmailAgent provides a simple local email frontend where the user can fill in a address and
type some message. It uses libgmail to send the message to the Gmail account which will process it further.
GmailAgent supports the remote command syntax from Mozilla so any program which provide the user with a Mozilla choice can use GmailAgent. When this syntax isnt used GmailAgent tries to make a educated guess.
In addition to the above, GmailAgent is now also supported by the kipi project. So with programs that use these plugins, like Digikam, KimDaBa,Gwenview, and others you can just choose GmailAgent as your email agent.
Download (0.056MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1473 downloads
morigin email classifier 0.93
morigin email classifier is a filter that classifies and tags email messages. more>>
morigin email classifier is a filter that classifies and tags email messages based on the DNS information of the system submitting the mail to your organization.
morigin email classifier can then be used to improve upon existing spam filters such as SpamAssassin.
<<lessmorigin email classifier can then be used to improve upon existing spam filters such as SpamAssassin.
Download (0.088MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1428 downloads
Email 2 0.1.0
Email 2, or simply E2, refers to a new email technology designed from the bottom-up to meet the needs of our modern society. more>>
Email 2, or simply E2, refers to a new email technology designed from the bottom-up to meet the needs of our modern society.
In contrast with present-day email systems, the E2 infrastructure finds its strength in having a direct connection between E2 clients and servers, instead of relying on a delivery chain of message transfer agents.
Main features:
- The secure transfer of email messages through SSL/TLS is always guaranteed.
- The sender of an email message knows immediately whether a recipient address is valid, and whether the email message was delivered or not.
- A receiver can check instantly whether the return address indicated in an email message is valid.
- A receiver can check instantly whether the sender of an email message owns the return address indicated in the message.
These powerful features are transparent to the end user, and self-contained in the E2 solution. Most importantly, features (3) and (4) can help significantly improve spam detection. How can these features be possible? Simply because E2 servers function as key distribution centers on behalf of their account holders.
Therefore, recipients of an email message can freely download the senders public key from the mail server indicated by the return address, then use the key for authentication. Both the upload and download of keys can be done automatically by E2 clients, making the entire authentication process completely transparent to the end user!
E2 is a standalone solution that does not require additional packages (e.g. IMAP, POP3, etc). It defines a single network protocol capable of, among other things, delivering email messages, retrieving them, uploading and downloading public keys.
<<lessIn contrast with present-day email systems, the E2 infrastructure finds its strength in having a direct connection between E2 clients and servers, instead of relying on a delivery chain of message transfer agents.
Main features:
- The secure transfer of email messages through SSL/TLS is always guaranteed.
- The sender of an email message knows immediately whether a recipient address is valid, and whether the email message was delivered or not.
- A receiver can check instantly whether the return address indicated in an email message is valid.
- A receiver can check instantly whether the sender of an email message owns the return address indicated in the message.
These powerful features are transparent to the end user, and self-contained in the E2 solution. Most importantly, features (3) and (4) can help significantly improve spam detection. How can these features be possible? Simply because E2 servers function as key distribution centers on behalf of their account holders.
Therefore, recipients of an email message can freely download the senders public key from the mail server indicated by the return address, then use the key for authentication. Both the upload and download of keys can be done automatically by E2 clients, making the entire authentication process completely transparent to the end user!
E2 is a standalone solution that does not require additional packages (e.g. IMAP, POP3, etc). It defines a single network protocol capable of, among other things, delivering email messages, retrieving them, uploading and downloading public keys.
Download (1.0MB)
Added: 2005-11-02 License: GPL (GNU General Public License) Price:
1455 downloads
Original Gamers Client 0.4.7
Original Gamers Client is a cross-platform GUI MUD client. more>>
Original Gamers Client project is a cross-platform GUI MUD client.
Original Gamers Client aims to combine the convenience of a GUI-based MUD client with the power that seems reserved for TUI-based clients. OGC implements its GUI using Tk.
<<lessOriginal Gamers Client aims to combine the convenience of a GUI-based MUD client with the power that seems reserved for TUI-based clients. OGC implements its GUI using Tk.
Download (MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1046 downloads
GroundZero II MUD Client 0.9
GroundZero II MUD Client is a console MUD client. more>>
GroundZero II MUD Client project is a console MUD client.
GroundZero II MUD Client is a console MUD client that includes automatic mapping, map discovery, shortest path, an item db, and more.
Its a mud client for an extremely kickass mud: web Ground Zero II.
Version restrictions:
- Due to a bug in my code, you need to use regular telnet to create the account on groundzero. This is due to a display bug that doesnt show you prompts.
<<lessGroundZero II MUD Client is a console MUD client that includes automatic mapping, map discovery, shortest path, an item db, and more.
Its a mud client for an extremely kickass mud: web Ground Zero II.
Version restrictions:
- Due to a bug in my code, you need to use regular telnet to create the account on groundzero. This is due to a display bug that doesnt show you prompts.
Download (0.017MB)
Added: 2006-12-14 License: Public Domain Price:
1053 downloads
Email::Filter::SpamAssassin 0.0.1
Email::Filter::SpamAssassin is a Perl module to integrate Mail::SpamAssassin in Email::Filter. more>>
Email::Filter::SpamAssassin is a Perl module to integrate Mail::SpamAssassin in Email::Filter.
SYNOPSIS
use Email::Filter::SpamAssassin; # subclass of Email::Filter
my $email = Email::Filter::SpamAssassin->new;
my $status = $email->spam_check;
$email->ignore if $status->is_spam;
# or supply a Mail::SpamAssassin object
$status = $email->spam_check($spam_assassin);
$email->accept(spam) if $status->is_spam;
This module is a subclass of Email::Filter which integrates Mail::SpamAssassin. It has only one additional method.
METHODS
spam_check
Accepts an optional Mail::SpamAssassin object. If nothing is supplied it constructs one with the default parameters. Then it calls the method check on this object and returns an Mail::SpamAssassin::PerMsgStatus object (on which you can call is_spam).
<<lessSYNOPSIS
use Email::Filter::SpamAssassin; # subclass of Email::Filter
my $email = Email::Filter::SpamAssassin->new;
my $status = $email->spam_check;
$email->ignore if $status->is_spam;
# or supply a Mail::SpamAssassin object
$status = $email->spam_check($spam_assassin);
$email->accept(spam) if $status->is_spam;
This module is a subclass of Email::Filter which integrates Mail::SpamAssassin. It has only one additional method.
METHODS
spam_check
Accepts an optional Mail::SpamAssassin object. If nothing is supplied it constructs one with the default parameters. Then it calls the method check on this object and returns an Mail::SpamAssassin::PerMsgStatus object (on which you can call is_spam).
Download (0.010MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
Bypass Proxy Client 0.78
Bypass Proxy Client is the complete network privacy tool. more>>
Bypass Proxy Client is the complete network privacy tool. It ensures absolute privacy wherever you maybe, preventing would-be snoopers from monitoring your surfing, email, or chatting activity. You can bypass blocking filters, firewalls, and proxies. Surf, chat, read news boards, and get all your email at work, on campus (or in regions/areas that may block controversial websites).
Main features:
- Surf the internet using your own virtual network across the web.
-
- Anonymously surf news groups, chat rooms, and web sites!
-
- Protect your Kazaa Identity; Guard against IP tracing -- the no. 1 method
- used by the RIAA to spy on users of file shares (Kazaa, BearShare, etc.)
-
- Prevent corporate networks from eavesdropping and viewing your personal information!
-
- Keep your email and other personal documents private.
-
- Regain access to sites that were previously blocked or filtered. Chat with friends online without concerns about eavesdropping.
<<lessMain features:
- Surf the internet using your own virtual network across the web.
-
- Anonymously surf news groups, chat rooms, and web sites!
-
- Protect your Kazaa Identity; Guard against IP tracing -- the no. 1 method
- used by the RIAA to spy on users of file shares (Kazaa, BearShare, etc.)
-
- Prevent corporate networks from eavesdropping and viewing your personal information!
-
- Keep your email and other personal documents private.
-
- Regain access to sites that were previously blocked or filtered. Chat with friends online without concerns about eavesdropping.
Download (28.7MB)
Added: 2006-06-23 License: Freeware Price:
5338 downloads
RH Email Server 2.0a
RH Email Server is an email server in a box. more>>
The Email Server is designed to provide services offered by its commercial email products, such as IMAP/POP services, Web-Based Email Interface and Administration, Mail Filtering, Spam Blocking and Directory-Based Authentication and Addressbooks.
RH Email Server is fine for businesses and organizations of all sizes. Multiple commercial and educational installations are already using this project. The largest current user load that has been reported is 7,000 + users.
Interoperability between RHSD projects such as the RHSD Email Server and the RHSD Domain Controller will allow for use of Single-Sign On. RHSD also utilizes IETF Standardized projects and therefore will be compatible with any Directory system compatible with LDAP v.3.
Main features:
- Web-Based Email Client for Users
- LDAP Directory / Authentication
- Mail Filtering
- Addressbooks
- Web-Based Administration Tools
- Role-Based Tool Delegation
- Spam Blocking
<<lessRH Email Server is fine for businesses and organizations of all sizes. Multiple commercial and educational installations are already using this project. The largest current user load that has been reported is 7,000 + users.
Interoperability between RHSD projects such as the RHSD Email Server and the RHSD Domain Controller will allow for use of Single-Sign On. RHSD also utilizes IETF Standardized projects and therefore will be compatible with any Directory system compatible with LDAP v.3.
Main features:
- Web-Based Email Client for Users
- LDAP Directory / Authentication
- Mail Filtering
- Addressbooks
- Web-Based Administration Tools
- Role-Based Tool Delegation
- Spam Blocking
Download (19.44MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1642 downloads
Tiny ERP Web client 0.0.1
Tiny ERP Web client is a Turbogears/AJAX interface for the enterprise management software Tiny ERP. more>>
Tiny ERP Web client is a Turbogears/AJAX interface for the enterprise management software Tiny ERP.
The project supports all features of the GTK client and connects to the Tiny ERP server using XML-RPC.
<<lessThe project supports all features of the GTK client and connects to the Tiny ERP server using XML-RPC.
Download (0.38MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
865 downloads
Mozilla Lightning 0.9
Mozilla Lightning is designed to provide the Sunbird calendar to the popular email client, Mozilla Thunderbird. more>> Mozilla Lightning 0.9 is designed to provide the Sunbird calendar to the popular email client, Mozilla Thunderbird. Since it's an extension, Lightning is tightly integrated with Thunderbird, allowing it to easily perform email-related calendaring tasks.
Major Features:
- Better Thunderbird integration
- emailtask linkage
- Integration with the Thunderbird address book
- iMIP support (meeting invitations)
- Improved CalDAV support
- Cached calendar support for offline calendar use
- Device synchronization
Enhancements:
- Events spanning days now have a visual indicator indicating them as connected events
- When reloading a remote calendar a progress indicator is now shown
- The so-called "minimonth" (small calendar month in the upper left) has been given a visual overhaul
- The calendar views (day, week, multiweek, month) have been given a visual overhaul
- The today pane can now be displayed in calendar mode and task mode as well
- CalDAV support and interoperability with various CalDAV servers has been improved
- iMip/iTip support (support for email invitations) has been greatly improved
- The application stability and memory consumption has been greatly improved
- Lightning 0.9 is intended to be the last release for the Thunderbird 2 series. For the future we are planning to integrate Lightning fully into the upcoming Thunderbird 3 release
- A full list of changes that have gone into this release can be found on The Rumbling Edge website
Requirements:
- Software Requirements Please note that Linux distributors may provide packages for your distribution which have different requirements.
-
- Linux kernel - 2.2.14 or higher with the following libraries or packages:
- glibc 2.3.2 or higher
- XFree86-3.3.6 or higher
- gtk+2.0 or higher
- fontconfig (also known as xft)
- libstdc++5 (Many modern Linux distributions only package libstdc++6, which is incompatible with Lightning. Therefore please install the package "libstdc++5" or "compat-libstdc++" on your system before installing Lightning)
- Minimum Hardware
-
- Intel Pentium II or AMD K6-III+ 233 MHz CPU (Recommended: 500MHz or greater)
- 64 MB RAM (Recommended: 128 MB RAM or greater)
- 52 MB hard drive space
Added: 2008-11-16 License: MPL Price: FREE
12 downloads
ClairVoyanT SysAdmin 0.0.8
CVTSA is a suite of tools for GNU/Linux that allows users to administrate computers via web or email more>>
CVTSA is a suite of tools for GNU/Linux that allows users to administrate computers via web or email wherever they are, using browsers or email clients [via computer or mobile] and without running daemons[opening ports] on their own computer.
WEBCVTSA is a tool that allows users to administrate their computers [running GNU/Linux] using a form on a web page to post commands.
It has lots of interesting features:
It works as a shell but it receives commands via web.
NO DAEMON RUNNING ON YOUR MACHINE [webcvtsa is only a client], no ports opened to control your computer!
CREATE DYNAMICAL REVERSE SSH TUNNELS TO DIRECTLY CONTROL YOUR SYSTEM
ERASE MAYBE DANGEROUS/ILLEGAL FILES ON YOUR MACHINE WHEREVER YOU ARE [you can use also mobiles !]
BLOWFISH ENCRYPTION OF COMMANDS
CVTSA-EMAIL allows users to administrate their computer via email.
NO DAEMON RUNNING ON YOUR MACHINE [webcvtsa is only a client], no ports opened to control your computer!
CREATE DYNAMICAL REVERSE SSH TUNNELS TO DIRECTLY CONTROL YOUR SYSTEM
ERASE MAYBE DANGEROUS/ILLEGAL FILES ON YOUR MACHINE WHEREVER YOU ARE [you can use also mobiles !]
It works as a shell but it receives commands via email.
Emails could be sent from a computer mobiles [GRPS, WAP, UMTS].
once readed.
It recognizes true emails so attackers cannot run commands.
Enhancements:
- webcvtsa-0.0.8
- src/email.c: support for sending confirm email once executed command.
- README: updated
<<lessWEBCVTSA is a tool that allows users to administrate their computers [running GNU/Linux] using a form on a web page to post commands.
It has lots of interesting features:
It works as a shell but it receives commands via web.
NO DAEMON RUNNING ON YOUR MACHINE [webcvtsa is only a client], no ports opened to control your computer!
CREATE DYNAMICAL REVERSE SSH TUNNELS TO DIRECTLY CONTROL YOUR SYSTEM
ERASE MAYBE DANGEROUS/ILLEGAL FILES ON YOUR MACHINE WHEREVER YOU ARE [you can use also mobiles !]
BLOWFISH ENCRYPTION OF COMMANDS
CVTSA-EMAIL allows users to administrate their computer via email.
NO DAEMON RUNNING ON YOUR MACHINE [webcvtsa is only a client], no ports opened to control your computer!
CREATE DYNAMICAL REVERSE SSH TUNNELS TO DIRECTLY CONTROL YOUR SYSTEM
ERASE MAYBE DANGEROUS/ILLEGAL FILES ON YOUR MACHINE WHEREVER YOU ARE [you can use also mobiles !]
It works as a shell but it receives commands via email.
Emails could be sent from a computer mobiles [GRPS, WAP, UMTS].
once readed.
It recognizes true emails so attackers cannot run commands.
Enhancements:
- webcvtsa-0.0.8
- src/email.c: support for sending confirm email once executed command.
- README: updated
Download (0.035MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1199 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above email client spam search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed