ソースを参照

Document that plugins don't have access to passwords

master
Simon Ser 4年前
コミット
6bccdd62ce
この署名に対応する既知のキーがデータベースに存在しません GPGキー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


読み込み中…
キャンセル
保存