twisted.mail.pop3.POP3._getMessageFile(self, i) method documentationtwisted.mail.pop3.POP3
          View Source
          
        
      Retrieve the size and contents of a message.
| Parameters | i | A 1-based message index. (type: bytes) | 
| Returns | A deferred which successfully fires with the size of the message and a file containing the contents of the message. (type: Deferred which successfully fires with 2-tuple of (1) int, (2) file-like object) | |
| Function | cbMessageSize | Undocumented | 
| Function | ebMessageSomething | Undocumented |