You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-6Lines changed: 31 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
-
# Net::Imap
1
+
# Net::IMAP
2
2
3
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/net/imap`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
-
TODO: Delete this and the text above, and describe your gem
3
+
Net::IMAP implements Internet Message Access Protocol (IMAP) client
4
+
functionality. The protocol is described in [IMAP].
6
5
7
6
## Installation
8
7
@@ -22,7 +21,33 @@ Or install it yourself as:
22
21
23
22
## Usage
24
23
25
-
TODO: Write usage instructions here
24
+
### List sender and subject of all recent messages in the default mailbox
0 commit comments