Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ezgmail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def replyAll(self, body, attachments=None, cc=None, bcc=None, mimeSubtype="plain

# NOTE: Since the ``sender`` argument is ignored by Gmail anyway, I'm not including in this method the
# way it is included in ``send()``.
pass
raise NotImplementedError
# TODO - I need to remove EMAIL_ADDRESS from the first argument here:
#send(self.sender + ', ' + self.recipient, self.subject, body, attachments=attachments, cc=cc, bcc=bcc, mimeSubtype=mimeSubtype, _threadId=self.threadId)

Expand Down