twisted.mail.pop3.POP3._sendMessageContent(self, i, fpWrapper, successResponse) method documentationtwisted.mail.pop3.POP3
          View Source
          
        
      Send the contents of a message.
| Parameters | i | A 1-based message index. (type: bytes) | 
| fpWrapper | (type: callable that takes a file-like object and returns a file-like object) | |
| successResponse |  (type: callable that takes int and returns bytes) | |
| Returns | A deferred which triggers after the message has been sent. (type: Deferred) | |
| Function | cbMessageFile | Undocumented |