RyuzakiH / Temp-Mail-API

Unofficial API Client Library for temp-mail.org in .NET Standard
MIT License
38 stars 5 forks source link

Fixes for html parsing and Browser simulation #3

Closed AngelGzS closed 5 years ago

AngelGzS commented 5 years ago

The website has a new html structure, so cant parse with actual algorithm, i have fixed this problem

Also, updated the headers to match with a Chrome Browser, and be able to read emails.

RyuzakiH commented 5 years ago

Great! First commit was really needed, thanks. Your solution for the problem of reading source mail is a good one, but I found that the cause of the exception was just I was using an old source url that changed (only needs a '/' at the end). Good Job, Thanks.

AngelGzS commented 5 years ago

Excelent, thank you!