Main > Free Download Search >

Free love mail ru software for linux

love mail ru

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1215
AXIGEN Mail Server Office Edition Free 7.1.4 / 7.2 Beta

AXIGEN Mail Server Office Edition Free 7.1.4 / 7.2 Beta


AXIGEN Mail Server Office Edition Free 7.1.4 / 7.2 Beta is an ideal software which can help you render email messaging quick and easy! more>> <<less
Added: 2009-07-22 License: Freeware Price: FREE
1 downloads
 
Other version of AXIGEN Mail Server Office Edition Free
AXIGEN Mail Server Office Edition Free 7.1Gecad Technologies - AXIGEN Office Edition is a FREE, reliable and secure ... AXIGEN Mail Server Office
Price: $0.00
License:Freeware
Download (26.38MB)
189 downloads
Added: 2009-04-23
Price: $0.00
License:Freeware
Download (26.32MB)
179 downloads
Added: 2009-04-28
AXIGEN Mail Server Office Edition Free 6.2.2Gecad Technologies - FREE, reliable and secure mail server for Linux, BSD, Solaris. It offers (E)SMTP, POP3, IMAP4 ... AXIGEN Mail Server Office
Price: $0.00
License:Freeware
Download (16.07MB)
192 downloads
Added: 2009-04-14
AXIGEN Mail Server Office Edition Free 4.0.1AXIGEN Office Edition is a FREE, reliable and secure Linux and FreeBSD mail server intended for ... depth connection control - WebMail available in 14 languages: EN, RO, NO, ES, NL, IT, DE, CN, RU
License:Freeware
Download (MB)
836 downloads
Added: 2007-07-23
I Love Autumn Icons for Linux -

I Love Autumn Icons for Linux -


An icon collection designed to beautify your computer screen. more>> License:Free for personal non-commercial use, Includes a link back to author site
Comment:16 Cute Love Autumn Icons
<<less
Download (252KB)
Added: 2009-04-14 License: Freeware Price: Free
192 downloads
Mail::SendEasy 1.2

Mail::SendEasy 1.2


Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). more>>
Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments.

This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet.
It supports SMTP authentication and attachments.

USAGE:

OO

use Mail::SendEasy ;

my $mail = new Mail::SendEasy(
smtp => localhost ,
user => foo ,
pass => 123 ,
) ;

my $status = $mail->send(
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;

if (!$status) { print $mail->error ;}

STRUCTURED

use Mail::SendEasy ;

my $status = Mail::SendEasy::send(
smtp => localhost ,
user => foo ,
pass => 123 ,
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;

if (!$status) { Mail::SendEasy::error ;}

<<less
Download (0.011MB)
Added: 2007-08-02 License: Perl Artistic License Price:
816 downloads
Mail::Message::Field::Full 2.073

Mail::Message::Field::Full 2.073


Mail::Message::Field::Full is a Perl module that can construct one smart line in a message header. more>>
Mail::Message::Field::Full is a Perl module that can construct one smart line in a message header.

INHERITANCE

Mail::Message::Field::Full
is a Mail::Message::Field
is a Mail::Reporter

Mail::Message::Field::Full is extended by
Mail::Message::Field::Structured
Mail::Message::Field::Unstructured

SYNOPSIS

!! UNDER CONSTRUCTION
!! The details of this module are NOT FINISHED yet
!! Most parts are already usable, however. With care!

# Getting to understand the complexity of a header field ...

my $fast = $msg->head->get(subject);
my $full = Mail::Message::Field::Full->from($fast);

my $full = $msg->head->get(subject)->study; # same
my $full = $msg->head->study(subject); # same
my $full = $msg->get(subject); # same

# ... or build a complex header field yourself

my $f = Mail::Message::Field::Full->new(To);
my $f = Mail::Message::Field::Full->new(Subject: hi!);
my $f = Mail::Message::Field::Full->new(Subject => hi!);

This is the full implementation of a header field: it has full understanding of all predefined header fields. These objects will be quite slow, because header fields can be very complex. Of course, this class delivers the optimal result, but for a quite large penalty in performance and memory consumption. Are you willing to accept?

This class supports the common header description from RFC2822 (formerly RFC822), the extensions with respect to character set encodings as specified in RFC2047, and the extensions on language specification and long parameter wrapping from RFC2231. If you do not need the latter two, then the Mail::Message::Field::Fast and Mail::Message::Field::Flex are enough for your application.

<<less
Download (0.58MB)
Added: 2007-08-02 License: Perl Artistic License Price:
815 downloads
Fetch and deliver mail 1.3

Fetch and deliver mail 1.3


Fetch and deliver mail is a simple, lightweight replacement for mail fetching, filtering, and delivery programs. more>>
Fetch and deliver mail is a simple, lightweight replacement for mail fetching, filtering, and delivery programs such as fetchmail and procmail.
It can fetch using POP3, POP3S, IMAP, IMAPS, or stdin, and deliver to a pipe, file, maildir, mbox, or SMTP server, based on a set of regexps.
Fetch and deliver mail can be used for both single user and multiuser setups, and is designed with privilege separation when running as root.
Enhancements:
- Mostly configuration file enhancements and code cleanup were done since 1.2. ifdef/endif blocks and inline shell commands are allowed in the configuration file.
- A built-in string cache using TDB was added.
- Some extra default tags were added. NNTPS fetching was implemented.
<<less
Download (0.040MB)
Added: 2007-07-31 License: BSD License Price:
816 downloads
Mail Avenger 0.7.8

Mail Avenger 0.7.8


Mail Avenger is a highly-configurable, MTA-independent SMTP server. more>>
Mail Avenger is a highly-configurable, MTA-independent SMTP server daemon. Mail Avenger lets users run messages through filters like ClamAV and SpamAssassin during SMTP transactions, so the server can reject mail before assuming responsibility for its delivery.
Other unique features include TCP SYN fingerprint and network route recording, verification of sender addresses through SMTP callbacks, SPF (sender policy framework) as a general policy language, qmail-style control over both SMTP-level behavior and local delivery of extension addresses, mail-bomb protection, integration with kernel firewalls, and more.
Enhancements:
- Several minor bugs were fixed.
- The SMTPCB configuration directive was changed to give more options.
- An InsecureSASL configuration option was added by request of users.
<<less
Download (0.74MB)
Added: 2007-07-21 License: GPL (GNU General Public License) Price:
825 downloads
Dada Mail 2.10.15 / 2.11 Alpha 5

Dada Mail 2.10.15 / 2.11 Alpha 5


Dada Mail is a Web-based mailing list manager. more>>
Dada Mail project is a general purpose mailing list manager who is targeted to be used for small to medium organizations such as businesses, non-profit organizations and personal sites. A Mailing List Manager is a program that handles the subscriptions of a mailing list and in this case also sends out mailing list messages - emails that are received by everyone that is subscribed to the mailing list.
The goal in this perspective of Dada Mail is to be able to be easily installed and useful by a web-savvy person. This person does not have to be a professional web designer/developer. It is also hoped that there is much breathing room for the program to grow with the needs and expectations of whatever organization it is to be used for.
Dada Mail is also a many-tiered art project. The initial goal was to see how far a self-taught, admittedly poor math student could take a computer program, written from scratch. The answer it seems, is very very far. The idea being played with is of a person taking on a role that doesnt seem to fit them well and flourishing. This wasnt acting, this was real life. Four Years is a Long Time.
Dada Mail is also used to question the idea on what a piece of software is and what it isnt, making definitions such as "name", "function", "purpose", slippery. The creator of Dada Mail, Justin Simoni, has many more credentials as an Artist, attending the Rocky Mountain College of Art and Design as a senior in their Drawing and Painting program, than he does as a Software Engineer, of which credentials he has none, except the time he has spent with projects, like Dada Mail.
Main features:
- Dada Mail is a Web-Based System. You dont need to remember cryptic commands to send to a special address just to have the program e-mail you back telling you youre wrong. You administrate your lists using a control panel you view through your web browser - like Internet Explorer or Netscape Navigator.
- Dada Mail Supports an Unlimited Number of Mailing Lists. Dada Mail was made from the start to be expandable. Each list can be managed separately with a different password for protection. Setting up a list can take as little as a minute to make! All list information can be changed at any time.
- Dada Mail Is Customizable. Most pages generated by Dada Mail can be wrapped in a template - a look and design that you want your list to have. Dada Mail can look exactly like the rest of your web site, making less of a separate CGI script and more a part of your web site that comes alive to your visitors. Messages Dada Mail sends can also be customized, you get to word exactly how you want your messages sent. Even the signup form that you can put on any page of your web site can be changed for your taste - automatically.
- Dada Mail Archives List Messages. Dada Mail keeps an archive of every mass mailing message it sends and also provides a simple way to view them. Archiving can be paused and archives can be hidden from your visitors but not from you the list owner.
- Dada Mail Supports Announce-Only and Group Lists. You can extend Dada Mail with a script thats included with Dada Mail to send list messages from your own e-mail client, like Eudora or Outlook. Group Lists can be setup easily from your control panel and you can set up a thriving group discussion list.
- Dada Mail Is Free! We dont try to have you make a decision on picking a mailing list manager by giving you a crippled "version" and then only give you the real version after you pay money for a piece of software that may not do what you really need. We give you the entire program.
- Dada Mail is Supported! This entire site is provided to answer any questions you have and help you even when your Dada is installed. Weve gained a great following of people that love our program and we plan to keep them happy for a long time.
- Dada Mail is Easy To Use. Hard things are easy in Dada Mail. They should be. Features you dont need can be turned off if wanted. All error messages give you precise information on what went wrong and how to use it. Its more advice on how to do what your doing better than telling you youre wrong.
- Dada Mail is Powerful. In minutes you can set up your entire list system, with announce-only lists for special e-mailings and group lists for discussion. Dada Mail can even be enhanced with the help of other programs like Majordomo - another list manager and Mhonarch, an e-mail archiver.
- Sign Up to the Skazat Design Newsletter.
- See how easy it is for your visitors to use Dada Mail. You can unsubscribe at any time.
Whats New in 2.11 Alpha 5 Development Release:
- This version features some major improvements in the managing of mailouts done with Dada Mail.
- You can now enable a Global limit on the number of simultaneous mailouts.
- Individual mailouts may now also be queued if this limit has been reached.
- Mailouts may also be paused to allow a newer mailout to go out first.
- Integrity and reliability of the sending monitor system has also greatly improved.
<<less
Download (1.3MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
853 downloads
Mail Notification 4.1

Mail Notification 4.1


Mail Notification is a status icon (aka tray icon) that informs you if you have new mail. more>>
Mail Notification is a status icon (aka tray icon) that informs you if you have new mail.
Mail Notification works with system trays implementing the freedesktop.org System Tray Specification, such as the GNOME Panel Notification Area, the Xfce Notification Area and the KDE System Tray.
Main features:
- multiple mailbox support
- mbox, MH, Maildir, Sylpheed, POP3, IMAP and Gmail support
- SASL authentication support
- APOP authentication support
- SSL/TLS support
- automatic detection of mailbox format
- immediate notification (the status icon is updated within seconds after a mailbox changes)
- a mail summary
- HIG 2.0 compliance.
<<less
Download (0.70MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
851 downloads
Lingua::RU::Charset 0.02

Lingua::RU::Charset 0.02


Lingua::RU::Charset is a Perl extension for detecting and converting various russian character sets. more>>
Lingua::RU::Charset is a Perl extension for detecting and converting various russian character sets: KOI8-r, Windows-1251, CP866, ISO-8859-5, X-Mac-Cyrillic, russian text in english letters, russian part of Unicode and UTF-8. Lingua::RU::Charset module can be especially useful for computers with broken cyrillic locales (like foreign web hosts).

SYNOPSIS

use Lingua::RU::Charset qw (:CHARSET);
use Lingua::RU::Charset qw (:CONVERT);
use Lingua::RU::Charset qw (:CONVERT :CHARCASE);
use Lingua::RU::Charset qw (any2koi koi2lc koi2uc);

More documentation and examples coming soon...

NOTE

Unfortunately I dont have time to implement the Unicode and UTF-8 subroutines. But I am sure that such functions would be useful for interesting Perl scripts exchanging russian data with Java servlets. So you are welcome to submit some code!
<<less
Download (0.004MB)
Added: 2007-06-12 License: Perl Artistic License Price:
864 downloads
Clevo Mail LED Linux Driver 0.6

Clevo Mail LED Linux Driver 0.6


Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J. more>>
Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J.
Enhancements:
- The DMI_BOARD_VENDOR string has been corrected for D410V autodetection.
<<less
Download (0.002MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 downloads
Claws Mail 2.9.1 (Extra Plugins)

Claws Mail 2.9.1 (Extra Plugins)


Claws Mail Extra Plugins package contains plugins for Claws Mail e-mail client. more>>
Claws Mail Extra Plugins package contains plugins for Sylpheed-Claws e-mail client.
Claws Mail is the extended version of Sylpheed, a GTK+ based, lightweight, and fast email client. Almost all commands are accessible with the keyboard.
It also has many features such as multiple accounts, POP3/SMTP/IMAP/NNTP support, OpenSSL, GnuPG, and LDAP support, a plugin system, spell checking, filtering, Actions, spam and virus filters, an address book, internationalization, and more.
As the mechanism offered by Claws Mail to add new plugin functionality is under active development it is subject to change, therefore the required version is also given. The author has verified that the plugin works with this required version, however it may or may not work with other versions.
Enhancements:
- This release contains 15 plugins.
- It fixes a bug in the PDF Viewer plugin with GTK 2.6.x where the button images were not shown.
<<less
Download (5.1MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
921 downloads
Template::Plugin::Translit::RU 0.05

Template::Plugin::Translit::RU 0.05


Template::Plugin::Translit::RU is a filter for converting cyrillic text into transliterated one and back. more>>
Template::Plugin::Translit::RU is a filter for converting cyrillic text into transliterated one and back.

SYNOPSIS

Use as filters.
[% USE Translit::RU translit detranslit %]
[% FILTER translit( koi ) %]
...
This text would stay unchanged because it is not cyrillic.
...
[% END %]
Use as object. First argument - text for conversion. Second optional argument - charset (koi is default).
[% USE plTranslit = Translit::RU %]
[% plTranslit.translit( without cyrillic text is useless ) %]
[% plTranslit.detranslit( kirilitca, win ) %]

Template::Plugin::Translit::RU is Template Toolkit filter which allows to convert cyrillic text into transliterated latin text. Currently two most popular charsets are supported - koi8-r and windows-1251. Also back conversion supported.

<<less
Download (0.005MB)
Added: 2007-04-07 License: Perl Artistic License Price:
575 downloads
Masswire Mail 0.17 Beta

Masswire Mail 0.17 Beta


Masswire Mail provides a SQL POP3 Webmail software. more>>
Masswire Mail provides a SQL POP3 Webmail software.

Masswire Mail is a Webmail client written in Perl that can retrieve messages from multiple POP3 accounts and store them in a single SQL table.

Some features include a spell checker using the Text-Aspell module, a Bayesian filter using the Algorithm NaiveBayes module, and attachments using the Mail Sender module.

<<less
Download (0.039MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
942 downloads
Mail::Message::Head::Complete 2.069

Mail::Message::Head::Complete 2.069


Mail::Message::Head::Complete is a Perl module with the header of one message. more>>
Mail::Message::Head::Complete is a Perl module with the header of one message.

INHERITANCE

Mail::Message::Head::Complete
is a Mail::Message::Head
is a Mail::Reporter

Mail::Message::Head::Complete is extended by
Mail::Message::Head::Partial
Mail::Message::Replace::MailHeader

Mail::Message::Head::Complete is realized by
Mail::Message::Head::Delayed
Mail::Message::Head::Subset

SYNOPSIS

my $head = Mail::Message::Head::Complete->new;
See Mail::Message::Head

E-mails message can be in various states: unread, partially read, and fully read. The class stores a message of which all header lines are known for sure.

<<less
Download (0.57MB)
Added: 2007-03-06 License: Perl Artistic License Price:
962 downloads
tidyup-mail 0.12

tidyup-mail 0.12


tidyup-mail software is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail... more>>
tidyup-mail software is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail from people that uses such brain-damaged web-mailers as yahoo mail.

Fatigue with xterm when reading mail from mutt? Tired to press "Do Full reset" every time when terminal becames full of garbage? This program is for you! It removes unsafe characters for email & makes xterm happy!

Note that all documentation comes in russian language. Check for your local russian hacker.

<<less
Download (0.007MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
969 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5