Преглед изворни кода

Document that plugins don't have access to passwords

master
Simon Ser пре 4 година
родитељ
комит
6bccdd62ce
No known key found for this signature in database GPG Key ID: FDE7BE0E88F5E48
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      session.go

+ 3
- 0
session.go Прегледај датотеку

@@ -37,6 +37,9 @@ func (err AuthError) Error() string {
}

// Session is an active user session. It may also hold an IMAP connection.
//
// The session's password is not available to plugins. Plugins should use the
// session helpers to authenticate outgoing connections, for instance DoSMTP.
type Session struct {
manager *SessionManager
username, password string


Loading…
Откажи
Сачувај