cmsend 0.4.1__tar.gz → 0.4.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cmsend
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: ping messages between chatmail relays
5
5
  Project-URL: Repository, https://github.com/chatmail/cmsend
6
6
  Project-URL: Changelog, https://github.com/chatmail/cmsend/blob/master/CHANGELOG.md
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cmsend
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: ping messages between chatmail relays
5
5
  Project-URL: Repository, https://github.com/chatmail/cmsend
6
6
  Project-URL: Changelog, https://github.com/chatmail/cmsend/blob/master/CHANGELOG.md
@@ -161,6 +161,8 @@ class Profile:
161
161
  chat = self.get_tagged_chat(tag)
162
162
  snap = chat.get_full_snapshot()
163
163
  print(f"{tag}: chat_id={chat.id} name={snap.name}")
164
+ for contact in snap.contacts:
165
+ print(f" - {contact.name_and_addr}")
164
166
 
165
167
  def perform_send(self, tag, text, filename=None):
166
168
  self._account.start_io()
File without changes
File without changes
File without changes
File without changes