garden tractor attachments
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 221
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.
<<lessThe 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.
Download (0.014MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
834 downloads
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.
<<lessrenattach 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.
Download (0.11MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
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}
<<lessIf 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}
Download (0.010MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1227 downloads
System Garden Habitat 1.0.0
System Garden Habitat is an application for system performance monitoring and trending. more>>
Habitat from System Garden is a performance monitor of applications and operating system with the ability to track availability and service level. System Garden Habitats design goals are to be of modest size, flexible and ubiquitous.
The core of habitat provides a mechanism for collecting, storing and distributing data. Out of the box are many useful system collectors, known as probes.
Additionally, there is an API available to extend the collector (known as clockwork) with plug-ins, which allows data to be pulled from applications. Another API and a command line interface lets applications and scripts of all types push information into the collection system.
<<lessThe core of habitat provides a mechanism for collecting, storing and distributing data. Out of the box are many useful system collectors, known as probes.
Additionally, there is an API available to extend the collector (known as clockwork) with plug-ins, which allows data to be pulled from applications. Another API and a command line interface lets applications and scripts of all types push information into the collection system.
Download (0.50MB)
Added: 2006-01-02 License: GPL (GNU General Public License) Price:
1390 downloads
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
ZAttachmentAttribute 2.3
ZAttachmentAttribute provides a system to manage attachments within Zope objects. more>>
ZAttachmentAttribute provides a system to manage attachments within Zope objects.
his product is meant to be used with PloneArticle 2 and PloneExFile 2 versions only. For recent versions of PloneArticle or PloneExFile, please use AttachmentField instead.
ZAttachmentAttribute is used to help use of simple attachment files with user-created Zope products. It is pluggable, which means you can make it support new file types.
Enhancements:
- Used the new release management tool
<<lesshis product is meant to be used with PloneArticle 2 and PloneExFile 2 versions only. For recent versions of PloneArticle or PloneExFile, please use AttachmentField instead.
ZAttachmentAttribute is used to help use of simple attachment files with user-created Zope products. It is pluggable, which means you can make it support new file types.
Enhancements:
- Used the new release management tool
Download (0.028MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
985 downloads
Packet Garden 1.0pre5
Packet Garden is a project that allows you to grow a world from network traffic. more>>
Packet Garden is a project that allows you to grow a world from network traffic.
Packet Garden captures information about how you use the internet and uses this stored information to grow a private world you can later explore.
To do this, Packet Garden takes note of all the servers you visit, their geographical location and the kinds of data you access.
Uploads make hills and downloads valleys, their location determined by numbers taken from internet address itself.
The size of each hill or valley is based on how much data is sent or received.
Plants are also grown for each protocol detected by the software; if you visit a website, an HTTP plant is grown. If you share some files via eMule, a Peer to Peer plant is grown, and so on.
<<lessPacket Garden captures information about how you use the internet and uses this stored information to grow a private world you can later explore.
To do this, Packet Garden takes note of all the servers you visit, their geographical location and the kinds of data you access.
Uploads make hills and downloads valleys, their location determined by numbers taken from internet address itself.
The size of each hill or valley is based on how much data is sent or received.
Plants are also grown for each protocol detected by the software; if you visit a website, an HTTP plant is grown. If you share some files via eMule, a Peer to Peer plant is grown, and so on.
Download (2.5MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1015 downloads
G-Share 1.5 Beta
G-Share is a PHP script that allows you to share your Gmail attachments with the world. more>>
G-Share is a PHP script that allows you to share your Gmail attachments with the world, it is a download center with files stored in your gmail account.
G-Share project uses a MySQL database to store important data such as categories, download count, visitors, gmail accounts, etc...
<<lessG-Share project uses a MySQL database to store important data such as categories, download count, visitors, gmail accounts, etc...
Download (0.10MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1324 downloads
Garden 0.5.0
Garden is a dependency injection for PHP5. more>>
Garden is a dependency injection for PHP5.
Inspired by Spring Framework, it uses XML application context with syntax as similar as possible to Spring context definitions.
Kickstarter
Create example.xml file like this (dont forget to put garden-beans.dtd next to it!):
< ?xml version="1.0" encoding="UTF-8"? >
< !DOCTYPE beans PUBLIC "-//GARDEN//DTD BEAN//EN" "garden-beans.dtd" >
< beans default-lazy-init="true" >
< bean id="dog" class="Dog" file="ext/Dog.php" >
< property name="collar" >
< ref local="dogCollar"/ >
< /property >
< /bean >
< bean id="dogCollar" class="Collar" file="ext/Dog/Collar.php" >
< property name="spiked" value="true"/ >
< /bean >
< /beans >
etx/Dog.php contains:
class Dog
{
private $collar;
public function setCollar($collar)
{
$this->collar = $collar;
}
public function getCollar()
{
return $this->collar;
}
}
etx/Dog/Collar.php contains:
class Collar
{
private $spiked;
public function setSpiked($spiked)
{
$this->spiked = $spiked;
}
public function getSpiked()
{
return $this->spiked;
}
}
<<lessInspired by Spring Framework, it uses XML application context with syntax as similar as possible to Spring context definitions.
Kickstarter
Create example.xml file like this (dont forget to put garden-beans.dtd next to it!):
< ?xml version="1.0" encoding="UTF-8"? >
< !DOCTYPE beans PUBLIC "-//GARDEN//DTD BEAN//EN" "garden-beans.dtd" >
< beans default-lazy-init="true" >
< bean id="dog" class="Dog" file="ext/Dog.php" >
< property name="collar" >
< ref local="dogCollar"/ >
< /property >
< /bean >
< bean id="dogCollar" class="Collar" file="ext/Dog/Collar.php" >
< property name="spiked" value="true"/ >
< /bean >
< /beans >
etx/Dog.php contains:
class Dog
{
private $collar;
public function setCollar($collar)
{
$this->collar = $collar;
}
public function getCollar()
{
return $this->collar;
}
}
etx/Dog/Collar.php contains:
class Collar
{
private $spiked;
public function setSpiked($spiked)
{
$this->spiked = $spiked;
}
public function getSpiked()
{
return $this->spiked;
}
}
Download (0.078MB)
Added: 2006-05-16 License: The Apache License 2.0 Price:
1256 downloads
Zen Garden 0.6.92
Zen Garden is a tool for watching over the installation and building of source archives. more>>
zengarden is a tool that watches over the installation and building of source archives. It is a fork of installwatch that has been heavily updated with modern features.
It can prevent build tools from interfering with files outside the build directory and create a virtual chroot to perform installations in or backup the files the install overwrites.
Installation
Installwatch has been tested on Linux only.
Before compiling, you can edit the Makefile and change the PREFIX variable. Common values are `/usr and `/usr/local.
To compile it, a simple `make followed by `make install should do the magic.
You need an ELF system, but I dont think its a problem today...
If you want to try installwatch on itself for the first time, do the following instead of `make install.
Bash family:
LD_PRELOAD=./installwatch.so make install
Tcsh family:
setenv LD_PRELOAD ./installwatch.so ; make install
Of course, you must be root in the installwatch source directory.
Remember, if you belong to the tcsh family, LD_PRELOAD will remain set after `make install, so be sure to clear the variable.
Enhancements:
- autoolized - at least for the most part
- minor bug fixes
- viewcvs (not really a feature in the tarball) - thx to sofar
<<lessIt can prevent build tools from interfering with files outside the build directory and create a virtual chroot to perform installations in or backup the files the install overwrites.
Installation
Installwatch has been tested on Linux only.
Before compiling, you can edit the Makefile and change the PREFIX variable. Common values are `/usr and `/usr/local.
To compile it, a simple `make followed by `make install should do the magic.
You need an ELF system, but I dont think its a problem today...
If you want to try installwatch on itself for the first time, do the following instead of `make install.
Bash family:
LD_PRELOAD=./installwatch.so make install
Tcsh family:
setenv LD_PRELOAD ./installwatch.so ; make install
Of course, you must be root in the installwatch source directory.
Remember, if you belong to the tcsh family, LD_PRELOAD will remain set after `make install, so be sure to clear the variable.
Enhancements:
- autoolized - at least for the most part
- minor bug fixes
- viewcvs (not really a feature in the tarball) - thx to sofar
Download (0.27MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1662 downloads
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.
<<lessMasswire 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.
Download (0.039MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
942 downloads
Article for Plone 3.2.3
Article for Plone provides a Plone document incorporating images, attachments and links, whith a free choice of layout. more>>
Article for Plone provides a Plone document incorporating images, attachments and links, whith a free choice of layout.
<<less Download (1.1MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
987 downloads
protector 1.00.11
protector scans e-mail attachments in order to identify those that could (by nature of their type) contain viruses. more>>
protector scans e-mail attachments in order to identify those that could (by nature of their type) contain viruses or other undesirable content, and replaces them with a warning message. Protector is designed to be used on a unix mail gateway server MS Windows clients by way of a POP3 service. Typically, protector blocks DOS or Windows executables, DLLS etc Files with double extensions like "picture.gif.exe" Visual basic (VB) scripts Word documents that contain macros unrecognised file types ... etc ...
Protector is NOT a virus scanner in the traditional sense: It does NOT scan attachments for virus signatures, but blocks or edits attachments that could contain viruses. So *.exe, *.vba etc attachments dont get through. This means that you dont have to keep protector up to date to stay protected against the growing tide of new viruses and worms.
Protector does not work by blocking listed types, but by blocking a set of listed types.
The logic employed by protector to determine the file types contained in attachments is based on a modified version of the "file" command, and a number of type-specific validation programs - it does not rely on the actual name of the file, or the "content-type" declared in the attachment header. It also looks inside ZIP, TAR and other archive formats, and checks the files contained in them.
Some types of files are allowed through only under certain conditions. The main example being that MS Word documents are blocked if they contain ANY macros, but allowed through otherwise.
Protector grew out of a need to protect a small network that I manage in my spare time from the dangers of e-mail borne viruses and trojans. A number of installations exist round the world and feed back from users has allowed me to improve the system - in terms of reliability, performance, ease of use and the breadth of file types "allowed through". Development is still underway, and a new release will be available shortly that allows a far larger set of file types through, allows scripts to be removed from attachments (eg: JavaScript can be removed from HTML files), and is significantly easier to tailor.
Constructive critisism is warmly invited
<<lessProtector is NOT a virus scanner in the traditional sense: It does NOT scan attachments for virus signatures, but blocks or edits attachments that could contain viruses. So *.exe, *.vba etc attachments dont get through. This means that you dont have to keep protector up to date to stay protected against the growing tide of new viruses and worms.
Protector does not work by blocking listed types, but by blocking a set of listed types.
The logic employed by protector to determine the file types contained in attachments is based on a modified version of the "file" command, and a number of type-specific validation programs - it does not rely on the actual name of the file, or the "content-type" declared in the attachment header. It also looks inside ZIP, TAR and other archive formats, and checks the files contained in them.
Some types of files are allowed through only under certain conditions. The main example being that MS Word documents are blocked if they contain ANY macros, but allowed through otherwise.
Protector grew out of a need to protect a small network that I manage in my spare time from the dangers of e-mail borne viruses and trojans. A number of installations exist round the world and feed back from users has allowed me to improve the system - in terms of reliability, performance, ease of use and the breadth of file types "allowed through". Development is still underway, and a new release will be available shortly that allows a far larger set of file types through, allows scripts to be removed from attachments (eg: JavaScript can be removed from HTML files), and is significantly easier to tailor.
Constructive critisism is warmly invited
Download (0.22MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1205 downloads
msgparser 1.3
msgparser project is a parser for .msg Files in Java more>>
msgparser project is a parser for .msg Files in Java.
msgparser is a small open source Java library that parses Outlook .msg files and provides their content using Java objects.
msgparser uses the Apache POI - POIFS library to parse the message files which use the OLE 2 Compound Document format. Thus, it is merely a convenience library that covers the details of the .msg file. The implementation is based on the information provided at fileformat.info.
Examples:
This page shows how to use the msgparser library to access to content of a .msg file.
For parsing the .msg file, a MsgParser object must be created. This parser can process .msg files stored in a file or coming from an InputStream.
MsgParser msgp = new MsgParser();
Message msg = msgp.parseMsg("mail.msg");
The resulting msg object contains all necessary information (e.g., from, to, subject).
String fromEmail = msg.getFromEmail();
String fromName = msg.getFromName();
String subject = msg.getSubject();
Attachments are stored in Attachment objects.
List atts = msg.getAttachments();
for (Attachment att : atts) {
// do something with attachment
}
An attachment is either a file (which is a FileAttachment object) or another attached .msg file (i.e, an .msg file in an .msg file) (which is a MsgAttachment object).
<<lessmsgparser is a small open source Java library that parses Outlook .msg files and provides their content using Java objects.
msgparser uses the Apache POI - POIFS library to parse the message files which use the OLE 2 Compound Document format. Thus, it is merely a convenience library that covers the details of the .msg file. The implementation is based on the information provided at fileformat.info.
Examples:
This page shows how to use the msgparser library to access to content of a .msg file.
For parsing the .msg file, a MsgParser object must be created. This parser can process .msg files stored in a file or coming from an InputStream.
MsgParser msgp = new MsgParser();
Message msg = msgp.parseMsg("mail.msg");
The resulting msg object contains all necessary information (e.g., from, to, subject).
String fromEmail = msg.getFromEmail();
String fromName = msg.getFromName();
String subject = msg.getSubject();
Attachments are stored in Attachment objects.
List atts = msg.getAttachments();
for (Attachment att : atts) {
// do something with attachment
}
An attachment is either a file (which is a FileAttachment object) or another attached .msg file (i.e, an .msg file in an .msg file) (which is a MsgAttachment object).
Download (1.1MB)
Added: 2007-07-26 License: GPL v3 Price:
823 downloads
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.
<<lessThe 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.
Download (0.11MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1047 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 garden tractor attachments 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