diff --git a/agents.md b/AGENTS.md similarity index 58% rename from agents.md rename to AGENTS.md index cc46c597b..94d8abd64 100644 --- a/agents.md +++ b/AGENTS.md @@ -21,23 +21,23 @@ When working in this repository: This repository currently contains **3076** working code examples across **17** categories. ### Category Details -- **convert-between-formats** — 135 examples. Guide: [agents.md](./convert-between-formats/agents.md) -- **convert-thunderbird-mbox-files** — 182 examples. Guide: [agents.md](./convert-thunderbird-mbox-files/agents.md) -- **programming-email-verification** — 40 examples. Guide: [agents.md](./programming-email-verification/agents.md) -- **programming-with-gmail** — 142 examples. Guide: [agents.md](./programming-with-gmail/agents.md) -- **read-and-export-zimbra-tgz-files** — 30 examples. Guide: [agents.md](./read-and-export-zimbra-tgz-files/agents.md) -- **working-with-amp-html-emails** — 44 examples. Guide: [agents.md](./working-with-amp-html-emails/agents.md) -- **working-with-exchange-ews-client** — 557 examples. Guide: [agents.md](./working-with-exchange-ews-client/agents.md) -- **working-with-exchange-webdav-client** — 156 examples. Guide: [agents.md](./working-with-exchange-webdav-client/agents.md) -- **working-with-ibm-notes** — 64 examples. Guide: [agents.md](./working-with-ibm-notes/agents.md) -- **working-with-imap-client** — 303 examples. Guide: [agents.md](./working-with-imap-client/agents.md) -- **working-with-microsoft-graph-client** — 38 examples. Guide: [agents.md](./working-with-microsoft-graph-client/agents.md) -- **working-with-mime-messages** — 343 examples. Guide: [agents.md](./working-with-mime-messages/agents.md) -- **working-with-outlook-items** — 511 examples. Guide: [agents.md](./working-with-outlook-items/agents.md) -- **working-with-outlook-storage-files** — 189 examples. Guide: [agents.md](./working-with-outlook-storage-files/agents.md) -- **working-with-pop3-client** — 166 examples. Guide: [agents.md](./working-with-pop3-client/agents.md) -- **working-with-smtp-client** — 167 examples. Guide: [agents.md](./working-with-smtp-client/agents.md) -- **zimbra** — 9 examples. Guide: [agents.md](./zimbra/agents.md) +- **convert-between-formats** — 135 examples. Guide: [AGENTS.md](./convert-between-formats/AGENTS.md) +- **convert-thunderbird-mbox-files** — 182 examples. Guide: [AGENTS.md](./convert-thunderbird-mbox-files/AGENTS.md) +- **programming-email-verification** — 40 examples. Guide: [AGENTS.md](./programming-email-verification/AGENTS.md) +- **programming-with-gmail** — 142 examples. Guide: [AGENTS.md](./programming-with-gmail/AGENTS.md) +- **read-and-export-zimbra-tgz-files** — 30 examples. Guide: [AGENTS.md](./read-and-export-zimbra-tgz-files/AGENTS.md) +- **working-with-amp-html-emails** — 44 examples. Guide: [AGENTS.md](./working-with-amp-html-emails/AGENTS.md) +- **working-with-exchange-ews-client** — 557 examples. Guide: [AGENTS.md](./working-with-exchange-ews-client/AGENTS.md) +- **working-with-exchange-webdav-client** — 156 examples. Guide: [AGENTS.md](./working-with-exchange-webdav-client/AGENTS.md) +- **working-with-ibm-notes** — 64 examples. Guide: [AGENTS.md](./working-with-ibm-notes/AGENTS.md) +- **working-with-imap-client** — 303 examples. Guide: [AGENTS.md](./working-with-imap-client/AGENTS.md) +- **working-with-microsoft-graph-client** — 38 examples. Guide: [AGENTS.md](./working-with-microsoft-graph-client/AGENTS.md) +- **working-with-mime-messages** — 343 examples. Guide: [AGENTS.md](./working-with-mime-messages/AGENTS.md) +- **working-with-outlook-items** — 511 examples. Guide: [AGENTS.md](./working-with-outlook-items/AGENTS.md) +- **working-with-outlook-storage-files** — 189 examples. Guide: [AGENTS.md](./working-with-outlook-storage-files/AGENTS.md) +- **working-with-pop3-client** — 166 examples. Guide: [AGENTS.md](./working-with-pop3-client/AGENTS.md) +- **working-with-smtp-client** — 167 examples. Guide: [AGENTS.md](./working-with-smtp-client/AGENTS.md) +- **zimbra** — 9 examples. Guide: [AGENTS.md](./zimbra/AGENTS.md) ## Boundaries ### ✅ Always @@ -66,5 +66,5 @@ Success = exit code 0 and no `CS####` compiler errors. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/README.md b/README.md index e49ead249..8d3b0be5a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Aspose.Email for .NET Examples -AI-friendly repository containing validated C# examples for Aspose.Email for .NET API. +Build-validated C# examples for Aspose.Email for .NET, organized for developers, AI coding agents, and LLM-based development tools. ## About -Agent-generated C# examples for Aspose.Email for .NET — compiled, executed, and validated by an agentic pipeline. Includes an [agents.md](./agents.md) guide for AI coding agents. +Agent-generated C# examples for Aspose.Email for .NET, compiled, executed, and validated by an agentic pipeline. See [AGENTS.md](./AGENTS.md) for coding-agent instructions and [llms.txt](./llms.txt) for a machine-readable repository map. [products.aspose.com/email/net/](https://products.aspose.com/email/net/) @@ -89,10 +89,16 @@ catch (Exception ex) - [Aspose.Email for .NET Documentation](https://docs.aspose.com/email/net/) - [API Reference](https://reference.aspose.com/email/net/) - [Aspose Forum](https://forum.aspose.com/c/email/12) -- [AI Agent Guide](./agents.md) - For AI agents and code generation tools +- [Coding Agent Guide](./AGENTS.md) - Instructions for AI coding agents and code-generation tools +- [LLM Repository Map](./llms.txt) - Compact machine-readable navigation + +## Related Agentic .NET Example Repositories +- [Aspose.Words](https://github.com/aspose-words/agentic-net-examples) +- [Aspose.Slides](https://github.com/aspose-slides/agentic-net-examples) +- [Aspose.HTML](https://github.com/aspose-html/agentic-net-examples) ## License All examples use Aspose.Email for .NET and require a valid license for production use. See [licensing](https://purchase.aspose.com/). --- -*This repository is maintained by automated code generation. For AI-friendly guidance, see [agents.md](./agents.md).* \ No newline at end of file +*This repository is maintained by automated code generation. For coding-agent guidance, see [AGENTS.md](./AGENTS.md).* diff --git a/convert-between-formats/agents.md b/convert-between-formats/AGENTS.md similarity index 99% rename from convert-between-formats/agents.md rename to convert-between-formats/AGENTS.md index c1d89afa8..d66824ca3 100644 --- a/convert-between-formats/agents.md +++ b/convert-between-formats/AGENTS.md @@ -3,7 +3,7 @@ name: convert-between-formats description: C# examples for convert-between-formats using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - convert-between-formats @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **convert-between-formats** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **convert-between-formats**. @@ -190,5 +190,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/convert-thunderbird-mbox-files/agents.md b/convert-thunderbird-mbox-files/AGENTS.md similarity index 99% rename from convert-thunderbird-mbox-files/agents.md rename to convert-thunderbird-mbox-files/AGENTS.md index f68bcb7c5..4721711ad 100644 --- a/convert-thunderbird-mbox-files/agents.md +++ b/convert-thunderbird-mbox-files/AGENTS.md @@ -3,7 +3,7 @@ name: convert-thunderbird-mbox-files description: C# examples for convert-thunderbird-mbox-files using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - convert-thunderbird-mbox-files @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **convert-thunderbird-mbox-files** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **convert-thunderbird-mbox-files**. @@ -242,5 +242,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/index.json b/index.json index 1be566532..c0518825a 100644 --- a/index.json +++ b/index.json @@ -5,7 +5,7 @@ "package_version": "26.1.0", "total_examples": 3076, "total_categories": 17, - "last_updated": "2026-06-10", + "last_updated": "2026-06-14", "categories": [ { "name": "convert-between-formats", diff --git a/llms.txt b/llms.txt new file mode 100644 index 000000000..47cf29e29 --- /dev/null +++ b/llms.txt @@ -0,0 +1,34 @@ +# Aspose.Email for .NET Examples + +> Build-validated, standalone C# examples for Aspose.Email for .NET and .NET 8. + +- Examples: 3076 +- Categories: 17 +- Coding-agent instructions: ./AGENTS.md +- Structured index: ./index.json +- Product documentation: https://docs.aspose.com/email/net/ +- API reference: https://reference.aspose.com/email/net/ + +## Categories +- [convert-between-formats](./convert-between-formats/): 135 standalone examples; instructions in [AGENTS.md](./convert-between-formats/AGENTS.md) +- [convert-thunderbird-mbox-files](./convert-thunderbird-mbox-files/): 182 standalone examples; instructions in [AGENTS.md](./convert-thunderbird-mbox-files/AGENTS.md) +- [programming-email-verification](./programming-email-verification/): 40 standalone examples; instructions in [AGENTS.md](./programming-email-verification/AGENTS.md) +- [programming-with-gmail](./programming-with-gmail/): 142 standalone examples; instructions in [AGENTS.md](./programming-with-gmail/AGENTS.md) +- [read-and-export-zimbra-tgz-files](./read-and-export-zimbra-tgz-files/): 30 standalone examples; instructions in [AGENTS.md](./read-and-export-zimbra-tgz-files/AGENTS.md) +- [working-with-amp-html-emails](./working-with-amp-html-emails/): 44 standalone examples; instructions in [AGENTS.md](./working-with-amp-html-emails/AGENTS.md) +- [working-with-exchange-ews-client](./working-with-exchange-ews-client/): 557 standalone examples; instructions in [AGENTS.md](./working-with-exchange-ews-client/AGENTS.md) +- [working-with-exchange-webdav-client](./working-with-exchange-webdav-client/): 156 standalone examples; instructions in [AGENTS.md](./working-with-exchange-webdav-client/AGENTS.md) +- [working-with-ibm-notes](./working-with-ibm-notes/): 64 standalone examples; instructions in [AGENTS.md](./working-with-ibm-notes/AGENTS.md) +- [working-with-imap-client](./working-with-imap-client/): 303 standalone examples; instructions in [AGENTS.md](./working-with-imap-client/AGENTS.md) +- [working-with-microsoft-graph-client](./working-with-microsoft-graph-client/): 38 standalone examples; instructions in [AGENTS.md](./working-with-microsoft-graph-client/AGENTS.md) +- [working-with-mime-messages](./working-with-mime-messages/): 343 standalone examples; instructions in [AGENTS.md](./working-with-mime-messages/AGENTS.md) +- [working-with-outlook-items](./working-with-outlook-items/): 511 standalone examples; instructions in [AGENTS.md](./working-with-outlook-items/AGENTS.md) +- [working-with-outlook-storage-files](./working-with-outlook-storage-files/): 189 standalone examples; instructions in [AGENTS.md](./working-with-outlook-storage-files/AGENTS.md) +- [working-with-pop3-client](./working-with-pop3-client/): 166 standalone examples; instructions in [AGENTS.md](./working-with-pop3-client/AGENTS.md) +- [working-with-smtp-client](./working-with-smtp-client/): 167 standalone examples; instructions in [AGENTS.md](./working-with-smtp-client/AGENTS.md) +- [zimbra](./zimbra/): 9 standalone examples; instructions in [AGENTS.md](./zimbra/AGENTS.md) + +## Related Agentic .NET Repositories +- Aspose.Words: https://github.com/aspose-words/agentic-net-examples +- Aspose.Slides: https://github.com/aspose-slides/agentic-net-examples +- Aspose.HTML: https://github.com/aspose-html/agentic-net-examples diff --git a/programming-email-verification/agents.md b/programming-email-verification/AGENTS.md similarity index 98% rename from programming-email-verification/agents.md rename to programming-email-verification/AGENTS.md index 4c5b672cd..45003cbd6 100644 --- a/programming-email-verification/agents.md +++ b/programming-email-verification/AGENTS.md @@ -3,7 +3,7 @@ name: programming-email-verification description: C# examples for programming-email-verification using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - programming-email-verification @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **programming-email-verification** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **programming-email-verification**. @@ -85,5 +85,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/programming-with-gmail/agents.md b/programming-with-gmail/AGENTS.md similarity index 99% rename from programming-with-gmail/agents.md rename to programming-with-gmail/AGENTS.md index 5d7e31b26..61f0a07ed 100644 --- a/programming-with-gmail/agents.md +++ b/programming-with-gmail/AGENTS.md @@ -3,7 +3,7 @@ name: programming-with-gmail description: C# examples for programming-with-gmail using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - programming-with-gmail @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **programming-with-gmail** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **programming-with-gmail**. @@ -208,5 +208,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/read-and-export-zimbra-tgz-files/agents.md b/read-and-export-zimbra-tgz-files/AGENTS.md similarity index 98% rename from read-and-export-zimbra-tgz-files/agents.md rename to read-and-export-zimbra-tgz-files/AGENTS.md index 6e0d36e01..1ba924425 100644 --- a/read-and-export-zimbra-tgz-files/agents.md +++ b/read-and-export-zimbra-tgz-files/AGENTS.md @@ -3,7 +3,7 @@ name: read-and-export-zimbra-tgz-files description: C# examples for read-and-export-zimbra-tgz-files using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - read-and-export-zimbra-tgz-files @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **read-and-export-zimbra-tgz-files** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **read-and-export-zimbra-tgz-files**. @@ -81,5 +81,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-amp-html-emails/agents.md b/working-with-amp-html-emails/AGENTS.md similarity index 98% rename from working-with-amp-html-emails/agents.md rename to working-with-amp-html-emails/AGENTS.md index 554f54a3d..ababafdb2 100644 --- a/working-with-amp-html-emails/agents.md +++ b/working-with-amp-html-emails/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-amp-html-emails description: C# examples for working-with-amp-html-emails using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-amp-html-emails @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-amp-html-emails** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-amp-html-emails**. @@ -94,5 +94,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-exchange-ews-client/agents.md b/working-with-exchange-ews-client/AGENTS.md similarity index 99% rename from working-with-exchange-ews-client/agents.md rename to working-with-exchange-ews-client/AGENTS.md index 5393ff881..f73c9d550 100644 --- a/working-with-exchange-ews-client/agents.md +++ b/working-with-exchange-ews-client/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-exchange-ews-client description: C# examples for working-with-exchange-ews-client using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-exchange-ews-client @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-exchange-ews-client** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-exchange-ews-client**. @@ -629,5 +629,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-exchange-webdav-client/agents.md b/working-with-exchange-webdav-client/AGENTS.md similarity index 99% rename from working-with-exchange-webdav-client/agents.md rename to working-with-exchange-webdav-client/AGENTS.md index 397648814..c90dd283b 100644 --- a/working-with-exchange-webdav-client/agents.md +++ b/working-with-exchange-webdav-client/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-exchange-webdav-client description: C# examples for working-with-exchange-webdav-client using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-exchange-webdav-client @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-exchange-webdav-client** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-exchange-webdav-client**. @@ -214,5 +214,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-ibm-notes/agents.md b/working-with-ibm-notes/AGENTS.md similarity index 99% rename from working-with-ibm-notes/agents.md rename to working-with-ibm-notes/AGENTS.md index 168cdceaf..e3e021261 100644 --- a/working-with-ibm-notes/agents.md +++ b/working-with-ibm-notes/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-ibm-notes description: C# examples for working-with-ibm-notes using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-ibm-notes @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-ibm-notes** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-ibm-notes**. @@ -117,5 +117,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-imap-client/agents.md b/working-with-imap-client/AGENTS.md similarity index 99% rename from working-with-imap-client/agents.md rename to working-with-imap-client/AGENTS.md index 1497ae456..b987f49ca 100644 --- a/working-with-imap-client/agents.md +++ b/working-with-imap-client/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-imap-client description: C# examples for working-with-imap-client using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-imap-client @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-imap-client** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-imap-client**. @@ -372,5 +372,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-microsoft-graph-client/agents.md b/working-with-microsoft-graph-client/AGENTS.md similarity index 98% rename from working-with-microsoft-graph-client/agents.md rename to working-with-microsoft-graph-client/AGENTS.md index 0edafc07a..832999330 100644 --- a/working-with-microsoft-graph-client/agents.md +++ b/working-with-microsoft-graph-client/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-microsoft-graph-client description: C# examples for working-with-microsoft-graph-client using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-microsoft-graph-client @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-microsoft-graph-client** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-microsoft-graph-client**. @@ -83,5 +83,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-mime-messages/agents.md b/working-with-mime-messages/AGENTS.md similarity index 99% rename from working-with-mime-messages/agents.md rename to working-with-mime-messages/AGENTS.md index 1362e43d0..32c006220 100644 --- a/working-with-mime-messages/agents.md +++ b/working-with-mime-messages/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-mime-messages description: C# examples for working-with-mime-messages using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-mime-messages @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-mime-messages** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-mime-messages**. @@ -413,5 +413,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-outlook-items/agents.md b/working-with-outlook-items/AGENTS.md similarity index 99% rename from working-with-outlook-items/agents.md rename to working-with-outlook-items/AGENTS.md index e0dba207c..5dce9286b 100644 --- a/working-with-outlook-items/agents.md +++ b/working-with-outlook-items/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-outlook-items description: C# examples for working-with-outlook-items using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-outlook-items @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-outlook-items** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-outlook-items**. @@ -595,5 +595,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-outlook-storage-files/agents.md b/working-with-outlook-storage-files/AGENTS.md similarity index 99% rename from working-with-outlook-storage-files/agents.md rename to working-with-outlook-storage-files/AGENTS.md index 4c814ca07..b164f8439 100644 --- a/working-with-outlook-storage-files/agents.md +++ b/working-with-outlook-storage-files/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-outlook-storage-files description: C# examples for working-with-outlook-storage-files using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-outlook-storage-files @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-outlook-storage-files** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-outlook-storage-files**. @@ -252,5 +252,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-pop3-client/agents.md b/working-with-pop3-client/AGENTS.md similarity index 99% rename from working-with-pop3-client/agents.md rename to working-with-pop3-client/AGENTS.md index 0410c17b6..290c117d2 100644 --- a/working-with-pop3-client/agents.md +++ b/working-with-pop3-client/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-pop3-client description: C# examples for working-with-pop3-client using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-pop3-client @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-pop3-client** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-pop3-client**. @@ -217,5 +217,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/working-with-smtp-client/agents.md b/working-with-smtp-client/AGENTS.md similarity index 99% rename from working-with-smtp-client/agents.md rename to working-with-smtp-client/AGENTS.md index 6c55ee7a0..473cba095 100644 --- a/working-with-smtp-client/agents.md +++ b/working-with-smtp-client/AGENTS.md @@ -3,7 +3,7 @@ name: working-with-smtp-client description: C# examples for working-with-smtp-client using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - working-with-smtp-client @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **working-with-smtp-client** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **working-with-smtp-client**. @@ -240,5 +240,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | + diff --git a/zimbra/agents.md b/zimbra/AGENTS.md similarity index 96% rename from zimbra/agents.md rename to zimbra/AGENTS.md index e9ab0cf93..efdedd41e 100644 --- a/zimbra/agents.md +++ b/zimbra/AGENTS.md @@ -3,7 +3,7 @@ name: zimbra description: C# examples for zimbra using Aspose.Email for .NET language: csharp framework: net8.0 -parent: ../agents.md +parent: ../AGENTS.md --- # AGENTS - zimbra @@ -11,7 +11,7 @@ parent: ../agents.md ## Persona You are a C# developer working in the **zimbra** category. This folder contains standalone C# examples for this category. -See the root [agents.md](../agents.md) for repository-wide conventions. +See the root [AGENTS.md](../AGENTS.md) for repository-wide conventions. ## Scope - Examples for **zimbra**. @@ -52,5 +52,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions. | Date | Run ID | Branch/Commit | |------|--------|---------------| -| 2026-06-10 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | - \ No newline at end of file +| 2026-06-14 | `20260610_113049_697459_fa54355f` | [examples/batch-20260610_113049_697459_fa54355f](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260610_113049_697459_fa54355f) | +