全部博文(1144)
发布时间:2014-11-28 20:04:02
#!/usr/bin/perl use strict; use Email::Folder; use Mail::Mailer; use MIME::Parser; use Net::SMTP; my $mbox = $ARGV[0]; my $email = $ARGV[1]; my $server = $ARGV[2]; $server = 'smtp' if(!defined($server)); die "Usage: $0 mbox dest_address [smtp server]" .........【阅读全文】
发布时间:2014-11-27 19:21:01
#!/usr/bin/perluse Data::Dumper; use Mail::Box::Manager; my $manager = Mail::Box::Manager->new;$ENV{MAIL}='/home/eml/aaab';$mailboxname=$ENV{MAIL};my $mgr = Mail::Box::Manager->new;my $folder = $mgr->open ( folder &nbs.........【阅读全文】
发布时间:2014-11-27 16:14:43
#!/usr/bin/perl -w## msgconvert:## Convert .MSG files (made by Outlook (Express)) to multipart MIME messages.#use Email::Outlook::Message;use Email::Sender::Transport::Mbox;use Getopt::Long;use Pod::Usage;use File::Basename;use vars qw($VERSION);$VERSION = "0.904";# Setup command line p.........【阅读全文】
发布时间:2014-11-27 15:46:29
http://search.cpan.org/~markov/Mail-Box-2.117/lib/Mail/Message.pod......【阅读全文】
发布时间:2014-11-27 09:40:38
#!/usr/bin/perl## mbox2imap.pl## Perl script to migrate a Kmail mbox store to IMAP. Change check_file for evolution## Copyright 2005 Marco R. Gazzetta# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by.........【阅读全文】
chinaunix网友2010-03-18 16:05
http://bbs.chinaunix.net/viewthread.php?tid=882539 你好,你在这边发的帖子,关于qmail的,麻烦你告诉下我这个是怎么解决的好吗,麻烦你发下邮件给我,万分感谢!luoqifeng658@sina.com
chinaunix网友2009-09-25 10:48
你好。我深圳的一家猎头公司,这里有一个职位,如果你本人或者你身边的同好朋友感兴趣可以发邮件和我联系:xiaobin9024@sina.com 一、linux开发工程师(1人):地点(深圳)薪酬:7K~10K 职责:负责网游游戏服务器开发 1、有Unix/Linux操作系统下的C/C++项目的2年以上开发经验; 2、熟悉网络编程,精通TCP/IP协议及编程,熟悉互联网应用协议; 3、熟悉Linux下的mysql或者至少一种其他关系型数据库的开发; 4、有网络游戏后台开发或者分布式开发经验者优先;
chinaunix网友2008-07-16 01:37
你好,我有关于ldif文件通过awk处理的问题,不知道您方不方便加我qq进一步指点,qq 350006318,不管怎样,看了您的文章,受益匪浅,谢谢