Commit graph

3 commits

Author SHA1 Message Date
fox.cpp
028d8b914c
Rename dispatcher to "msgpipeline"
New name more precisely describes what it is doing now. It was initally
meant to be more generic and usable for other purposes, but I don't
think we will need that flexibility.
2019-10-13 18:42:51 +03:00
fox.cpp
25e7e84e5c
dispatcher: Update OriginalRcpts when needed
People will keep forgetting to update it when implementing recipient
address modifiers, so do that for them.
2019-09-26 00:01:43 +03:00
fox.cpp
eb17a0309d
dispatcher: Split AddRcpt and Start, fix *State object leaks
Close method was not called on CheckState/ModifierState objects
sometimes, leading to possible resource leaks.
2019-09-14 21:58:55 +03:00