Ruby "Mail" gem docs
Asked Answered
A

2

13

I can't find the full documentation of the Mail gem https://github.com/mikel/mail

For the documentation, all links are to the main github page, but the readme is far from complete. Is there any alternative to search everything in the source code?

Adamina answered 8/6, 2012 at 13:9 Comment(4)
The README is pretty good, but where it hasn't included what I need, I've just dived into the code, which is pretty well laid out.Beutler
I dived into the code too for now, but it is very unconvenient. Anyway, thank you for the suggestion.Adamina
You can also view the rdoc documentation on ruby-doc.org and on the yard site. ruby-doc.org/gems/docs/m/mail-2.4.4 and rubydoc.info/gems/mail/framesBeutler
Thank you @Beutler ! I solved the immediate problem, but that was exactly what I was looking for. If you post it as answer, I'll accept it :)Adamina
T
4

Per @d11wtq in the comments above you can find the rdoc documentation on ruby-doc.org and rubydoc.info

Thought answered 10/1, 2013 at 12:47 Comment(0)
R
1

If you installed the gem with the documentation, you could run a local gem documentation server by running:

gem server

It will tell you where it's accessible. Connect with your web browser and look for the mail gem. There's more documentation there.

Radioluminescence answered 10/6, 2013 at 19:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.