feat: refactor pagination implementation

This commit is contained in:
Cory Dransfeldt 2023-03-26 17:35:46 -07:00
parent ee77555c32
commit da793fd1cc
No known key found for this signature in database
196 changed files with 2498 additions and 36 deletions

View file

@ -0,0 +1,20 @@
---
date: 2018-01-09
draft: false
title: Automating package tracking on iOS
tags: ['automation', 'iOS']
---
I try to do as much shopping as I can online and a lot of the shopping I end up doing is through Amazon. This means I end up with quite a few order and shipping confirmation emails in my inbox.<!-- excerpt -->
In an effort to cut down on manually managing and tracking all of these, I've begun maintaining a rule to auto-forward all emails I receive with tracking information to Junecloud's web service that backs their Deliveries[^1] app.
In Gmail/Google apps, the rule syntax looks like the following:
```
subject:("SHIPPING EMAIL SUBJECT") OR subject:("SHIPPING EMAIL SUBJECT")
```
Emails matching that rule are then sent to track@junecloud.com and, provided the sending address matches the email associated with your Junecloud account, your packages will be automatically added to the Deliveries app. Now all of my deliveries are automatically tracked where they normally would be, without adding to the clutter in my inbox or my email workload.
[^1]: Deliveries is available on [iOS](https://itunes.apple.com/us/app/deliveries-a-package-tracker/id290986013) and [macOS](https://itunes.apple.com/us/app/deliveries-a-package-tracker/id924726344)