mikel / mail

A Really Ruby Mail Library
MIT License
3.61k stars 936 forks source link

Add allow manual trigger #1518

Closed sebbASF closed 1 year ago

sebbASF commented 1 year ago

Also now fixes build issues with Psych 5.0.0

sebbASF commented 1 year ago

Note: the jruby tests all fail with an error like the following:

Failure/Error: ::YAML.safe_load(yaml, :permitted_classes => permitted_classes)

 NoMethodError:
   undefined method `_native_parse' for #<Psych::Parser:0x25d87063>
sebbASF commented 1 year ago

Closed in favour of #1522