Description
Hi everybody,
first of all I would like to thank you all for reporting issues, asking questions and creating new pull requests. You are amazing!
Given the recent increase in activity I feel like I should provide you with some information on whats going on here. Below you'll find the, in my opinion, currently biggest issues as well as things I would like to change in the future.
These are the issues I would like to tackle as soon as possible:
- Body detection problem, likely caused by some sort of boundary parsing issue
- Move message reliably
- Improve legacy support
- Fix cyrillic decoding issue
If you would like to help by taking a deep dive into one of the issues, please feel free to send me an email anytime if you have any questions.
If you already have a solution, you are welcome to submit a pull request :)
To further limit the amount of potential problems, I would like to:
- change the default config
options.sequence
fromST_MSGN
toST_UID
to use uids instead of message numbers. Also uids are not unique either - I personally have less problems with them. - change the versioning to
semantic versioning
as @itkfm correctly pointed out in Breaking changes should not be introduced in minor releases #120. Starting with v.3.0.0. - make the documentation searchable and add ankers to all headlines (makes it easier to link to certain sections)
If you have any additional thoughts or if I'm missing anything, please comment below.
Thanks again and best regards,
Webklex