...
Expand | ||
---|---|---|
| ||
So we can decide where to take the feed from.For instance I might not want to get my emails all the way back to the origin of timefor my email I would like to begin at say message 10000 and then progressively keep moving forward from there. So I need an easy way to begin there and then have my component keep track of what ones it has already and get the next ones etc. |
Expand | ||
---|---|---|
| ||
Remember Custom Fields the values for these are stored on disc in JSON. This means we can load and save them programmatically. This is what this library does. |
...