- Improved the email address parsing on To, Cc and Bcc lines of the Compose screen. Things now work as they should. Say you have an address book with:
- Then entering the following lines will be expanded as shown:
- Complete email addresses (eg aname@ahost.com or "joe bloggs" <joe@bloggs.com>) are left as they are
| Nick name | Full name | Email address |
| andrew | Andrew Smith | asmith@somehost.com |
| anthony | Anthony Smith | anthony@anywhere.com |
| bill | Bill Smith | bill@fastmail.fm |
| smith | Bill Manheim | bm@elsewhere.com |
| Line | Result |
| smith | "Bill Manheim" <bm@elsewhere.com> |
| b smith | "Bill Smith" <bill@fastmail.fm> |
| andrew | "Andrew Smith" <asmith@somehost.com> |
| bi m | "Bill Manheim" <bm@elsewhere.com> |
| a smith | ambigous, matches two names, you’ll be asked to decide which one you mean’t |
| and s, bill | "Andrew Smith" <asmith@somehost.com>, "Bill Smith" <bill@fastmail.fm> |
| bm@elsewhere.com | "Bill Manheim" <bm@elsewhere.com> |