Micke Lisinge
Micke Lisinge
@EdenEast do you have any feedback for me? :)
@EdenEast sounds awesome! Feel free to close this or w/e, i'll keep my fork updated in the meantime
Pull requests are greatly appreciated!
@ianbayne i would really appreciate it! What do you think about both aliasing and issuing deprecation warning when the old naming scheme is used? Then we can cut a minor...
@ianbayne I would prefer it if we alias and deprecate all methods even though they might not be used directly. As you say, we don't know if they've been used...
Hi, sorry for not attending to this earlier! I like the idea, and would prefer the default behaviour to use the mail gem. I currently have no spare time to...
Great idea! What do you think about letting the proc take the models domain as an argument and not only return a enumurable of blocked domains but also return true...
Great idea! A PR is most welcome!
Hello. I'm trying to reproduce this but aren't able to do so. ```ruby [13] pry(main)> email = ValidEmail2::Address.new("[email protected]") => # [14] pry(main)> email.instance_variable_set(:@mx_servers, ["aspmx3.googlemail.com"]) => ["aspmx3.googlemail.com"] [15] pry(main)> email.disposable? =>...
Closing as i can't replicate the issue