| [727] | 1 | ## PostOffice, a plugin for Movable Type |
|---|
| 2 | ## Author: Six Apart, http://www.sixapart.com/ |
|---|
| 3 | ## Version: 1.0 |
|---|
| 4 | ## Released under GPL2 |
|---|
| 5 | ## |
|---|
| [675] | 6 | |
|---|
| 7 | ## OVERVIEW ## |
|---|
| 8 | |
|---|
| [727] | 9 | This plugin enables users to post to their blog via email. |
|---|
| [675] | 10 | |
|---|
| 11 | ## PREREQUISITES ## |
|---|
| 12 | |
|---|
| [727] | 13 | * Mail::IMAPClient (for IMAP) |
|---|
| 14 | * Mail::POP3Client (for POP) |
|---|
| 15 | * Email::Address |
|---|
| 16 | * Email::MIME |
|---|
| 17 | * IO::Socket::SSL |
|---|
| [675] | 18 | |
|---|
| 19 | ## FEATURES ## |
|---|
| 20 | |
|---|
| [727] | 21 | Post Office is a plugin for Movable Type that allows users to post to |
|---|
| 22 | their blog via email. It works by connecting Movable Type to an |
|---|
| 23 | existing email account, like GMail or any POP or IMAP compliant mailbox, |
|---|
| 24 | and periodically scanning for messages to post. Each user can be given |
|---|
| 25 | a unique email address to which to post to uniquely identify them and |
|---|
| 26 | the blog they want to post to when sending an email. |
|---|
| [675] | 27 | |
|---|
| 28 | ## INSTALLATION ## |
|---|
| 29 | |
|---|
| [727] | 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. |
|---|
| [675] | 39 | |
|---|
| [727] | 40 | ## SUPPORT ## |
|---|
| [675] | 41 | |
|---|
| [727] | 42 | For support, please visit our forums: |
|---|
| [675] | 43 | |
|---|
| [727] | 44 | http://forums.movabletype.org/ |
|---|
| [675] | 45 | |
|---|
| 46 | ## SOURCE CODE ## |
|---|
| 47 | |
|---|
| 48 | Source |
|---|
| 49 | |
|---|
| 50 | SVN Repo: |
|---|
| [727] | 51 | http://code.sixapart.com/svn/mtplugins/trunk/PostOffice |
|---|
| [675] | 52 | |
|---|
| 53 | Trac View: |
|---|
| [727] | 54 | http://code.sixapart.com/trac/mtplugins/log/trunk/PostOffice |
|---|
| [675] | 55 | |
|---|
| 56 | Plugins: |
|---|
| [727] | 57 | http://plugins.movabletype.org/post-office/ |
|---|
| [675] | 58 | |
|---|
| 59 | |
|---|
| 60 | ## LICENSE ## |
|---|
| 61 | |
|---|
| [727] | 62 | GPL 2.0 |
|---|
| [675] | 63 | |
|---|
| 64 | ## AUTHOR ## |
|---|
| 65 | |
|---|
| [727] | 66 | Copyright 2008, Six Apart, Ltd. All rights reserved. |
|---|