Changeset 561
- Timestamp:
- 04/08/06 21:52:00
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Publish/IMAP.pm
- Property svn:executable deleted
r392 r561 101 101 102 102 1; 103 104 =head1 NAME 105 106 Plagger::Plugin::Publish::IMAP - Transmits IMAP server 107 108 =head1 SYNOPSIS 109 110 - module: Publish::IMAP 111 config: 112 username: user 113 password: passwd 114 folder: plagger 115 mailfrom: plagger@localhost 116 117 =head1 DESCRIPTION 118 119 This plug-in changes an entry into e-mail, and transmits it to an IMAP server. 120 121 =head1 AUTHOR 122 123 Nobuhito Sato 124 125 =head1 SEE ALSO 126 127 L<Plagger> 128 129 =cut trunk/plagger/lib/Plagger/Plugin/Publish/Maildir.pm
- Property svn:executable deleted
r392 r561 118 118 119 119 1; 120 121 =head1 NAME 122 123 Plagger::Plugin::Publish::Maildir - Store Maildir 124 125 =head1 SYNOPSIS 126 127 - module: Publish::Maildir 128 config: 129 maildir: /home/foo/Maildir 130 folder: plagger 131 132 =head1 DESCRIPTION 133 134 This plugin changes an entry into e-mail, and saves it to Maildir. 135 136 =head1 AUTHOR 137 138 Nobuhito Sato 139 140 =head1 SEE ALSO 141 142 L<Plagger> 143 144 =cut
