-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add save_attachments action and provide enhancements to search_items action. #17
Add save_attachments action and provide enhancements to search_items action. #17
Commits on Jun 24, 2021
-
Add "attachment_directory" configuration parameter for server directo…
…ry to store attachments.
Tim Jones committedJun 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 85302b6 - Browse repository at this point
Copy the full SHA 85302b6View commit details
Commits on Jun 25, 2021
-
Add handler for pack attachment configuration parameters.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 6728259 - Browse repository at this point
Copy the full SHA 6728259View commit details -
Disable attachment configuration for troubleshooting.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for d605c33 - Browse repository at this point
Copy the full SHA d605c33View commit details -
Remove st2common.content import for troubleshooting.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 071121d - Browse repository at this point
Copy the full SHA 071121dView commit details -
Move st2common.content import into _attachment_configuration to avoid…
… conflict with other initialization processes.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 4bfaf37 - Browse repository at this point
Copy the full SHA 4bfaf37View commit details -
Add email_sender and email_recipient_list attributes to item_to_dict …
…output when item type is (email) "Message".
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for d8540d3 - Browse repository at this point
Copy the full SHA d8540d3View commit details -
Cast "item.item_class" to str() for comparison.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 9b251e6 - Browse repository at this point
Copy the full SHA 9b251e6View commit details -
Add debugging output to show fields on search results.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 8a9e3d1 - Browse repository at this point
Copy the full SHA 8a9e3d1View commit details -
Change debugging to show class of items returned by search.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for a9e843a - Browse repository at this point
Copy the full SHA a9e843aView commit details -
Tim Jones committed
Jun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 5a1aeb9 - Browse repository at this point
Copy the full SHA 5a1aeb9View commit details -
Update item_to_dict() method to extract email address from exchangeli…
…b "Mailbox" class.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 0614905 - Browse repository at this point
Copy the full SHA 0614905View commit details -
Remove Item class from list of exchangelib imports.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 0d6a4da - Browse repository at this point
Copy the full SHA 0d6a4daView commit details -
Tim Jones committed
Jun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for e340f17 - Browse repository at this point
Copy the full SHA e340f17View commit details -
Fix acquisition of sender email address.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 1d99738 - Browse repository at this point
Copy the full SHA 1d99738View commit details -
Change name of attribute for list of email recipients to "email_recip…
…ient_addresses".
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for a476dce - Browse repository at this point
Copy the full SHA a476dceView commit details -
Add support for searching for items by date using free-format date vi…
…a dateutil library for parsing.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for c93d182 - Browse repository at this point
Copy the full SHA c93d182View commit details -
Update _get_date_from_string to return EWSDateTime object instance.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 5792a38 - Browse repository at this point
Copy the full SHA 5792a38View commit details -
Fix missing key in logging format statement.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 7a816b1 - Browse repository at this point
Copy the full SHA 7a816b1View commit details -
Add pytz library to make search start date timezone-aware using pack …
…timezone configuration parameter for conversion to EWSDateTime.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for f7d79e9 - Browse repository at this point
Copy the full SHA f7d79e9View commit details -
Remove temporary debug logging.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for e2f05fa - Browse repository at this point
Copy the full SHA e2f05faView commit details -
Add support for searching for items by date using free-format date vi…
…a dateutil library for parsing.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 7e69d58 - Browse repository at this point
Copy the full SHA 7e69d58View commit details -
Merge branch 'save_attachments' of github.com:TimothyDJones/stackstor…
…m-msexchange into save_attachments
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 5725a6a - Browse repository at this point
Copy the full SHA 5725a6aView commit details -
Remove temporary debug logging.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 94c6455 - Browse repository at this point
Copy the full SHA 94c6455View commit details -
Add check to ensure that attachment save directory is writeable.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ca8f4d - Browse repository at this point
Copy the full SHA 8ca8f4dView commit details -
Cast attachment directory maximum size and days to keep attachments c…
…lass attributes to int().
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for bffc9b5 - Browse repository at this point
Copy the full SHA bffc9b5View commit details -
Add check to ensure that attachment save directory is writeable.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 25be039 - Browse repository at this point
Copy the full SHA 25be039View commit details -
Make class attributes associated with attachment configuration parame…
…ters congruent with config parameter names.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 03eadfe - Browse repository at this point
Copy the full SHA 03eadfeView commit details -
Re-enable attachment attribute configuration.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 703db98 - Browse repository at this point
Copy the full SHA 703db98View commit details -
Comment out custom attachment directory configuration code.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for b0c93ed - Browse repository at this point
Copy the full SHA b0c93edView commit details -
Comment out custom attachment directory configuration code.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 4211e25 - Browse repository at this point
Copy the full SHA 4211e25View commit details -
Change data structure access to retrieve attachment directory configu…
…ration parameter as dictionary key.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 2cceab6 - Browse repository at this point
Copy the full SHA 2cceab6View commit details -
Add logging output for troubleshooting.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 7bcf8a7 - Browse repository at this point
Copy the full SHA 7bcf8a7View commit details -
Tim Jones committed
Jun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for f4255b0 - Browse repository at this point
Copy the full SHA f4255b0View commit details -
Change data structure access to retrieve attachment directory configu…
…ration parameter as dictionary key.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for f49e83f - Browse repository at this point
Copy the full SHA f49e83fView commit details -
Update attachment configuration method to use "self.config" object.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for dfbaf17 - Browse repository at this point
Copy the full SHA dfbaf17View commit details -
Re-enable all functionality for _attachment_configuration.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for fc8aa74 - Browse repository at this point
Copy the full SHA fc8aa74View commit details -
Add implementation for saving email file attachments.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 8b8b25a - Browse repository at this point
Copy the full SHA 8b8b25aView commit details -
Correct data structure for ATTACHMENT_FORMAT lookup dictionary.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for fb06a97 - Browse repository at this point
Copy the full SHA fb06a97View commit details -
Add folder_name attribute to results of item search to allow use of f…
…older name in identification of message to retrieve attachment.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for ef9ca24 - Browse repository at this point
Copy the full SHA ef9ca24View commit details -
Update attachment save to include parent folder containing message an…
…d associated logic.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 49b9069 - Browse repository at this point
Copy the full SHA 49b9069View commit details -
Use "id" key to get message by ID.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for b316de7 - Browse repository at this point
Copy the full SHA b316de7View commit details -
Use "item_id" key to get message by ID.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 15fd6dc - Browse repository at this point
Copy the full SHA 15fd6dcView commit details -
Change criteria to retrieve email to save attachments to use combinat…
…ion of message ID and changekey ID.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 98515f6 - Browse repository at this point
Copy the full SHA 98515f6View commit details -
Add missing changekey_id parameter to run() method.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 1eb71f2 - Browse repository at this point
Copy the full SHA 1eb71f2View commit details -
Add logging output for troubleshooting.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for a892630 - Browse repository at this point
Copy the full SHA a892630View commit details -
Update logic to handle iterator returned by "account.fetch()" method.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for b4a0ee2 - Browse repository at this point
Copy the full SHA b4a0ee2View commit details -
Add logging output for troubleshooting.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 46f5813 - Browse repository at this point
Copy the full SHA 46f5813View commit details -
Add logging output for troubleshooting.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for a61d317 - Browse repository at this point
Copy the full SHA a61d317View commit details -
Add logging output for troubleshooting.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for cf32b33 - Browse repository at this point
Copy the full SHA cf32b33View commit details -
Add pytz to pack requirements.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for bbf9e11 - Browse repository at this point
Copy the full SHA bbf9e11View commit details -
Move _get_date_from_string() utility method to base/action.py.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 8a8697e - Browse repository at this point
Copy the full SHA 8a8697eView commit details -
Re-factor attachment save functionality to obtain results via search.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 1059b61 - Browse repository at this point
Copy the full SHA 1059b61View commit details -
Update to use _get_date_from_string() utility method in base/action.py.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for a888e94 - Browse repository at this point
Copy the full SHA a888e94View commit details -
Tim Jones committed
Jun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for ad13017 - Browse repository at this point
Copy the full SHA ad13017View commit details -
Update output data structure of results from saving attachments.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 47d0679 - Browse repository at this point
Copy the full SHA 47d0679View commit details -
Tim Jones committed
Jun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 668650a - Browse repository at this point
Copy the full SHA 668650aView commit details -
Tim Jones committed
Jun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 3c6401e - Browse repository at this point
Copy the full SHA 3c6401eView commit details -
Tim Jones committed
Jun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 83b40ce - Browse repository at this point
Copy the full SHA 83b40ceView commit details -
Add logging output for troubleshooting.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for cf3b207 - Browse repository at this point
Copy the full SHA cf3b207View commit details -
Changed to simple file writer for saving attachment.
Tim Jones committedJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for fa8adab - Browse repository at this point
Copy the full SHA fa8adabView commit details
Commits on Jun 28, 2021
-
Add attachment_folder_maximum_size and attachment_days_to_keep config…
…uration parameters.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for f1adf36 - Browse repository at this point
Copy the full SHA f1adf36View commit details -
Tim Jones committed
Jun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 69614bb - Browse repository at this point
Copy the full SHA 69614bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab7e53d - Browse repository at this point
Copy the full SHA ab7e53dView commit details -
Move common search code to utility method in base/actions.py to share…
… between search_items and save_attachments.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for c196d22 - Browse repository at this point
Copy the full SHA c196d22View commit details -
Implement attachment directory maintenance functionality.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 417f55f - Browse repository at this point
Copy the full SHA 417f55fView commit details -
Remove directory checks from attachment directory maintenance sensor,…
… because these checks are performed in maintenance process itself.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 25b75c6 - Browse repository at this point
Copy the full SHA 25b75c6View commit details -
Rename attachment directory maintenance sensor to better reflect purp…
…ose.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 2fd4e22 - Browse repository at this point
Copy the full SHA 2fd4e22View commit details -
Correct argument to join() to list.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 8b0862b - Browse repository at this point
Copy the full SHA 8b0862bView commit details -
Remove quotes from attachment_folder_maximum_size description.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 3dd7320 - Browse repository at this point
Copy the full SHA 3dd7320View commit details -
Fix attachment_directory_maximum_size parameter name.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 5cfd97d - Browse repository at this point
Copy the full SHA 5cfd97dView commit details -
Add optional attachment_directory_maximum_size and attachment_days_to…
…_keep to override pack attributes for maintenance.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 30737fb - Browse repository at this point
Copy the full SHA 30737fbView commit details -
Additional updates for changes to pack.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 5792795 - Browse repository at this point
Copy the full SHA 5792795View commit details -
Update README for save_attachments and related actions, sensors, etc.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 3b777af - Browse repository at this point
Copy the full SHA 3b777afView commit details -
Change contributor email address to personal email address.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for cde564b - Browse repository at this point
Copy the full SHA cde564bView commit details -
Fix multiple assignment error.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 9775971 - Browse repository at this point
Copy the full SHA 9775971View commit details -
Correct date calculations in _remove_old_files() method.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for bd285e0 - Browse repository at this point
Copy the full SHA bd285e0View commit details -
Add check for attachment directory and ensure it is writeable.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for a315362 - Browse repository at this point
Copy the full SHA a315362View commit details -
Cast date value converted to Unix epoch string to integer for compari…
…son.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 32d7d30 - Browse repository at this point
Copy the full SHA 32d7d30View commit details -
Use "path" attribute from scandir() result to get full pathname to fi…
…le to delete.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 26d0989 - Browse repository at this point
Copy the full SHA 26d0989View commit details -
Add missing key to format() statement.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 03b09b4 - Browse repository at this point
Copy the full SHA 03b09b4View commit details -
Fix multiple assignment error.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for f7679a2 - Browse repository at this point
Copy the full SHA f7679a2View commit details -
Add logging for troubleshooting.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for c0e36b2 - Browse repository at this point
Copy the full SHA c0e36b2View commit details -
Change to using Python sorted() function to get sorted_file_list.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 56d2ccf - Browse repository at this point
Copy the full SHA 56d2ccfView commit details -
Tim Jones committed
Jun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e5c2024 - Browse repository at this point
Copy the full SHA e5c2024View commit details -
Correct "subject" object reference.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 6f7504f - Browse repository at this point
Copy the full SHA 6f7504fView commit details -
Update to append to result list only if one or more attachments are s…
…aved. (This prevents saving items in case of non-file attachments.)
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 28f114a - Browse repository at this point
Copy the full SHA 28f114aView commit details -
Change log level for message when attachment is *not* file attachment…
… to INFO, since it is not an error.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e0c6f74 - Browse repository at this point
Copy the full SHA e0c6f74View commit details -
Remove temporary logging for debugging.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for b5e17e1 - Browse repository at this point
Copy the full SHA b5e17e1View commit details -
Fix parameter for folder_name.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e1b2aef - Browse repository at this point
Copy the full SHA e1b2aefView commit details -
Tim Jones committed
Jun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e6bc9dd - Browse repository at this point
Copy the full SHA e6bc9ddView commit details -
Tim Jones committed
Jun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 4475700 - Browse repository at this point
Copy the full SHA 4475700View commit details -
Remove _get_messages() method from module, since common _get_messages() method in base/actions.py is used.
Tim Jones committedJun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for fd6c0db - Browse repository at this point
Copy the full SHA fd6c0dbView commit details -
Tim Jones committed
Jun 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 718f4ee - Browse repository at this point
Copy the full SHA 718f4eeView commit details
Commits on Jun 29, 2021
-
Tim Jones committed
Jun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 13e7d46 - Browse repository at this point
Copy the full SHA 13e7d46View commit details -
Tim Jones committed
Jun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 92fc15b - Browse repository at this point
Copy the full SHA 92fc15bView commit details -
Tim Jones committed
Jun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 76e4936 - Browse repository at this point
Copy the full SHA 76e4936View commit details -
Tim Jones committed
Jun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 84e4cc4 - Browse repository at this point
Copy the full SHA 84e4cc4View commit details -
Tim Jones committed
Jun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 428cc82 - Browse repository at this point
Copy the full SHA 428cc82View commit details -
Update to call _search_items() method in base/actions.py instead of l…
…ocal _get_messages().
Tim Jones committedJun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for bdc5cf8 - Browse repository at this point
Copy the full SHA bdc5cf8View commit details -
Update to call _search_items() method in base/actions.py instead of l…
…ocal _get_messages().
Tim Jones committedJun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for cf701c0 - Browse repository at this point
Copy the full SHA cf701c0View commit details -
Fix comprehension for messages_as_dict to include outer list.
Tim Jones committedJun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 4971692 - Browse repository at this point
Copy the full SHA 4971692View commit details -
Tim Jones committed
Jun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for ca4c508 - Browse repository at this point
Copy the full SHA ca4c508View commit details -
Comment out code for troubleshooting.
Tim Jones committedJun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for b788a46 - Browse repository at this point
Copy the full SHA b788a46View commit details -
Refactor creation of messages_as_dict data structure for debug logging.
Tim Jones committedJun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for b0c30cc - Browse repository at this point
Copy the full SHA b0c30ccView commit details -
Fix argument to dict() to make it list() of tuples.
Tim Jones committedJun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for ada1491 - Browse repository at this point
Copy the full SHA ada1491View commit details -
Fix argument to dict() to make it list() of tuples.
Tim Jones committedJun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 51695f5 - Browse repository at this point
Copy the full SHA 51695f5View commit details -
Tim Jones committed
Jun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for d6866d9 - Browse repository at this point
Copy the full SHA d6866d9View commit details
Commits on Jul 2, 2021
-
Correct initialization of att_filename_list to *BEFORE* looping throu…
…gh list of attachments to fix problem with list only including *LAST* attachment saved.
Tim Jones committedJul 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 7a2d6ed - Browse repository at this point
Copy the full SHA 7a2d6edView commit details -
Add method for creating unique filename by using *CURRENT* date/time …
…set to UTC timestamp.
Tim Jones committedJul 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 125d7d8 - Browse repository at this point
Copy the full SHA 125d7d8View commit details -
Create utility method _construct_filename() and refactor _get_unique_…
…filename() to use it.
Tim Jones committedJul 2, 2021 Configuration menu - View commit details
-
Copy full SHA for eaf1361 - Browse repository at this point
Copy the full SHA eaf1361View commit details -
Use positional arguments to _construct_filename() calls.
Tim Jones committedJul 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 7b763ae - Browse repository at this point
Copy the full SHA 7b763aeView commit details -
Create utility method _construct_filename() and refactor _get_unique_…
…filename() to use it.
Tim Jones committedJul 2, 2021 Configuration menu - View commit details
-
Copy full SHA for f412792 - Browse repository at this point
Copy the full SHA f412792View commit details -
Refactor _construct_filename() to use implicit default of self.attach…
…ment_directory for save_dir.
Tim Jones committedJul 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 9f3f93b - Browse repository at this point
Copy the full SHA 9f3f93bView commit details
Commits on Jul 5, 2021
-
Add enumerated value replace_spaces_in_filename parameter to allow re…
…placement of spaces in attachment filenames. Default is not replace spaces.
Tim Jones committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for b9af93a - Browse repository at this point
Copy the full SHA b9af93aView commit details -
Add dictionary and corresponding lookup for replace_spaces_in_filenam…
…e parameter.
Tim Jones committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 4e044af - Browse repository at this point
Copy the full SHA 4e044afView commit details -
Change default for replace_spaces_in_filename parameter on save_attac…
…hments to NONE.
Tim Jones committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 7fd0752 - Browse repository at this point
Copy the full SHA 7fd0752View commit details -
Add debug logging for troubleshooting.
Tim Jones committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for a48b121 - Browse repository at this point
Copy the full SHA a48b121View commit details -
Add debug logging for troubleshooting.
Tim Jones committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 9963c8b - Browse repository at this point
Copy the full SHA 9963c8bView commit details -
Add debug logging for troubleshooting.
Tim Jones committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for fa983d5 - Browse repository at this point
Copy the full SHA fa983d5View commit details -
Fix target of dictionary get() function.
Tim Jones committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for c1a70a2 - Browse repository at this point
Copy the full SHA c1a70a2View commit details -
Remove temporary log debug output.
Tim Jones committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for b2dbaa9 - Browse repository at this point
Copy the full SHA b2dbaa9View commit details
Commits on Jul 6, 2021
-
Fix class hierarchy for datetime "now()" method.
Tim Jones committedJul 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 8832f66 - Browse repository at this point
Copy the full SHA 8832f66View commit details
Commits on Jul 14, 2021
-
Add "change_key" attribute to trigger payload to allow finding items …
…directly by combination of item ID and change key.
Tim Jones committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 2c9d9e1 - Browse repository at this point
Copy the full SHA 2c9d9e1View commit details -
Add _get_item_by_id() utility method to get MS Exchange item (email m…
…essage, calendar item, etc.) by combination of item ID and change key directly.
Tim Jones committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 3d1d46f - Browse repository at this point
Copy the full SHA 3d1d46fView commit details -
Update "save attachments" action to accept alternate input of combina…
…tion of MS Exchange message ID (email only) and change key to uniquely identify message for which to save attachments.
Tim Jones committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for fa7e1dd - Browse repository at this point
Copy the full SHA fa7e1ddView commit details -
Update maximum revision of exchangelib to 1.12.5.
Tim Jones committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 53a73af - Browse repository at this point
Copy the full SHA 53a73afView commit details -
Update maximum revision of exchangelib to 2.2.0.
Tim Jones committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for e8f201e - Browse repository at this point
Copy the full SHA e8f201eView commit details -
Update maximum revision of exchangelib to 1.12.5.
Tim Jones committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 0e194b7 - Browse repository at this point
Copy the full SHA 0e194b7View commit details -
Revert to maximum version of 1.10.0 for exchangelib.
Tim Jones committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for f477156 - Browse repository at this point
Copy the full SHA f477156View commit details -
Update call to exchangelib fetch() method to use a *list* of tuple fo…
…r parameter in _get_item_by_id() method.
Tim Jones committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 44a7688 - Browse repository at this point
Copy the full SHA 44a7688View commit details -
Change to use dictionary get() method for "folder_name" attribute, be…
…cause results may not have this attribute in case message obtained by combination of message ID and change key.
Tim Jones committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 0ac2f6d - Browse repository at this point
Copy the full SHA 0ac2f6dView commit details
Commits on Sep 2, 2021
-
Add "change_key" attribute to ItemSensor payload schema YAML definition.
Tim Jones committedSep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for d569e04 - Browse repository at this point
Copy the full SHA d569e04View commit details
Commits on Sep 8, 2021
-
Change to require use on only version 2020.1 of pytz library.
Tim Jones committedSep 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 90a4270 - Browse repository at this point
Copy the full SHA 90a4270View commit details -
Add dependency on version 2.1 of tzlocal library, because of API vers…
…ion change on 3.0 and later that returns "zoneinfo" objects instead of "pytz" object, which breaks exchangelib version.
Tim Jones committedSep 8, 2021 Configuration menu - View commit details
-
Copy full SHA for a498ee4 - Browse repository at this point
Copy the full SHA a498ee4View commit details
Commits on Oct 5, 2021
-
Add ".vscode" settings directory to list of directories to ignore.
Tim Jones committedOct 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 89694ff - Browse repository at this point
Copy the full SHA 89694ffView commit details -
Remove VS Code settings from repository.
Tim Jones committedOct 5, 2021 Configuration menu - View commit details
-
Copy full SHA for df00745 - Browse repository at this point
Copy the full SHA df00745View commit details