root/trunk/PostOffice/README.txt @ 727

Revision 727, 1.7 kB (checked in by breese, 18 months ago)

updated readme

  • Property svn:eol-style set to native
Line 
1## PostOffice, a plugin for Movable Type
2## Author: Six Apart, http://www.sixapart.com/
3## Version: 1.0
4## Released under GPL2
5##
6
7## OVERVIEW ##
8
9This plugin enables users to post to their blog via email.
10
11## PREREQUISITES ##
12
13* Mail::IMAPClient (for IMAP)
14* Mail::POP3Client (for POP)
15* Email::Address
16* Email::MIME
17* IO::Socket::SSL
18
19## FEATURES ##
20
21Post Office is a plugin for Movable Type that allows users to post to
22their blog via email. It works by connecting Movable Type to an
23existing email account, like GMail or any POP or IMAP compliant mailbox,
24and periodically scanning for messages to post. Each user can be given
25a unique email address to which to post to uniquely identify them and
26the blog they want to post to when sending an email.
27
28## INSTALLATION ##
29
30  1. Copy the contents of PostOffice/plugins into /path/to/mt/plugins/
31  2. Navigate to the settings area for PostOffice and enter in the
32     connection info for your email provider.
33  3. Ensure that you have an API Password selected for yourself. Edit
34     your profile if you need to select one.
35  4. Click the Write Entry button and scroll to the bottom of the screen.
36     Look for the text "Email to <blog name>".
37  5. Save the email address linked to in your address book. Send a test
38     email.
39
40## SUPPORT ##
41
42For support, please visit our forums:
43
44   http://forums.movabletype.org/
45
46## SOURCE CODE ##
47
48Source
49
50SVN Repo:
51    http://code.sixapart.com/svn/mtplugins/trunk/PostOffice
52
53Trac View:
54    http://code.sixapart.com/trac/mtplugins/log/trunk/PostOffice
55
56Plugins:
57    http://plugins.movabletype.org/post-office/
58
59
60## LICENSE ##
61
62GPL 2.0
63
64## AUTHOR ##
65
66Copyright 2008, Six Apart, Ltd. All rights reserved.
Note: See TracBrowser for help on using the browser.