Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.193 Times

Reading Mbox Style freeware
Filter: All | Freeware | Demo
 

Reading Mbox Style

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 817

Reading and writing mbox style mailbox files This script demonstrates reading and writing an mbox style mailbox. This script is an mbox filter. It scans through an entire mbox and writes the messages to a new file. Each message is passed through a filter function which may modify the document or ignore it. hich may /> Platforms: *nix, Python, BSD


Added: March 11, 2010 | Visits: 936

mboxpurge mboxpurge is a Perl script for purging old messages out of mbox-style mailboxes. mboxpurge can also archive (move old messages) and extract (copy old messages) into a new mailbox. Age can be specified in ISO format (YYYY-MM-DD) or in hours, days, months, or years.. terminal.se - code Platforms: *nix

License: Freeware Size: 3.07 KB Download (111): mboxpurge Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 322

Spool Slice This project is a utility to allow the splitting up of extremely large 'mbox'-style mail spool files into managable chunks - particularly chunking the spool by day, but in the future with a wider range of customizable filters. Platforms: Windows, Mac, Linux

License: Freeware Size: 8.43 KB Download (47): Spool Slice Download

Added: September 24, 2010 | Visits: 706

Config::IniFiles Config::IniFiles is a module for reading .ini-style configuration files. SYNOPSIS use Config::IniFiles; my $cfg = new Config::IniFiles( -file => "/path/configfile.ini" ); print "The value is " . $cfg->val( Section, Parameter ) . "." if $cfg->val( Section, Parameter ); Config::IniFiles... Platforms: *nix

License: Freeware Size: 36.86 KB Download (103): Config::IniFiles Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 356

QMConversion Conversion of CE QuickMail to mbox mail boxes. This project allows a person/organization to easily convert Quickmail (email) folders/messages into a mbox style format and converts address books. Quickmail was widely used in education (K-12) due to its Platforms: Mac

License: Freeware Size: 26.59 KB Download (53): QMConversion Download

Added: May 17, 2010 | Visits: 939

Gotmail Gotmail is a utility to non-interactively download email from a Hotmail account. Gotmail project can download messages from all folders, messages from certain folders, or new messages only. There are options to delete downloaded messages or mark them as read. Gotmail can forward messages to... Platforms: *nix

License: Freeware Size: 37.89 KB Download (99): Gotmail Download

Added: May 10, 2013 | Visits: 333

mboxgrep mboxgrep is a small utility that scans a mailbox for messages matching a regular expression. Found messages can be either displayed on standard output, counted, deleted, piped to a shell command or written to another mailbox. Features: support for mbox (either plain or compressed), MH, nnmh,... Platforms: Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (56): mboxgrep Download

Added: March 31, 2013 | Visits: 424

mboxgrep for Email System Utilities mboxgrep is a small utility that scans a mailbox for messages matching a regular expression. Found messages can be either displayed on standard output, counted, deleted, piped to a shell command or written to another mailbox. Features:- support for mbox (either plain or compressed), MH, nnmh,... Platforms: C and C plus plus

License: Freeware Size: 71.68 KB Download (45): mboxgrep for Email System Utilities Download

Added: August 17, 2013 | Visits: 436

Maildrop for Linux maildrop is the mail filter/mail delivery agent that's used by the Courier Mail Server. You do not need to download maildrop from here if you already have the Courier mail server installed. This is a standalone build of the maildrop mail filter that can be used with other mail servers. maildrop... Platforms: *nix

License: Freeware Size: 1.99 MB Download (40): Maildrop for Linux Download

Added: June 27, 2013 | Visits: 199

newsfish newsfish is a batch (meaning non-interactive!) USENET news reader. Given a list of newsgroups and a set of filters for each newsgroup, newsfish scans unread articles, applies the appropriate filters to them, and saves all matching articles into mbox-style files. The articles can then be read in... Platforms: *nix

