Displaying 5 results from an estimated 5 matches for "munpack".
Did you mean:
unpack
2008 Jul 01
1
extract MIME attachments from 700MB imap folder
Hi all,
Issue:
I've been tasked with extracting a bunch of MIME attachments (M$Word
docs) from emails which have been stored in an imap folder in
/home/<username>/mail/<imap foldername>. As the subject states, the
imap folder is about 700MB.
Googling suggested that munpack might do the trick, but as it is
intended only for one message at a time, it outputs the first attachment
found, then exits gracefully.
Further searches seemed to talk about mimedump, so I yum installed
perl-MIME-tools.noarch from rpmforge as mimedump this was needed, and
includes mimedump.
I...
2015 Jul 01
0
pdf-printer
...or pdftk
?
?
Greetz,
?
Louis
?
?
#!/usr/bin/perl
# pdfmaker-mailscript, to be used bij postfix (developed by drmaert at drmaert.com)
# returns a pdf of your sent attachement
# can be connected via /etc/aliases
# example entry in /etc/aliases:
# makepdf: |/etc/postfix/bin/makepdf.pl
# dependecies: munpack (to extract the email)
#????????????? mpack (to package returning mail)
#????????????? pdftk (to create pdf)
# also needed /home/msg/message.msg (messagetext for retrning email)
# further dependencies will be mentioned later on
?
# first store mail message in tmpdir (/tmp)
# prepare to store the m...
2004 Aug 06
0
I-D ACTION:draft-herlein-avt-rtp-speex-00.txt (fwd)
...NOTE: The mail server at ietf.org can return the document in
MIME-encoded form by using the "mpack" utility. To use this
feature, insert the command "ENCODING mime" before the "FILE"
command. To decode the response(s), you will need "munpack" or
a MIME-compliant mail reader. Different MIME-compliant mail readers
exhibit different behavior, especially when dealing with
"multipart" MIME messages (i.e. documents which have been split
up into multiple messages), so check your local documentat...
2020 Jun 11
2
executing script on mail arrival from sieve
...arrival, script fetches mails if any from this subfolder then processes
these mail, get maybe 1 or 2 or often none
but cron runs the script every 10 minutes, most times not needed as
nothing is retrieved
it's pretty crude - but works
getmail fetches mails to local folder, deletes in subfolder
munpack mailfile to unMIME
links dumps HTML to txt
looking at wiki2, 'Pigeonhole Sieve Extprograms Plugin', is this what
would allow to execute my script on new mail arrival?
I can't quite figure out how to.. if anyone has any sample, I might try to
adapt to my need.. thanks (probably I shoul...
2010 Jan 28
31
[PATCH 0 of 4] aio event fd support to blktap2
Get blktap2 running on pvops.
This mainly adds eventfd support to the userland code. Based on some
prior cleanup to tapdisk-queue and the server object. We had most of
that in XenServer for a while, so I kept it stacked.
1. Clean up IPC and AIO init in tapdisk-server.
[I think tapdisk-ipc in blktap2 is basically obsolete.
Pending a later patch to remove it?]
2. Split tapdisk-queue into