Skip to main content

Home/ Perl/ Group items tagged emails

Rss Feed Group items tagged

Alberto Adrián Schiano

Email Archiving, Outlook and Thunderbird - 0 views

  • Email Archiving, Outlook and Thunderbird
  •  
    Useful script to deal with Outlook emails
Alberto Adrián Schiano

Using the CRM114 Spam filter with BincIMAP and Thunderbird - 0 views

  • I use this set-up very successfully with the Thunderbird email client, on Windows and Linux
  •  
    a CRM email filter-classification system-
Alberto Adrián Schiano

DomainKey Library and Implementor's Tools - 0 views

  •  
    New email security standard to be implemented
    Nuevo estandar de seguridad en emails para implementarse

Alberto Adrián Schiano

Perl Email Project - 0 views

  •  
    Everything about using perl to send emails
    Todo sobre usar perl para enviar em@ails

Alberto Adrián Schiano

CheckGmail - 0 views

  • CheckGmail is an alternative Gmail Notifier for Linux and other *nix systems. It is fast, secure and uses minimal bandwidth via the use of Atom feeds. CheckGmail is a system tray application that checks a Gmail account for new mail. When new mail is present the tray icon changes, an optional animated popup is displayed and a tooltip displays the number and details of new messages. Configuration is GUI-based and the application is designed to be simple, elegant and unobtrusive.
  •  
    A biff sort of gmail checker that uses RSS-atom to check for new emails- This is lighter than a biff client and simpler. Nice graphs.
Felipp Crawly

Amazing Customer Service - 1 views

I would like to thank Onward Process Solutions for greatly helping me with my need for assistance in a Customer service outsourcing project. They provided me with 24/7 phone/ email answering serv...

started by Felipp Crawly on 31 Oct 12 no follow-up yet
Alberto Adrián Schiano

mail server[qpsmtpd Wiki] - 0 views

  • The qpsmtpd daemon, on the other hand, is written in pure Perl and can be customized easily. It consists of a core that implements a complete SMTP server, and a number of plug-ins that enhance the operations of the server. These plug-ins allow for the checking of recipients and senders, as well as virus scanning, spam checking, blocking lists (DNS and RHS), SMTP AUTH and TLS.
  •  
    A workable smtp server with plugins to use at your taste
    Un servidor smtp modificable con apliques para usar a gusto

Alberto Adrián Schiano

Survey Software - Online Survey Software - Customer Satisfaction Survey - Employee Surv... - 0 views

  •  
    Free Voting - surveys for 100 people! Make your own surveys for your community
    ¡Votaciones gratis, encuestas para 100 personas!  Arma tus propios sondeos para tu comunidad


Alberto Adrián Schiano

Using Expect.pm 2 managge unreliable programs - 0 views

  • here is a working example. This script shows 2 ways, one is saving the key to a file and reading it back in, the other, just hard codes the file contents into a variable. I tried a few things to avoid a temp file, but no luck. There is a Content type for the write, but it dosn't seem to work for scalar....it still writes a file.
  • Because PHP sucks: escape to Perl
  • How to Make Crypt::DSA use a your key to sign something
  • ...4 more annotations...
  • looking at a post by Sisyphus on comp.lang.perl. misc, it seems that you CAN use the numeric keys, like you tried in your original post. He showed a neat trick ( which I will have to explore further) where he reblessed the key data, and it works.
  • This node How to Make Crypt::DSA use a your key to sign something got me thinking about how to extend Crypt::DSA's potential, to make public and private keys, for signing verification. The script below, will verify 2 ways, once with scalars inside the script, and once from files. The generated sig, is actually binary, so note the base64 encoding of it, for attachment to emails, etc. I must thank sisyphus for the trick of reblessing a hash back into an object. This is the critical part of the script, where the public and private keys are generated. The docs for Crypt::DSA don't show how to separate them,( and you wouldn't want to be distributing your private key in the public PEM file. :-)
  • Note: This isn't really a Perl thing, but I'm using it for Perl scripts and it's too handy not to share
  • Expect.pm Test Program One The following test program runs the unreliable program twenty times. If the unreliable program takes longer than five seconds, the attempt to run it is terminated and the test program continues.
  •  
    Using Expect with perl - tips and references - simple examples as a starting
1 - 9 of 9
Showing 20 items per page