Split receive pub. messages & decrypt #744
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-11#744
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
is there anyway to use a BM-Client just to receive the public messages, copy them to a offline decive there it can be decrypted?
Do save the BM-Client a big "BlockChain" with all messages or delete it a message directly after no successfully decrypt? If this need some work in the sourcecode, give me a hint there I have to start.
The node does not know if the message is for itself or not without decrypting it. The inbox/sent folders are saved separately from the P2P network data and don't know about each other. For the time being it does not look like a realistic request.