| 74 | } |
| 75 | |
| 76 | type Session struct { |
| 77 | conn *smtp.Conn |
| 78 | backend *Backend |
| 79 | } |
| 80 | |
| 81 | // AuthMechanisms returns a slice of available auth mechanisms; only PLAIN is |
| 82 | // supported in this example. |
nothing calls this directly
no outgoing calls
no test coverage detected