titanism
titanism
@shaunwarman has a one-liner bash script you can run to install FE on your own servers I think he's wrapping it up this week
@Chamssiddine we just merged a PR #340, see the documentation for self hosting at this link: (there's a one-liner bash command you can run now)
@knadh Any update here? We put a lot of effort in here to make it compatible with ListMonk!
Lots of high demand here https://github.com/orgs/forwardemail/discussions/255 + from existing users
@knadh would love to get this merged so our users can easily use ListMonk!
@knadh amazing work, can you ping us here once v4.1.0 is available? we will advertise it on our site!
any chance the demo at listmonk.app could be updated to latest? or is this part of a CI somehow? @MaximilianKohler - it seems outdated cc @knadh 🙏
Also there may need to be this safeguard (or similar) added to `MOVE` because it uses `session.selected.uidList`: ```js // safeguard if ( session?.selected?.mailbox && session.selected.mailbox.toString() !== mailbox._id.toString() ) { throw...
Also perhaps MOVE needs to instead get an updated `uidList` in-memory to filter against based off target mailbox (not destination) and then use that new list and not rely on...
@andris9 what if there are two of the same UID in two different mailboxes?