Skip to content

Commit

Permalink
Remove links to external documentation
Browse files Browse the repository at this point in the history
These were relative links. If there is an official place for docs,
we should link there instead.
  • Loading branch information
dasch committed Apr 26, 2011
1 parent 2cfcf31 commit dc6427f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ would hope.

I have tried to simplify it some:

1. All objects that can render into an email, have an :encoded method. Encoded will
1. All objects that can render into an email, have an `#encoded` method. Encoded will
return the object as a complete string ready to send in the mail system, that is,
it will include the header field and value and CRLF at the end and wrapped as
needed.
Expand Down Expand Up @@ -258,14 +258,6 @@ mail.delivery_method :sendmail
mail.deliver
```

[Learn more about SMTP Delivery](link:classes/Mail/SMTP.html)

[Learn more about File Delivery](link:classes/Mail/FileDelivery.html)

[Learn more about Sendmail Delivery](link:classes/Mail/Sendmail.html)

[Learn more about Test Email Delivery](link:classes/Mail/TestMailer.html)

### Getting emails from a pop server:

You can configure Mail to receive email using <code>retriever_method</code>
Expand Down Expand Up @@ -305,9 +297,6 @@ emails = Mail.all
emails.length #=> LOTS!
```

{Learn more about POP3}[link:classes/Mail/POP3.html]

{Learn more about IMAP}[link:classes/Mail/IMAP.html]

### Reading an Email

Expand Down

0 comments on commit dc6427f

Please sign in to comment.