The Trunk: Network-pre.193.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Network-pre.193.mcz

commits-2
Patrick Rein uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-pre.193.mcz

==================== Summary ====================

Name: Network-pre.193
Author: pre
Time: 5 May 2017, 12:44:37.57778 pm
UUID: e87e8e26-f5d5-1a41-a1ca-0667bbf04316
Ancestors: Network-pre.192

Adds an accessor for the messageId field as it is also part of the essential fields similar to to, from and subject

=============== Diff against Network-pre.192 ===============

Item was added:
+ ----- Method: MailMessage>>messageId (in category 'access') -----
+ messageId
+
+ ^ (self fieldNamed: 'message-id' ifAbsent: [ ^'' ])  mainValue
+ !