Skip to content

Perl script for converting and storing separately image attachments from email messages.

License

Notifications You must be signed in to change notification settings

bladealslayer/yaica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

==========================================================
INSTALLATION INSTRUCTIONS:
==========================================================

 0. Install required modules and libraries:
    - ImageMagick (library)
    - Image::Magick (Perl module) (a.k.a. PerlMagick)
    - Email::MIME (Perl module) (requires also Email::Simple)
    For details on how to do this see the
    respective documentation.
    (Sources supplied in directory 'required')

 1. Copy the configuration file yaica.conf to
    /usr/local/etc/yaica.conf or /usr/local/etc/imgstore.conf.
 
 2. Copy the executable file yaica.pl to a directory that
    exists in the PATH environment variable (for easier use).
 
==========================================================
USAGE:
==========================================================

Use this application to store any attached images from
a given email message with or without applying any
convertions of file format.
Pass the message that should be processed to the standard
input of the application. For example:

 $ cat mail | yaica -f jpeg -d .

Type 'yaica -h' for details on the options.

About

Perl script for converting and storing separately image attachments from email messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages