Skip to content

Outlook addon assisting in working with a large number of mail folders, suggesting folder for filing incoming mails, and reorganizing attachments directly from the compose window

License

Notifications You must be signed in to change notification settings

jklnz/MailboxAngel

 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Mailbox Angel

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.

Table of Contents

  1. About The Project
  2. Getting Started
  3. Functionalities
  4. About The Project

    Product Name Screen Shot

    • 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

    Getting Started

    To get a local copy up and running follow these simple steps.

    Prerequisites

    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

    Installation

    1. Open MailboxAngel.sln with MS Visual Studio and build the entire solution.

    2. Mailbox Angel will be added to the list of available Outlook addins. Select the addin to activate it.

    Functionality

    Search Folder by Name

    • 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.

    Folder History

    Logo
    • 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

    Scroll Between Folders in Different PSTs

    • 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.

    Mail Filing Suggestions

    Logo
    • 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.

    Attachments Manager

    Logo
    • 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.

    License

    Distributed under the MIT License subject to "Commons Clause” License Condition v1.0. See LICENSE for more information.

    Contact

    Shai Shulman - @shaishulman - shai.shulman@gmail.com

    Project Link: https://github.com/github_shaishulman/MailboxAngel

About

Outlook addon assisting in working with a large number of mail folders, suggesting folder for filing incoming mails, and reorganizing attachments directly from the compose window

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%