pulb / mailnag

An extensible mail notification daemon
GNU General Public License v2.0
253 stars 32 forks source link

Get id fix #166

Closed tikank closed 6 years ago

tikank commented 6 years ago

I looked the usage of Account class attributes and noticed that server and user attributes was used in Account.get_id() method and MailCollector._get_id() method. Since not every account (and backend) have those attributes, I changed those to name attribute. I assume that every account has an unique name. Is this correct?