NordÆ is a throw-away-email service which demonstrates capabilities of AgoRapide (ARCore).
An online example of this application is found at http://nordae.com / http://nordae.no
Use NordÆ when some site insists on sending registration code or similar to your e-mail address, but you do not want to give away your private address. You can use any address, like 'john.smith@nordae.com'. You can also use the nordae.no-domain, like 'john.smith@nordae.no'
WARNING! There is absolutely no security involved here, your messages are exposed for all to see.
Date | To | From | Subject | X |
---|---|---|---|---|
0001-01-01 | X |
In order to look for messages to your chosen address, use a query like this:
WHERE To = 'john.smith@nordae.com'
Note how queries, although predefined here, do not have to be. You can execute any query directly on-the-fly in your browser as long as you can construct the correct URL for it.
For more sample queries, see also http://ARNorthwind.AgoRapide.com and http://ARAdventureWorksOLAP.AgoRapide.com
Explanation | URL |
---|---|
Database statistics | SELECT CountP AS NumberOfEntities, CountPRec AS NumberOfPropertiesOfEntities, ToPropertyStream.Length() AS SizeInDatabase ORDER BY NumberOfEntities DESC |
Last 50 messages | Email SELECT Date, To, From, Subject ORDER BY Date DESC LIMIT 50 |
All messages | Email SELECT Date, To, From, Subject ORDER BY Date DESC |
Entity | Count |
---|---|
1 | |
http: | 0 |
Synchronize_IOException | 0 |
Synchronize_NullReferenceException | 0 |
Synchronize_Success | 0 |
AgoRapide (ARCore) documentation
Author: Bjørn Erling Fløtten, Trondheim, Norway. bef_nordae@bef.no
Generated 2024-11-14 17:45:33.332 UTC