Main > Free Download Search >

Free attachments email software for linux

attachments email

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1573
Attachment Mailer class 1.20

Attachment Mailer class 1.20


Attachment Mailer class is a PHP class that can send email messages with multiple attachments and HTML. more>> <<less
Download (0.019MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1075 downloads
Attach to Email Service Menu 0.7.5

Attach to Email Service Menu 0.7.5


Attach to Email Service Menu is a service menu for Konqueror. more>>
Attach to Email Service Menu is a service menu for Konqueror that works in conjunction with a python script to allow the user to select multiple files and add them as attachments to an email using whatever mail client is configured. If a directory is selected, then its contents will be attached to the email recursively.
Installation:
0) tar -jxf attach-to-email-servicemenu.tar.bz2
1) cd attach-to-email-servicemenu
2) ./install.sh --remove-old
#Get rid of previous installations.
3) ./install.sh [--global-install|--local-install]
#Depending on whether you want system-wide or not.
The Readme file included explains how to set this up for different email clients.
Enhancements:
- New Italian translation by Giurerro.
<<less
Download (0.007MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1089 downloads
Nameko 1.3.1 (NamekoAttachmentsRetriever)

Nameko 1.3.1 (NamekoAttachmentsRetriever)


Nameko is a set of tools for working with e-mails in PHP. more>>
Nameko is a set of tools for working with e-mails in PHP.
The core of Nameko is composed by a set of classes for retrieve mail from a POP3 server, and parsing them to get the body (both in plain text and HTML, if included) and the attachments.
The class to retrieve e-mails from a POP3 server is NamekoPop3Interface; once you get an e-mail with this class in raw format, you can parse it with the NamekoMailParser class to get all its parts.
But there is much more. There are some special build with this classes to do directly some special tasks.
Using the NamekoAttachmentsRetriever class you can retrieve attachments directly from a mailbox. The project is based on both NamekoPop3Interface (to get the e-mail from the POP3 server) and NamekoMailParser (to parse the mail looking for attachments).
Nameko technology
Nameko is a set of PHP classes. It requires PHP 5 at server side: it doesnt work with older version of PHP.
At the client side Nameko require a browser that support Javascript and CSS. The best choose is Firefox, or one of the other Gecko based browsers such as Mozilla or Netscape Navigator. It also works with Opera, Konqueror and Internet Explorer, for both Linux and Microsoft Windows platforms. I know there are some problem with browsers for Mac, and Im working to fix them.
The communication between the browser and the server it has been used the AJAX technology, XML and JSON: that make the interface to be more responsive and hopefully easier to use. Im working also on a traditional interface, to make the webmail accessible also for older and textual browsers.
Enhancements:
- The class NamekoMailParser has been upgraded to version 1.3.1.
<<less
Download (0.014MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
834 downloads
renattach 1.2.4

renattach 1.2.4


renattach is a mail filter that renames/deletes dangerous email attachments. more>>
renattach is a mail filter that renames/deletes dangerous email attachments.
renattach is a fast and efficient UNIX stream filter that can rename or delete potentially dangerous e-mail attachments. The filter is invoked as a simple pipe for use in a wide variety of systems. The kill feature (which eliminates entire messages) can also help sites deal with resource strains caused by modern virus floods.
renattach is written in pure C and can quickly process mail with little overhead. Unlike a conventional virus scanner, there are no specific virus or worm definitions. Instead, renattach identifies potentially dangerous attachments based on file extension and executable encoded body content.
The software is even capable of reading filenames from inside ZIP archives on the fly, without requiring any external software. The self-contained MIME code parses, fully interprets, then rewrites the header of every attached file.
During this process it checks the files extension against a list, and further checks to make sure the filename is not on a banned list. Only after passing through these steps is the MIME header written fresh using a predetermined, known format.
The programs operation is simple: a single mail message is read from stdin, filtered, then written to stdout (or piped to an external command).
Tested under Linux, FreeBSD, NetBSD, Solaris, Mac OS X, OS/2, and Cygwin. This software should compile on any UNIX-like system that has standard C libraries.
Enhancements:
- The --loop option was added, which removes Delivered-To headers from the input message.
- This defends Postfix against a "mail forwarding loop" spam relay trick which could be used when renattach is installed as an smtpd-side content filter.
<<less
Download (0.11MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
getattach.pl 1.3

getattach.pl 1.3


getattach.pl is a Perl script for retrieving email attachments. more>>
getattach.pl is a useful Perl script which automatically retrieves all the attachments in your mailbox, decodes them, and saves them in your destination directory
If you receive a lot of image or video, or even audio files via email attachments this utility can save you a lot of time spent selecting messages, opening and decoding attachments and specifying the destination directory, etc.
Getattach.pl make your life much easier, and less stressfull. You can spend your time being more productive, making more money, and getting more for your money.
Main features:
- Simplifies decoding and saving 100s-1,000s of attachments in a mailbox.
- Saves time and money for all email attachment related activities.
- Requires Perl and several CPAN modules. {Specifically Mail::Box and Date::Manip}
<<less
Download (0.010MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1227 downloads
Attachment Ripper and Displacement System 1.48

Attachment Ripper and Displacement System 1.48


Attachment Ripper and Displacement System (aradis) is a filter that removes attachments from email. more>>
Attachment Ripper and Displacement System (aradis) is a filter that removes attachments from email.
The removed attachment is sent to a specified resource for storage. The attachment is replaced with a notice of where the removed attachment may be found.
The filter can also rename filenames for security. The project uses GMime for MIME handling.
Enhancements:
- Anonymous attachments are now given a name according to the MIME type.
- The ability to insert replacement messages as HTML instead of plain text was added.
<<less
Download (0.11MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1047 downloads
Newsmail 0.7

Newsmail 0.7


Newsmail was created to allow easy news publication to one or more sites. more>>
Newsmail was created to allow easy news publication to one or more sites, using email messages to insert, delete, and manage news.
It is a simple PHP news ticker that allows you to publish news via email. Newsmail can generate RSS feeds for news matching a given category.
Main features:
- import plain text or HTML email messages with or without attachments, and with or without Markdown syntax.
- store messages in database (currently Postgresql and MySQL are supported, but the PHP code uses Pear::DB abstraction) and attachments in filesystem.
- request a confirmation message before publishing or deleting news.
- require an approvation from a moderator before publishing or deleting news.
- answer to some administration commands directly via email (e.g. news listing, news delete and update).
- generate an RSS feed with news matching a particular category or with category equal to all
Enhancements:
- A small improvement was made to the install instructions.
- An approval option was added, which requires BCC_ADDRESS approval for inserting and deleting messages.
- The approval process uses a randomly generated token password to improve security.
- The database structure was changed to use a token for approval security.
- The MySQL table definition was improved to use INNODB.
<<less
Download (0.17MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1207 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
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
AlefMentor 2.02

AlefMentor 2.02


AlefMentor is a Learning Management System. more>>
AlefMentor is a Learning Management System. AlefMentor project makes it easy for you to create your online courses and tests. All users of the system can communicate and cooperate with each other.
There is no limit on the number of courses, instructors, students, or administrators in the system. An online management system is provided for administrators, students, instructors, and consumers. It is very easy to create, update, and select courses.
Enhancements:
- It is possible to create new groups of users.
- One user can be a member of menu groups.
- Ts_Mailer allows you to send attachments in your email messages.
- It is possible to send email to a selected group of users.
<<less
Download (2.7MB)
Added: 2006-09-04 License: The PHP License Price:
1146 downloads
Email 2.5.1

Email 2.5.1


Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. more>>
Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. It will send to any RFC standard remote ESMTP server, and will allow you to encrypt, sign, and design your message on the fly.
It has the capability to use signature files with dynamic options, address book functionality, and users can also attach pictures, binary files, documents, or whatever they want. It is completely compatible with GNUPG for encryption and signing, and is easy to configure and use.
Enhancements:
- A bug where an assert caused an abort when encrypting any message with GnuPG under Cygwin has been fixed.
- Compile time problems where the compiler would complain about SIG* being undeclared have been fixed.
- There is some minor source code cleanup.
<<less
Download (0.17MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1084 downloads
 
Other version of Email
Email 2 0.1.0Email 2, or simply E2, refers to a new email technology designed from the bottom-up ...Email 2, or simply E2, refers to a new email technology designed from the bottom-up to meet
License:GPL (GNU General Public License)
Download (1.0MB)
1455 downloads
Added: 2005-11-02
Exercise Tip Email Buddy 1.3

Exercise Tip Email Buddy 1.3


Exercise Tip Buddy is an easy-to-install Web site tool that allows your visitors to sign up for an exercise tip mailing list. more>>
Do you have a health-related web site and need to start generating a good list of e-mail list subscribers for an upcoming newsletter?
Exercise Tip Buddy is an easy-to-install Web site tool that allows your visitors to sign up for an exercise tip mailing list. It works out-of the-box, so you can start building your subscriber list before you put together a full-blown newletter.
Exercise Tip Email Buddy comes with 26 exercise tips built in, so you already have a unique mailing twice a month for a full year!
Main features:
- Installation is easy, just upload the script and run the install file to automatically install your database tables and set up your configuration.
- Set the time between mailings. Want a weekly e-mailing? Daily? No problem you set the length.
- Easily set how many e-mails can be sent in a day or hour to avoid getting on your hosting providers bad side. The e-mails are stored and those that cant be sent right away will be sent later.
- Add custom exercise tips of your own!
- Visitor sign-up script includes a Captcha device to avoid automated signups by spammers.
<<less
Download (0.057MB)
Added: 2006-05-11 License: Freeware Price:
1261 downloads
XPertMailer 1.4.5

XPertMailer 1.4.5


XPertMailer is a PHP class to send encoded MIME-type email messages. more>>
XPertMailer is a PHP class to send encoded MIME-type email messages like text, HTML, HTML embedded images, attachments, etc., to client, localhost, or relay SMTP servers with optional authorisation.
The class functions are optimised to execute in a very small time and to be easy to use. This reduces the size of the code and the time required to write it.
Data sending is done according to RFC 821 and RFC 2821, and the message type is in compliance with RFC 2045, RFC 2046, RFC 2047, RFC 2048, RFC 2049, and RFC 2822.
Enhancements:
- Added the clear attachments functionality
<<less
Download (0.028MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1284 downloads
Catalyst::Plugin::Email::Page 0.26

Catalyst::Plugin::Email::Page 0.26


Catalyst::Plugin::Email::Page is a Perl module to email your Catalyst page. more>>
Catalyst::Plugin::Email::Page is a Perl module to email your Catalyst page.

SYNOPSIS

use Catalyst::Plugin::Email::Page;

__PACKAGE__->config->{email_page}{
email = q{webmaster@example.com},
subject = q{User Report for},
link_text = q{Report Page},
};

# In your Template
[% c.email_page_url %]

This is a simple plugin that lets a developer set and forget e-mail links in Catalyst

INTERFACE

email_page_url

Returns a link in the form of: mailto:webmaster@example.com?subject=User Report for http://yours.com/

The mailto subject is escaped using uri_escape_utf8 from URI::Escape and http://yours.com/ is the current pages uri

email_page_body

Allows you to e-mail the whole page to someone once you have the right template. Used the same way as email_page_url

To do.

email_page_anchor

Allows you to e-mail a page anchor. Used the same way as email_page_url

To do.

_construct_url

Internal routine.

Reads in the various configuration settings and constructs the mailto link. See "CONFIGURATION AND ENVIRONMENT"

<<less
Download (0.021MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1010 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5