Skip to content

Commit dd2ef4d

Browse files
4.0.1 docs
1 parent b1959b1 commit dd2ef4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/_posts/2021-04-02-4.0.1.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: 4.0.1
3+
summary: Email scraping bug fix
4+
date: 2021-04-02
5+
layout: changelog
6+
section: development
7+
categories: [changelog]
8+
permalink: /development/changelog/4.0.1.html
9+
---
10+
11+
The code was using `from.tree.addresses.first.display_name` and `from.tree.addresses.first.address` to extract the sender's display name and address. This was changed to `from.address_list.addresses.first.display_name` and `from.address_list.addresses.first.address`.

0 commit comments

Comments
 (0)