License: Freeware Size: 92.16 KB Download (36): newsfish Download

Released: February 02, 2006  |  Added: February 17, 2006 | Visits: 4.422

Flash speed reading Free flash speed reading training. Speed reading is not only flash words. Speed reading is some thing more. The main idea of speed reading is to start reading faster. Platforms: Windows, Mac

License: Freeware Size: 9 KB Download (652): Flash speed reading Download

Added: January 18, 2010 | Visits: 2.091

MT::Import::Mbox::Importer MT::Import::Mbox::Importer is a wrapper class for importing a collection of mbox folders using MT::Import::Mbox. SYNOPSIS use MT::Import::Config::Importer; my $mt = MT::Import::Mbox::Importer->new("/path/to/config"); $mt->collect(); # You can also do this : my $cfg =... Platforms: *nix

License: Freeware Size: 7.17 KB Download (248): MT::Import::Mbox::Importer Download

Added: January 18, 2010 | Visits: 740

mBox mBox is program intended to help you with organizing your music files.. Platforms: *nix

License: Freeware Size: 122.88 KB Download (116): mBox Download

Added: August 15, 2010 | Visits: 1.310

Template::Plugin::XML::Style Template::Plugin::XML::Style is a Perl module for simple XML stylesheet transformations. SYNOPSIS [% USE xmlstyle table = { attributes = { border = 0 cellpadding = 4 cellspacing = 1 } } %] [% FILTER xmlstyle %] < table > < tr > < td >Foo< /td > < td >Bar< /td > < td >Baz< /td >... Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): Template::Plugin::XML::Style Download

Added: January 26, 2010 | Visits: 1.205

PostScript::Graph::Style SYNOPSIS Simplest Each time a new object is created the default style will be slightly different. use PostScript::File; use PostScript::Graph::Style; my $file = new PostScript::File(); my $seq = new PostScript::Graph::Sequence(); while (...) { my $style = new... Platforms: *nix

License: Freeware Size: 55.3 KB Download (123): PostScript::Graph::Style Download

Added: February 12, 2010 | Visits: 1.125

XML::Parser::Style::Stream XML::Parser::Style::Stream is a Stream style for XML::Parser. SYNOPSIS use XML::Parser; my $p = XML::Parser->new(Style => Stream, Pkg => MySubs); $p->parsefile(foo.xml); { package MySubs; sub StartTag { my ($e, $name) = @_; # do something with start tags } sub EndTag { my ($e,... Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): XML::Parser::Style::Stream Download

Added: September 27, 2010 | Visits: 1.920

Mail::Mbox::MessageParser Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. Mail::Mbox::MessageParser uses the best of three strategies for parsing a mailbox: either using GNU grep, cached folder information or highly-optimized Perl.. Platforms: *nix

License: Freeware Size: 245.76 KB Download (185): Mail::Mbox::MessageParser Download

Added: March 05, 2010 | Visits: 1.644

Score Reading Trainer Score Reading Trainer helps you improve your (musical) score reading skills by practicing with random scores. It works in a very simple way, you choose the clef, the key and the accidentals you want to practice as well as thee range of notes and then, the program generates a on-screen score... Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): Score Reading Trainer Download

Added: August 27, 2010 | Visits: 1.198

Aero style Amarok Karamba Aero style Amarok Karamba is a very nice SuperKaramba theme. It works now! with great thanks to Aaron G, who edited the great work of Beany, to make this theme!. Aero style Amarok Karamba KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz... Platforms: *nix

License: Freeware Size: 30.72 KB Download (125): Aero style Amarok Karamba Download

Added: January 05, 2010 | Visits: 936

Message::Style Message::Style is a Perl module to perform stylistic analysis of messages. SYNOPSIS use Message::Style; my $score=Message::Style::score(@article); # or my $score=Message::Style::score(@article); This Perl library does an analysis of a RFC2822 format message (typically email messages or... Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Message::Style Download

1 2 3 4 5 >