﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36524	EmailMessage method documentation cannot be cross referenced	Mike Edmunds	Mike Edmunds	"The documentation for EmailMessage does not use standard Sphinx `method::` directives for methods like `message()` and `attach()`. This makes it difficult to create references to those methods elsewhere in the documentation (e.g., in release notes). (Compare with docs for the EmailMultiAlternatives subclass, which ''do'' use method directives.)

We should update docs/topics/email.txt to use method directives for all EmailMessage methods.

(I probably ''wouldn't'' change the EmailMessage options like `to` and `body` to use `attribute::` directives. I think that would create confusion about constructor params vs attributes, which are handled reasonably well by the existing approach. And I don't think it's common to link to individual options.)"	Cleanup/optimization	closed	Core (Mail)	5.2	Normal	fixed	email		Ready for checkin	1	0	0	0	0	0
