WIP: melib/imap: add support for CHILDREN extension RFC 3348 #233

Draft
Manos Pitsidianakis wants to merge 4 commits from imap-lemonade into master

TODO:

  • rebase against current master
TODO: - [ ] rebase against current `master`
Manos Pitsidianakis added the
enhancement
IMAP
labels 2023-06-19 10:06:01 +03:00
Manos Pitsidianakis added 4 commits 2023-06-19 10:06:02 +03:00
Manos Pitsidianakis changed title from WIP: melib/imap: add support for CHILDREN extesion RFC 3348 to WIP: melib/imap: add support for CHILDREN extension RFC 3348 2023-06-20 20:30:27 +03:00
This pull request has changes conflicting with the target branch.
  • melib/src/backends.rs
  • melib/src/backends/imap.rs
  • melib/src/backends/imap/cache.rs
  • melib/src/backends/imap/mailbox.rs
  • melib/src/backends/imap/protocol_parser.rs
  • melib/src/backends/maildir.rs
  • melib/src/backends/maildir/backend.rs
  • melib/src/backends/mbox.rs
  • melib/src/backends/nntp.rs
  • melib/src/backends/notmuch.rs
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b imap-lemonade master
git pull origin imap-lemonade

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff imap-lemonade
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: meli/meli#233
There is no content yet.