mail I just sent to myself (arguably narcissistic, but demonstrative), the mail composi-
tion window shown in Figure 14-29 appears.
This window is identical in format to the one we saw for the Write operation, except
that PyMailGUI fills in some parts automatically. In fact, the only thing I’ve added in
this window is the first line in the text editor part; the rest is filled in by PyMailGUI:
- The From line is set to your email address in your mailconfig module.
- The To line is initialized to the original message’s From address (we’re replying to
the original sender, after all). - The Subject line is set to the original message’s subject line, prepended with a “Re:”,
the standard follow-up subject line form (unless it already has one, in uppercase
or lowercase).
Figure 14-28. PyMailGUI raw mail text view window (PyEdit)
1044 | Chapter 14: The PyMailGUI Client