| 495 | } |
| 496 | |
| 497 | type statusWrapper struct { |
| 498 | sc smtp.StatusCollector |
| 499 | s *Session |
| 500 | } |
| 501 | |
| 502 | func (sw statusWrapper) SetStatus(rcpt string, err error) { |
| 503 | sw.sc.SetStatus(rcpt, sw.s.endp.wrapErr(sw.s.msgMeta.ID, !sw.s.opts.UTF8, "DATA", err)) |
nothing calls this directly
no outgoing calls
no test coverage detected