[PR #52] [MERGED] v3.3.0 #99

Closed
opened 2026-02-27 20:31:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/pull/52
Author: @GruberMarkus
Created: 9/5/2022
Status: Merged
Merged: 9/5/2022
Merged by: @GruberMarkus

Base: mainHead: develop


📝 Commits (10+)

  • 9f66bd8 fix: File delete occasionally fails on OneDrive with "Access to the cloud file is denied"
  • 4cef575 feat: New parameter SignaturesForAutomappedAndAdditionalMailboxes
  • f43004d feat: New parameter SignaturesForAutomappedAndAdditionalMailboxes
  • 0bc32ef feat: New parameter SignaturesForAutomappedAndAdditionalMailboxes
  • 547a0ab v3.3.0-alpha1
  • c0d5310 v3.3.0-alpha1
  • ff52fa9 docs: update primary mailbox restriction with hints to SignaturesForAutomappedAndAdditionalMailboxes
  • 233f872 refactor: automapped and additional mailboxes
  • 16d21d9 refactor: automapped and additional mailboxes
  • 2c9fd48 refactor: automapped and additional mailboxes

📊 Changes

3 files changed (+230 additions, -89 deletions)

View changed files

📝 docs/CHANGELOG.md (+7 -0)
📝 docs/README.md (+14 -4)
📝 src/Set-OutlookSignatures.ps1 (+209 -85)

📄 Description

v3.3.0 - 2022-09-05

Attention cloud mailbox users: Microsoft will make roaming signatures available in late 2022. See 'What about the roaming signatures feature announced by Microsoft?' in README for details and recommended preparation steps.

Changed

  • Use different method to delete files to avoid occassional OneDrive error "access to the cloud file is denied"

Added

  • The script now detects not only primary mailboxes configured in Outlook, but also automapped and additional mailboxes. This behavior can be disabled with the new parameter 'SignaturesForAutomappedAndAdditionalMailboxes'. See 'README' for details.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/pull/52 **Author:** [@GruberMarkus](https://github.com/GruberMarkus) **Created:** 9/5/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@GruberMarkus](https://github.com/GruberMarkus) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`9f66bd8`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/9f66bd856e99ae0dfa2f4821dc8b70a238c32f81) fix: File delete occasionally fails on OneDrive with "Access to the cloud file is denied" - [`4cef575`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/4cef575d74a6b6c402a4432108262a8b7d1bba71) feat: New parameter SignaturesForAutomappedAndAdditionalMailboxes - [`f43004d`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/f43004dec6fc76de90faaa1df3f3e208c86e76d6) feat: New parameter SignaturesForAutomappedAndAdditionalMailboxes - [`0bc32ef`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/0bc32eff163ecd0a924e2ccbd37eb64eeaa01800) feat: New parameter SignaturesForAutomappedAndAdditionalMailboxes - [`547a0ab`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/547a0ab052de071d2773ebdc8219567b0c6d770e) v3.3.0-alpha1 - [`c0d5310`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/c0d531054728b17f8ce92c8513f7e90c3c8ea319) v3.3.0-alpha1 - [`ff52fa9`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/ff52fa90762f8634435534d6dd93d218d26e83b4) docs: update primary mailbox restriction with hints to SignaturesForAutomappedAndAdditionalMailboxes - [`233f872`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/233f872f141af72566b49f63a99b2a72a3a29f90) refactor: automapped and additional mailboxes - [`16d21d9`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/16d21d9db4e45c225875895e874bb2dd648189b0) refactor: automapped and additional mailboxes - [`2c9fd48`](https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/commit/2c9fd48148f6ebf8533c823474356f430761b6b0) refactor: automapped and additional mailboxes ### 📊 Changes **3 files changed** (+230 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `docs/CHANGELOG.md` (+7 -0) 📝 `docs/README.md` (+14 -4) 📝 `src/Set-OutlookSignatures.ps1` (+209 -85) </details> ### 📄 Description ## <a href="https://github.com/GruberMarkus/Set-OutlookSignatures/releases/tag/v3.3.0-alpha3" target="_blank">v3.3.0</a> - 2022-09-05 _Attention cloud mailbox users: Microsoft will make roaming signatures available in late 2022. See 'What about the roaming signatures feature announced by Microsoft?' in README for details and recommended preparation steps._ ### Changed - Use different method to delete files to avoid occassional OneDrive error "access to the cloud file is denied" ### Added - The script now detects not only primary mailboxes configured in Outlook, but also automapped and additional mailboxes. This behavior can be disabled with the new parameter '`SignaturesForAutomappedAndAdditionalMailboxes`'. See '`README`' for details. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:31:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/Set-OutlookSignatures-Set-OutlookSignatures#99
No description provided.