NAME

Net::Douban::Doumail

VERSION

version 1.11

SYNOPSIS

my $c = Net::Douban->new(Roles => 'Doumail');

DESCRIPTION

Interface to douban.com API mail section

METHODS

get_mail_inbox
get_mail_unread
get_mail_outbox
get_mail

argument: doumailID

post_mail

arguments: ['title', 'content', 'receiver'],

mark_mail_as_read

argument: doumailID

mark_mails_as_read

argument: mailIDs => [ ... ]

delete_mail

argument: doumailID

delete_mails

argument: mailIDs => [ ... ]

SEE ALSO

Net::Douban Net::Douban::Gift Moose http://www.douban.com/service/apidoc/reference/doumail

AUTHOR

woosley.xu <woosley.xu@gmail.com>

COPYRIGHT

Copyright (C) 2010 - 2011 by Woosley.Xu

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.