I use this module https://github.com/Narcolapser/python-o365 and i want to add this to the message.py, below getBody
def getDate(self):
'''get email date.'''
return self.json['DateTimeReceived']
So far i got the egg out of the install folder and have unzipped it and edited the file, now i have no idea how to update it and put it back?
Am i going about this the wrong way?