Results 222 comments of André

I think a lot of people are very, very thankful. 👍 Imapsync rocks!

Hey, can you look into this at some time? :) Would help a lot.

Thanks for you reply! I don't want to sound demanding or something. It's totally fine if it's not worth the struggle, I would understand it. :)

But you should be authenticated when sending a mail from the server anyway. Doesn’t work for unauthenticated, yes, you can implement it according to Postfix docs.

"Because it is widely used" does not mean it is a drop-in replacement. The nf implementation isn’t any package at all but a simple as heck implementation of a ban...

It is indeed still a very cool solution for spam fighting. :)

Funny enough `hx-on::after-settle="window.Alpine.start()"` fixes it. So Alpine may be confused?

@shimikano Oh, missed that. A second DOM update fixes the issue.f too. hx-on::after-swap="event.detail.elt.innerHTML=event.detail.elt.innerHTML" Well, don’t know if that’s a fix, but a funny workaround.

You probably want the multiswap extension (https://htmx.org/extensions/multi-swap/) or, my favorite, [idiomorph](https://github.com/bigskysoftware/idiomorph).

A "workaround" could be to include the specific elements in the submit. A hx-include of the parent element could work. Like "closest tr". https://htmx.org/attributes/hx-include/