Main > Free Download Search >

Free bulk email list software for linux

bulk email list

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4604
Mailing List 1.04

Mailing List 1.04


Mailing List is a Web-based, full-featured mailing list and newsletter system. more>>
Mailing List project is a Web-based, full-featured mailing list and newsletter system. Users can subscribe and unsubscribe themselves.
Email confirmation is used for new subscriptions. The list of subscribers to a list can be imported and exported.
Installation:
- copy all files to your web host
- use phpmyadmin or your mysql interface to run site.sql against your database.
- open site.xml and edit the database section with your database details.
- go to index.php and login with username of admin with a password of test.
Setup the site.xml file with your database settings as follows.
< database type="mysql" >
< server >database server address< /server >
< login >database login< /login >
< password >database password< /password >
< default >mysql database name< /default >
< /database >
Add this to your ".htaccess" file to prevent viewing of the xml config file.
< Files ~ ".xml" >
Order allow,deny
Deny from all
Satisfy All
< /Files >
Enhancements:
- A problem with the SQL setup file which caused the setup to fail on some systems was fixed.
<<less
Download (0.18MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
Web Mailing List 0.92

Web Mailing List 0.92


Web Mailing List: designed to be an easy to use mailing list application. more>>
Web Mailing List project designed to be an easy to use mailing list application.
Using a mailing list application can greatly enhance communication with your site visitors. Web mailing list makes it easy for users to signup for your mailing lists.
Creating and sending out email newsletters is a snap. If you your users wish to unsubscribe, they simply visit your unsubscribe page and enter the email address where they received the newslettter.
Enhancements:
- This release updates the database creation portion of the system setup.
<<less
Download (0.014MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1199 downloads
Doubly Linked List 1.2.0

Doubly Linked List 1.2.0


Doubly Linked List project consists of an API for a doubly linked list. more>>
Doubly Linked List project consists of an API for a doubly linked list. The API is divided into six functional groups: initialization, status and state, pointer manipulation, list update, search, and input/output. The API has been used in production software for over 2 years.
Enhancements:
- A CVS-generated ChangeLog has replaced the manually kept HISTORY file.
- The three header files have been reduced to one, and the code formatting has partially changed.
- The documentation has been updated, and a new PDF file has been added to the already existing PS and HTML docs.
- The project is now dual licensed: the Eclipse license has been added to the original Artistic License.
<<less
Download (0.32MB)
Added: 2007-08-01 License: Artistic License Price:
817 downloads
RH Email Server 2.0a

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
<<less
Download (19.44MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1642 downloads
StrongBad Emails 2.0

StrongBad Emails 2.0


StrongBad Emails is an extension which adds the words Previous and Next to the StrongBad Emails. more>>
StrongBad Emails is an extension which adds the words "Previous" and "Next" to the StrongBad Emails.

Tired of having to go back to the main email page to view the next Strong Bad email cartoon? Well wake up and smell the coffee with this extension.

<<less
Download (0.003MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
928 downloads
Email::Store 0.24

Email::Store 0.24


Email::Store is a framework for database-backed email storage. more>>
Email::Store is a framework for database-backed email storage.

SYNOPSIS

use Email::Store dbi:mysql:mailstore;
Email::Store->setup; # Do this once

Email::Store::Mail->store( $rfc822 );
Email::Store::Mail->retrieve( $msgid );

...

Email::Store is the ideal basis for any application which needs to deal with databases of email: archiving, searching, or even storing mail for implementing IMAP or POP3 servers.

Email::Store itself is a very lightweight framework, meaning it does not provide very much functionality itself; in effect, it is merely a Class::DBI interface to a database schema which is designed for storing email. Incidentally, if you dont know much about Class::DBI, youre going to need to in order to get much out of this.

Despite its minimalist nature, Email::Store is incredibly powerful. Its power comes from its extensibility, through plugin modules and hooks which allow you to add new database tables and concepts to the system, and so access the mail store from a "different direction". In a sense, Email::Store is a blank canvas, onto which you can pick and choose (or even write!) the plugins which you want for your application.

For instance, the core Email::Store::Entity plugin module addresses the idea of "people" in the email universe, allowing you to search for mails to or from particular people; (despite their changing names or email addresses) Email::Store::Thread interfaces Email::Store to Mail::Thread allowing you to navigate mails by their position in a mail thread; the planned non-core Email::Store::Plucene module plugs into the indexing process and stores information about emails in a Plucene search index for quick retrieval later, and so on.

<<less
Download (0.027MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1215 downloads
Bulk Image Resizing Thing 1.2.1

Bulk Image Resizing Thing 1.2.1


BIRT is a simple application that allows a large number of images to be resized in one go. more>>
BIRT, the Batch Image Resizing Thing, is a simple application that allows a large number of images to be resized in one go. Obviously this is possible by scripting ImageMagick but its usually somewhat easier with a GUI.
Bulk Image Resizing Thing was created in order to learn how to develop using the Qt library, and to facilitaty the maintenance of an online photo album where each hi-res photo needs a low-res copy and a thumbnail.
Usage
BIRT has a hypertext based online help system (visible in some of the screenshots below), to access this simply start the application and click on the Help button at the bottom of the BIRT window.
If you cant wait to read the help then here is a basic guide to using BIRT: simply select the image files to be resized, enter the new size, select the output directory and press Go. A more detailed instruction set, include explanations of the ratio options and output suffix/prefix fields can be found in the How To Use BIRT section of the help.
Enhancements:
- A problem with the Help dialog that would prevent it being re-opened if it was closed using the systems close window widget rather than the "Quit" button was fixed.
<<less
Download (0.052MB)
Added: 2005-12-06 License: GPL (GNU General Public License) Price:
1422 downloads
KMailSpy 1.08

KMailSpy 1.08


KmailSpy is a small KDE docking mail preview program (POP3). more>>
KmailSpy is a small KDE docking mail preview program (POP3) that can be used to get a list of the current emails on your server complete with size, subject, date-time, and "from" information for each entry.

Individual messages can be read (in ASCII text only), saved (in ASCII text only), or deleted.

KMailSpy is intended to be a convenient and quick way to keep an eye on your email server, preview your email, and delete spam to keep your system free of clutter and potential viruses.

Developed with KDevelop 3.33 in C++ on Mepis 6.x

<<less
Download (0.14MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
811 downloads
Notes List 0.1

Notes List 0.1


Notes List is a simple and easy way to take Notes. more>>
Notes List is a simple and easy way to take Notes.

- Change SIZE (width and height)
- tun on/off the background image
- Auto save notes

<<less
Download (0.020MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1219 downloads
Mailfilter 0.8

Mailfilter 0.8


Mailfilter is a flexible utility to get rid of unwanted spam mails. more>>
Mailfilter is a flexible utility for Unix (-like) operating systems to get rid of unwanted spam mails, before having to go through the trouble of downloading them into the local computer. Mailfilter offers support for one or many POP accounts and is especially useful for dialup connections via modem, ISDN, etc.
Mailfilter connects to any POP mail box and compares part of its content to a set of user defined filter rules. That way the spam gets deleted directly on the mail server.
With Mailfilter you can define your own filters (rules) to determine which e-mails should be delivered and which are considered waste. Rules are regular expressions, so you can make use of familiar options from other mail delivery programs such as e.g. procmail.
Mailfilter is released under the terms of the GNU General Public License. For more information, see the README and COPYING documents provided with the Mailfilter program.
Main features:
- Checks one or many POP accounts for spam and other unwanted e-mails, before you have to download the junk
- Very flexible configuration of filter rules to determine spam
- Very flexible configuration of friends lists to determine friendly e-mails
- Mailfilter does not interfere with your current e-mail environment as it is an independent application
- Works especially well as stand-alone application, as a cron job, or with programs like fetchmail
- Keeps log files of deleted message headers
- Available in different languages (English, French, German, Italian, Polish, Portuguese, Russian, Spanish)
- Its small, efficient and runs on many different platforms
- Its free and open
Enhancements:
- Code overhaul to introduce a more object oriented design
- Temporarily disabled gettext and the outdated translations
- (Hopefully) fixed bugs #238273 and #238273 in Debian bug database
<<less
Download (0.52MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1027 downloads
morigin email classifier 0.93

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.

<<less
Download (0.088MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1428 downloads
Blue Smiley Organizer 5.24

Blue Smiley Organizer 5.24


Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge. more>>
Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge, and images in a multi-user environment.
Blue Smiley Organizer also includes its own live support help system, blogs, themes, and a discussion forum.
Main features:
- Prioritize your bookmarks: Tell BlueSmiley how important a website is to you and how often you want to visit the link (e.g. once a month) and a list of bookmarks will be generated with the most urgent bookmarks at the top of the list.
- You can also keep a diary, manage your To-Do List and save email addresses and telephone numbers with the Contact Management. Add important vocabulary, snippets of code, etc to the categorized knowledge list.
- BlueSmiley reminds you of birthdays, TV shows, appointments, etc.
- Want to offer Live Support for your website without forking out money every month? BlueSmiley offers it for free.
- Social Bookmarking: Share your bookmarks on your personal webpage.
- You can also show RSS Feeds within this Online Organize
<<less
Download (0.51MB)
Added: 2007-08-09 License: Free To Use But Restricted Price:
818 downloads
Email::Find 0.10

Email::Find 0.10


Email::Find allows you to find RFC 822 email addresses in plain text. more>>
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 they will be valid RFC 822 syntax.

Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but theres only so much which can be done without a human.

Finds email addresses in the text and executes callback registered.

The callback is given two arguments. The first is a Mail::Address object representing the address found. The second is the actual original email as found in the text. Whatever the callback returns will replace the original text.

<<less
Download (0.039MB)
Added: 2007-03-31 License: Perl Artistic License Price:
943 downloads
Mail::Client::Yahoo 1.0

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.

<<less
Download (0.006MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1048 downloads
Email::Store::DBI 0.254

Email::Store::DBI 0.254


Email::Store::DBI is a Perl module for database backend to Email::Store. more>>
Email::Store::DBI is a Perl module for database backend to Email::Store.

SYNOPSIS

use Email::Store dbi:...;

This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from schemas embedded in the DATA section of plug-in modules, using Class::DBI::DATA::Schema.

"Email::Store" is the ideal basis for any application which needs to deal with databases of email: archiving, searching, or even storing mail for implementing IMAP or POP3 servers.

"Email::Store" itself is a very lightweight framework, meaning it does not provide very much functionality itself; in effect, it is merely a Class::DBI interface to a database schema which is designed for storing email. Incidentally, if you dont know much about "Class::DBI", youre going to need to in order to get much out of this.

Despite its minimalist nature, "Email::Store" is incredibly powerful. Its power comes from its extensibility, through plugin modules and hooks which allow you to add new database tables and concepts to the system, and so access the mail store from a "different direction". In a sense, "Email::Store" is a blank canvas, onto which you can pick and choose (or even write!) the plugins which you want for your application.

For instance, the core "Email::Store::Entity" plugin module addresses the idea of "people" in the email universe, allowing you to search for mails to or from particular people; (despite their changing names or email addresses) "Email::Store::Thread" interfaces "Email::Store" to "Mail::Thread" allowing you to navigate mails by their position in a mail thread; the planned non-core "Email::Store::Plucene" module plugs into the indexing process and stores information about emails in a Plucene search index for quick retrieval later, and so on.

<<less
Download (0.028MB)
Added: 2006-10-03 License: Perl Artistic License Price:
1117 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5