Silent-Tears
IPPF-Promi
- Mitglied seit
- 3 Aug 2007
- Beiträge
- 7,456
- Punkte für Reaktionen
- 1
- Punkte
- 0
Hier ist mal mpack 1.6 für uclibc 0.29 (und kernel 2.6.13.1).
#!/bin/sh
# E-Mails abholen
/usr/bin/fetchmail -k -p pop3 -S /var/imap/ --smtpname [email protected] -u [email protected] pop3.example.com
# Attachment abspeichern
case $1 in
body_store)
# remove msg header and store file (2nd arg: dir, 3rd arg: prefix)
/var/imap/ '1,/^$/d' > $2/$3.$MESSAGE_ID.txt
;;
attach_store)
# store attached files (2nd arg: dir)
/usr/bin/munpack -f -q -C $2 2>/dev/null
# instead, NOT to overwrite existing files:
#/usr/bin/munpack -f -q -C $2
;
done
;;
esac
exit
Ich schätze mal, Du wirst ein Paket dafür bauen müssen...
Webseite für Entwickler...:huhu: