Skip to content

Bug fix for iCloud IMAP not returning valid data#32

Open
HuwSy wants to merge 11 commits intoxtsimpouris:mainfrom
HuwSy:main
Open

Bug fix for iCloud IMAP not returning valid data#32
HuwSy wants to merge 11 commits intoxtsimpouris:mainfrom
HuwSy:main

Conversation

@HuwSy
Copy link

@HuwSy HuwSy commented Oct 9, 2024

Bug in iCloud’s IMAP returning an int not str when requesting the email, so instead request binary and parse

Copy link
Owner

@xtsimpouris xtsimpouris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was no time to test, so added some comments to discuss before proceeding with merge. Thanks

mailFolders[i] = {
"id": i,
"title": i,
"parent": "",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All folders in such a case are 1-level only?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this would only cope with single level mbox folders as I havent any further depth to test against and iCloud doesnt support nested folders for me to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants