Runxi Yu

Results 3 issues of Runxi Yu

```python # office365/outlook/mail/messages/message.py class Message(OutlookItem): # ... @property def body(self): """The body of the message. It can be in HTML or text format.""" return self.properties.setdefault("body", ItemBody()) @body.setter def body(self, value):...

enhancement

### Feature description Feature request https://github.com/weechat/weechat/issues/733 made it possible for the WeeChat relay to listen on UNIX domain sockets. Would it be possible to also support UNIX domain sockets for...

feature