Commit 060f6d4
committed
Add Codable to RFC_5322.Message and CustomStringConvertible to LocalPart
Protocol conformance improvements:
- RFC_5322.Message: Add Codable for full message serialization
- RFC_5322.EmailAddress.LocalPart: Add CustomStringConvertible for debugging
Enables JSON/plist serialization of complete RFC 5322 messages and
improves debugging output for local parts.1 parent e0d7a23 commit 060f6d4
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
0 commit comments