Commit 75a753034e28dabf3de1042be8d09127dc708fb5
- Diff rendering mode:
- inline
- side by side
|   | |||
| 542 | 542 | -- represented in the 'Field' data type, and a message body, which may | |
| 543 | 543 | -- be empty. | |
| 544 | 544 | ||
| 545 | data GenericMessage a = Message [Field] a | ||
| 545 | data GenericMessage a = Message [Field] a deriving Show | ||
| 546 | 546 | type Message = GenericMessage String | |
| 547 | 547 | ||
| 548 | 548 | -- |Parse a complete message as defined by this RFC and it broken down |
hsemail.cabal
(1 / 1)
|   | |||
| 1 | 1 | Name: hsemail | |
| 2 | Version: 1.5 | ||
| 2 | Version: 1.6 | ||
| 3 | 3 | Copyright: (c) 2004-2010 Peter Simons | |
| 4 | 4 | License: BSD3 | |
| 5 | 5 | License-File: LICENSE |

