Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Delete messages from SMTP queue only on user demand (#4579) #4615

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

iequidoo
Copy link
Collaborator

@iequidoo iequidoo commented Aug 9, 2023

I.e. from delete_msgs(). Otherwise messages must not be deleted from there, e.g. if a message is ephemeral, but a network outage lasts longer than the ephemeral message timer, the message still must be sent upon a successful reconnection.

@iequidoo iequidoo force-pushed the iequidoo/delete_msgs_from_smtp branch from addb522 to cffca24 Compare August 10, 2023 00:07
@iequidoo iequidoo marked this pull request as ready for review August 10, 2023 00:08
@gerryfrancis
Copy link
Contributor

@iequidoo It seems that you have not nominated/requested a reviewer, yet.

@iequidoo iequidoo requested review from link2xt and hpk42 August 10, 2023 18:52
@hpk42
Copy link
Contributor

hpk42 commented Aug 11, 2023

@iequidoo It seems that you have not nominated/requested a reviewer, yet.

that's usually not neccessary -- just a lot of people currently preparing for going to CCC camp next week (near berlin) and traveling/packing etc.

src/ephemeral.rs Show resolved Hide resolved
@iequidoo iequidoo force-pushed the iequidoo/delete_msgs_from_smtp branch 2 times, most recently from c69b161 to cc424c9 Compare August 17, 2023 17:26
@iequidoo
Copy link
Collaborator Author

iequidoo commented Aug 17, 2023

tox -e doc failed, probably we need to wait for breathe-doc/breathe#943 to be done. Or hardcode Sphinx version to 5.3.0. Or skip tox -e doc temporary for Python > 3.7

I.e. from delete_msgs(). Otherwise messages must not be deleted from there, e.g. if a message is
ephemeral, but a network outage lasts longer than the ephemeral message timer, the message still
must be sent upon a successful reconnection.
@iequidoo iequidoo force-pushed the iequidoo/delete_msgs_from_smtp branch from cc424c9 to 36dfc7e Compare August 24, 2023 15:57
@iequidoo iequidoo merged commit a66f8bd into master Aug 24, 2023
36 checks passed
@iequidoo iequidoo deleted the iequidoo/delete_msgs_from_smtp branch August 24, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants