File: TableOfContents.txt

package info (click to toggle)
ruby-rubymail 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 744 kB
  • sloc: ruby: 5,330; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
= RubyMail Guide Table of Contents

[guide/Intro.txt] Brief introduction to RubyMail.

[guide/MIME.txt] How to perform common operations on MIME messages.

[guide/SMTP.txt] How to send a RubyMail message out using the standard
                 Ruby net/smtp.rb package.

[guide/POP.txt] How to parse a RubyMail message directly from a POP
                server using the standard net/pop.rb package.

[guide/Mailbox.txt] How to read mailboxes of various formats.