Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
169 commits
Select commit Hold shift + click to select a range
eabe0c2
Add TGZ item count logic for Zimbra archives without extraction
agent-aspose-email-examples Jun 10, 2026
56d5f10
Enable Zimbra subscription service and set update channels
agent-aspose-email-examples Jun 10, 2026
93ee45c
Add iCalendar to Outlook MSG conversion preserving details
agent-aspose-email-examples Jun 10, 2026
873a054
Add MSG to HTML conversion preserving content and attachments
agent-aspose-email-examples Jun 10, 2026
d7a129c
Add Zimbra mailbox export to MSG preserving folder hierarchy
agent-aspose-email-examples Jun 10, 2026
593d836
Implement MSG to EML conversion with Aspose.Email API
agent-aspose-email-examples Jun 10, 2026
05ea48c
Add Zimbra TGZ archive reader using Aspose.Email
agent-aspose-email-examples Jun 10, 2026
7fbab76
Add consolidated email/calendar view with TGZ handling
agent-aspose-email-examples Jun 10, 2026
23806d0
Add Zimbra config, stats, and service status retrieval
agent-aspose-email-examples Jun 10, 2026
281e938
Add sample create-an-appointment-with-a-custom-category-and-verify-it…
agent-aspose-email-examples Jun 10, 2026
c5e8ca8
Add sample add-a-custom-sound-file-as-an-audio-reminder-ensuring-the-…
agent-aspose-email-examples Jun 10, 2026
0d07114
Add custom X-Property to calendar item and verify in MSG
agent-aspose-email-examples Jun 10, 2026
f232f3b
Add 5‑minute pre‑start reminder and corresponding test
agent-aspose-email-examples Jun 10, 2026
2af87cf
Add sample batch-convert-a-folder-of-msg-calendar-files-to-individual…
agent-aspose-email-examples Jun 10, 2026
da8e530
Add calendar item creation with category and verification
agent-aspose-email-examples Jun 10, 2026
4dfca50
Add daily 3‑day recurrence, end after 20 occurrences, generate RRule
agent-aspose-email-examples Jun 10, 2026
747236d
Add sample create-a-weekly-recurrence-on-tuesday-wednesday-and-friday…
agent-aspose-email-examples Jun 10, 2026
8d3e0ca
Add bi‑weekly Tue/Thu recurrence and generate RRule string
agent-aspose-email-examples Jun 10, 2026
f36e16b
Add MSG import and conversion to standardized ContactList (Aspose.Email)
agent-aspose-email-examples Jun 10, 2026
2e7975e
Add sample load-a-calendar-from-an-eml-file-add-a-reminder-and-save-a…
agent-aspose-email-examples Jun 10, 2026
9ee653d
Load calendar from MSG, convert to Eastern TZ, save as ICS
agent-aspose-email-examples Jun 10, 2026
f80aba4
Add sample load-a-calendar-from-an-msg-file-update-its-subject-line-a…
agent-aspose-email-examples Jun 10, 2026
c144147
Add reminder to loaded MSG calendar and export to new MSG
agent-aspose-email-examples Jun 10, 2026
fd477d8
Add sample load-multiple-ics-files-from-a-directory-combine-their-app…
agent-aspose-email-examples Jun 10, 2026
53bfb76
Add CSV report generation for multiple .msg calendar items
agent-aspose-email-examples Jun 10, 2026
79fc2d7
Implement VCF contact read and map to custom model
agent-aspose-email-examples Jun 10, 2026
d08f38e
Add sample set-the-appointment-end-time-one-hour-after-start-and-conf…
agent-aspose-email-examples Jun 10, 2026
4fefdbd
Add sample set-the-appointment-start-and-end-times-using-datetime-obj…
agent-aspose-email-examples Jun 10, 2026
037fc29
Validate each meeting request recipient via ResponseStatus
agent-aspose-email-examples Jun 10, 2026
42d25df
Add sample delete-the-entire-journals-folder-from-a-pst-and-verify-th…
agent-aspose-email-examples Jun 10, 2026
e0f5f91
Add sample filter-pst-messages-by-sender-domain-and-move-matching-ite…
agent-aspose-email-examples Jun 10, 2026
c5bc292
Add sample include-search-folders-during-pst-traversal-by-enabling-th…
agent-aspose-email-examples Jun 10, 2026
a1096c8
Add sample programmatically-set-the-importance-flag-of-high-priority-…
agent-aspose-email-examples Jun 10, 2026
1297cdb
Remove password from protected PST for unauthenticated access
agent-aspose-email-examples Jun 10, 2026
4093766
Add MessageCount access to report POP3 mailbox size
agent-aspose-email-examples Jun 10, 2026
1a872f1
Add POP3 diagnostic log entry to appsettings.json
agent-aspose-email-examples Jun 10, 2026
a8c5d12
Add newsletter subject filter combined with date filter
agent-aspose-email-examples Jun 10, 2026
16ebf60
Add sample apply-a-case-sensitive-subject-filter-for-the-exact-match-…
agent-aspose-email-examples Jun 10, 2026
dc283e5
Add async MailQuery filter for sender address in POP3 client
agent-aspose-email-examples Jun 10, 2026
9f43fe8
Apply MailQuery to filter messages by attachment size threshold
agent-aspose-email-examples Jun 10, 2026
4462f57
Apply MailQuery to filter unread POP3 messages asynchronously
agent-aspose-email-examples Jun 10, 2026
c193cb2
Preserve original MIME headers when saving MailMessage to EML
agent-aspose-email-examples Jun 10, 2026
185944c
Add MailQuery to fetch messages from specific sender via POP3
agent-aspose-email-examples Jun 10, 2026
33bc826
Add MailQuery builder to fetch today's POP3 messages
agent-aspose-email-examples Jun 10, 2026
b31cb83
Add POP3 fetch for sequence #5 returning MailMessage
agent-aspose-email-examples Jun 10, 2026
1bbff65
Add GetMailboxSize call for total mailbox size retrieval
agent-aspose-email-examples Jun 10, 2026
c8215e6
Add sample call-undeletemessages-after-bulk-deletion-to-cancel-pendin…
agent-aspose-email-examples Jun 10, 2026
13f714c
Add cancellation token demo for async POP3 operation
agent-aspose-email-examples Jun 10, 2026
26d08a1
Add async POP3 error handling with detailed Aspose.Email logging
agent-aspose-email-examples Jun 10, 2026
0e37083
Add Pop3Exception handling with status code inspection
agent-aspose-email-examples Jun 10, 2026
1469259
Add POP3Exception handling and auto-reconnect logic
agent-aspose-email-examples Jun 10, 2026
c98e1a8
Add OR filter for sender and subject in POP3 client example
agent-aspose-email-examples Jun 10, 2026
19c0e4b
Combine credential validation and extension retrieval after POP3 connect
agent-aspose-email-examples Jun 10, 2026
c949c75
Combine MailQuery criteria with OR for broader async POP3 retrieval
agent-aspose-email-examples Jun 10, 2026
25d52bd
Add sample combine-multiple-mailquery-criteria-using-logical-and-to-n…
agent-aspose-email-examples Jun 10, 2026
50bc326
Add benchmark comparing sync and async POP3 retrieval performance
agent-aspose-email-examples Jun 10, 2026
b0326fa
Configure MailQueryBuilder to filter by sender domain and execute query
agent-aspose-email-examples Jun 10, 2026
0ba07bb
Add sample configure-pop3client-with-server-address-port-username-and…
agent-aspose-email-examples Jun 10, 2026
45edf9b
Add async POP3 proxy configuration support
agent-aspose-email-examples Jun 10, 2026
dc70f20
Add async POP3 connection with credentials & cancellation token
agent-aspose-email-examples Jun 10, 2026
af6133a
Add sample connect-to-a-pop3-server-with-explicit-credentials-and-set…
agent-aspose-email-examples Jun 10, 2026
447d3ce
Add POP3 connection and ListMessages example using Aspose.Email
agent-aspose-email-examples Jun 10, 2026
c2154ca
Add IPv6 host support for POP3 client connection
agent-aspose-email-examples Jun 10, 2026
5da1869
Add sample construct-a-complex-mailquery-with-date-range-sender-domai…
agent-aspose-email-examples Jun 10, 2026
a9040bc
Add async POP3 email to MIME string conversion example
agent-aspose-email-examples Jun 10, 2026
ecf57c1
Add POP3 helper to fetch messages by sender list
agent-aspose-email-examples Jun 10, 2026
ede8873
Add MailQueryBuilder with today date filter for POP3
agent-aspose-email-examples Jun 10, 2026
c66b555
Add unit test for MailQueryBuilder AND/OR filter combination
agent-aspose-email-examples Jun 10, 2026
3c9a6cb
Add POP3 client timeout example (ms) using Aspose.Email
agent-aspose-email-examples Jun 10, 2026
27d706e
Add POP3 delete by positive index with validation
agent-aspose-email-examples Jun 10, 2026
9013d19
Add handling for corrupted POP3 messages during async fetch
agent-aspose-email-examples Jun 10, 2026
9a96001
Add DeleteMessages method with conditional commit for POP3 client
agent-aspose-email-examples Jun 10, 2026
e26529c
Add unit test for DeleteMessage zero/negative index handling
agent-aspose-email-examples Jun 10, 2026
739eae2
Dispose POP3 client after mailbox operations to free resources
agent-aspose-email-examples Jun 10, 2026
8fedfa2
Dispose Pop3Client after async operations to release resources
agent-aspose-email-examples Jun 10, 2026
93829c6
Add sample enable-explicit-tls-stls-after-a-plain-connection-asynchro…
agent-aspose-email-examples Jun 10, 2026
bed59f2
Enable multi-connection mode on Pop3Client before fetching
agent-aspose-email-examples Jun 10, 2026
558647d
Enable POP3 activity logging (EnableLogging = true)
agent-aspose-email-examples Jun 10, 2026
8e64d4d
Add unit test for POP3 client disposal after async operations
agent-aspose-email-examples Jun 10, 2026
4bcafc7
Create POP3 diagnostic log with connection timestamps
agent-aspose-email-examples Jun 10, 2026
35c001d
Add sample ensure-undeletemessages-restores-messages-after-deletemess…
agent-aspose-email-examples Jun 10, 2026
3b98ec4
Enumerate POP3 extensions via Extensions property after connect
agent-aspose-email-examples Jun 10, 2026
df16911
Add async SSL/TLS handshake before POP3 authentication
agent-aspose-email-examples Jun 10, 2026
488a2e2
Add wrapper to fetch messages with dynamic MailQuery (POP3)
agent-aspose-email-examples Jun 10, 2026
1ffa405
Add graceful POP3 session closure via Disconnect after processing
agent-aspose-email-examples Jun 10, 2026
115ea86
Gracefully handle TaskCanceledException in async POP3 operation
agent-aspose-email-examples Jun 10, 2026
a9d595b
Add sample implement-a-function-that-retrieves-messages-where-the-rec…
agent-aspose-email-examples Jun 10, 2026
bebe62a
Add ValidateCredentials helper for POP3 client
agent-aspose-email-examples Jun 10, 2026
e827638
Add method to check for today’s urgent POP3 messages
agent-aspose-email-examples Jun 10, 2026
6544573
Add progress reporter for POP3 message retrieval
agent-aspose-email-examples Jun 10, 2026
1ffe00a
Add async POP3 archiving workflow moving messages to storage
agent-aspose-email-examples Jun 10, 2026
635d1ef
Add retry logic to reconnect on POP3 timeout exceptions
agent-aspose-email-examples Jun 10, 2026
73f64cf
Add exponential backoff retry for async POP3 connections
agent-aspose-email-examples Jun 10, 2026
059ed05
Add POP3 client initialization with SSL on port 995
agent-aspose-email-examples Jun 10, 2026
da981f9
Add POP3 client instantiation and connection example
agent-aspose-email-examples Jun 10, 2026
6e8ec18
Add sample instantiate-pop3client-with-server-credentials-and-retriev…
agent-aspose-email-examples Jun 10, 2026
01a70f8
Add sample invoke-fetchheaders-with-sequence-number-three-to-retrieve…
agent-aspose-email-examples Jun 10, 2026
65bd33c
Add sequential POP3 download with timeout handling
agent-aspose-email-examples Jun 10, 2026
3124aa0
Add iteration over filtered POP3 messages and log subject/date
agent-aspose-email-examples Jun 10, 2026
15e97ce
Add async POP3 list all messages example (no filters)
agent-aspose-email-examples Jun 10, 2026
d5a91b7
Add sample list-all-unique-message-identifiers-by-enumerating-results…
agent-aspose-email-examples Jun 10, 2026
deee8b5
Add async POP3 listing with MailQuery subject keyword filter
agent-aspose-email-examples Jun 10, 2026
2bfa4b2
Add async POP3 listing with MailQuery date range filter
agent-aspose-email-examples Jun 10, 2026
d318b0d
Enable logging before connect to capture attempts and extensions
agent-aspose-email-examples Jun 10, 2026
b908590
Add diagnostic logging for POP3 fetch sequence and timestamp
agent-aspose-email-examples Jun 10, 2026
0c55308
Add debug log for total messages after MailQuery filter
agent-aspose-email-examples Jun 10, 2026
e1fbea5
Add sample log-timestamps-of-each-asynchronous-pop3-operation-to-crea…
agent-aspose-email-examples Jun 10, 2026
ee6909b
Add timing measurement for POP3 client Connect call
agent-aspose-email-examples Jun 10, 2026
76c18bd
Add mock results for ListMessagesAsync to test filtered sets
agent-aspose-email-examples Jun 10, 2026
d329829
Add sample monitor-progress-of-asynchronous-message-retrieval-using-i…
agent-aspose-email-examples Jun 10, 2026
44c4132
Add async POP3 mailbox stats with total count and size
agent-aspose-email-examples Jun 10, 2026
4a2672b
Add sample parallelize-message-downloads-using-task-whenall-while-ens…
agent-aspose-email-examples Jun 10, 2026
9726fc7
Add sample parse-a-mime-string-asynchronously-to-extract-embedded-ima…
agent-aspose-email-examples Jun 10, 2026
62e1f1e
Extract attachments from POP3 MailMessage before saving
agent-aspose-email-examples Jun 10, 2026
de4b90e
Add async batch retrieval of first 10 POP3 messages
agent-aspose-email-examples Jun 10, 2026
e1d2a9b
Add sample perform-bulk-deletion-by-iterating-filtered-messages-and-i…
agent-aspose-email-examples Jun 10, 2026
0384e58
Add CancellationToken support to async POP3 credential validation
agent-aspose-email-examples Jun 10, 2026
52ae5eb
Add sample read-occupiedsize-property-from-pop3mailboxinfo-to-determi…
agent-aspose-email-examples Jun 10, 2026
9262b7b
Add diagnostic timing for each POP3 command execution
agent-aspose-email-examples Jun 10, 2026
677cac7
Add sample retrieve-a-concise-message-summary-using-getmessagesummary…
agent-aspose-email-examples Jun 10, 2026
0ec6c26
Add async UIDL example for POP3 message retrieval
agent-aspose-email-examples Jun 10, 2026
23ae79a
Add sample retrieve-a-single-email-message-asynchronously-by-its-sequ…
agent-aspose-email-examples Jun 10, 2026
c1f8800
Add async attachment retrieval and per‑stream processing
agent-aspose-email-examples Jun 10, 2026
23e1f84
Add POP3 ListMessages retrieval and local storage of IDs
agent-aspose-email-examples Jun 10, 2026
277c2f0
Add async POP3 email retrieval by UID using Aspose.Email
agent-aspose-email-examples Jun 10, 2026
1c5476e
Add async POP3 mailbox size and count retrieval
agent-aspose-email-examples Jun 10, 2026
dbbb26f
Add async POP3 header retrieval to reduce bandwidth usage
agent-aspose-email-examples Jun 10, 2026
6afacfa
Call GetExtensions after POP3 auth to retrieve server extensions
agent-aspose-email-examples Jun 10, 2026
4b3d8ea
Add async plain-text body retrieval for POP3 email
agent-aspose-email-examples Jun 10, 2026
bf7802f
Reuse POP3 client connection to fetch multiple messages
agent-aspose-email-examples Jun 10, 2026
9d253cd
Add sample save-a-fetched-mailmessage-to-disk-in-eml-format-without-p…
agent-aspose-email-examples Jun 10, 2026
8decec7
Save POP3 attachments asynchronously preserving original filenames
agent-aspose-email-examples Jun 10, 2026
f590a59
Add nightly POP3 cleanup task to delete messages older than 30 days
agent-aspose-email-examples Jun 10, 2026
bbb1a6f
Add async in‑memory EML serialization for POP3 email
agent-aspose-email-examples Jun 10, 2026
3e606f2
Set POP3 client timeout to 15 seconds to avoid hangs
agent-aspose-email-examples Jun 10, 2026
6bc0708
Add custom network timeout to async POP3 methods
agent-aspose-email-examples Jun 10, 2026
eb13cc2
Add sample set-pop3client-connectionsquantity-to-five-to-configure-th…
agent-aspose-email-examples Jun 10, 2026
e54dc30
Enable POP3 client logging by setting DiagnosticLog property
agent-aspose-email-examples Jun 10, 2026
34c547a
Add sample set-servicepointmanager-securityprotocol-to-tls-1-2-before…
agent-aspose-email-examples Jun 10, 2026
10887a9
Add support for custom POP3 port in Connect call
agent-aspose-email-examples Jun 10, 2026
4f27bea
Set absolute path for POP3 diagnostic log on network share
agent-aspose-email-examples Jun 10, 2026
d761037
Add async storage of POP3 email metadata to DB for indexing
agent-aspose-email-examples Jun 10, 2026
364266a
Add async POP3 fetch streaming attachment to memory buffer
agent-aspose-email-examples Jun 10, 2026
862286b
Add async status flag update after processing POP3 messages
agent-aspose-email-examples Jun 10, 2026
70fb98a
Add using statement to dispose Pop3Client after async tasks
agent-aspose-email-examples Jun 10, 2026
21a6f8d
Add using statement for automatic Pop3Client disposal
agent-aspose-email-examples Jun 10, 2026
268c4c1
Add DeleteMessages example for bulk POP3 email removal
agent-aspose-email-examples Jun 10, 2026
5f4c791
Add GetMailboxInfo usage to retrieve mailbox details
agent-aspose-email-examples Jun 10, 2026
c60aae8
Add pagination example using ListMessagesAsync with skip/take
agent-aspose-email-examples Jun 10, 2026
841813f
Add async POP3 credential validation using ValidateCredentialsAsync
agent-aspose-email-examples Jun 10, 2026
78b9afd
Add synchronous POP3 credential validation using ValidateCredentials
agent-aspose-email-examples Jun 10, 2026
a813acd
Add async header validation after POP3 message retrieval
agent-aspose-email-examples Jun 10, 2026
0633d32
Add test to verify DeleteMessages empties POP3 mailbox
agent-aspose-email-examples Jun 10, 2026
d2ffaef
Add subject validation before saving POP3 messages to disk
agent-aspose-email-examples Jun 10, 2026
485a5b5
Validate message index before DeleteMessage to avoid ArgumentException
agent-aspose-email-examples Jun 10, 2026
497c8e6
Add async server capability check before POP3 session start
agent-aspose-email-examples Jun 10, 2026
85dd800
Ensure unique UIDs across async POP3 fetches (Aspose.Email)
agent-aspose-email-examples Jun 10, 2026
abbedd0
Add test for graceful failure of UndeleteMessages on closed POP3
agent-aspose-email-examples Jun 10, 2026
d6d7fae
Add unit test for GetMessageAsync using mock POP3 server
agent-aspose-email-examples Jun 10, 2026
0d52ca4
Add sample write-code-that-filters-messages-whose-subject-starts-with…
agent-aspose-email-examples Jun 10, 2026
896224c
Add X-Compliance-Tag header for regulatory category
agent-aspose-email-examples Jun 10, 2026
2db8b87
Add sample bind-the-smtp-client-to-the-ipv6-address-of-the-host-machi…
agent-aspose-email-examples Jun 10, 2026
9489161
Configure SMTP client retry interval to 15 seconds
agent-aspose-email-examples Jun 10, 2026
1040878
Enable SMTP keep-alive to reduce handshake overhead
agent-aspose-email-examples Jun 10, 2026
3fc511e
Add STARTTLS with server certificate fingerprint verification
agent-aspose-email-examples Jun 10, 2026
ed7bd6f
Add multipart/mixed email with JSON payload attachment
agent-aspose-email-examples Jun 10, 2026
3baee0a
Add custom DNS resolver for MX lookup before SMTP send
agent-aspose-email-examples Jun 10, 2026
83fb266
Add sample use-an-http-proxy-with-ntlm-authentication-to-send-emails-…
agent-aspose-email-examples Jun 10, 2026
7c90af6
Docs: update for run 20260610_113049_697459_fa54355f
agent-aspose-email-examples Jun 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Examples are organized by feature category:
- `programming-with-gmail/` - 142 example(s)
- `read-and-export-zimbra-tgz-files/` - 30 example(s)
- `working-with-amp-html-emails/` - 44 example(s)
- `working-with-exchange-ews-client/` - 556 example(s)
- `working-with-exchange-ews-client/` - 557 example(s)
- `working-with-exchange-webdav-client/` - 156 example(s)
- `working-with-ibm-notes/` - 64 example(s)
- `working-with-imap-client/` - 303 example(s)
- `working-with-microsoft-graph-client/` - 38 example(s)
- `working-with-mime-messages/` - 343 example(s)
- `working-with-outlook-items/` - 492 example(s)
- `working-with-outlook-storage-files/` - 184 example(s)
- `working-with-pop3-client/` - 40 example(s)
- `working-with-smtp-client/` - 159 example(s)
- `working-with-outlook-items/` - 511 example(s)
- `working-with-outlook-storage-files/` - 189 example(s)
- `working-with-pop3-client/` - 166 example(s)
- `working-with-smtp-client/` - 167 example(s)
- `zimbra/` - 9 example(s)

Each category contains standalone `.cs` files that can be compiled and run independently.
Expand Down
14 changes: 7 additions & 7 deletions agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ When working in this repository:
- Follow the conventions and anti-patterns below exactly.

## Repository Overview
This repository currently contains **2917** working code examples across **17** categories.
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)
Expand All @@ -27,16 +27,16 @@ This repository currently contains **2917** working code examples across **17**
- **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** — 556 examples. Guide: [agents.md](./working-with-exchange-ews-client/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** — 492 examples. Guide: [agents.md](./working-with-outlook-items/agents.md)
- **working-with-outlook-storage-files** — 184 examples. Guide: [agents.md](./working-with-outlook-storage-files/agents.md)
- **working-with-pop3-client** — 40 examples. Guide: [agents.md](./working-with-pop3-client/agents.md)
- **working-with-smtp-client** — 159 examples. Guide: [agents.md](./working-with-smtp-client/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
Expand Down Expand Up @@ -66,5 +66,5 @@ Success = exit code 0 and no `CS####` compiler errors.
<!-- AUTOGENERATED:START -->
| Date | Run ID | Branch/Commit |
|------|--------|---------------|
| 2026-05-20 | `20260519_180010` | [examples/batch-20260519_180010](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260519_180010) |
| 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) |
<!-- AUTOGENERATED:END -->
2 changes: 1 addition & 1 deletion convert-between-formats/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions.
<!-- AUTOGENERATED:START -->
| Date | Run ID | Branch/Commit |
|------|--------|---------------|
| 2026-05-20 | `20260519_180010` | [examples/batch-20260519_180010](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260519_180010) |
| 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) |
<!-- AUTOGENERATED:END -->
2 changes: 1 addition & 1 deletion convert-thunderbird-mbox-files/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ See the root [agents.md](../agents.md) for repository-wide conventions.
<!-- AUTOGENERATED:START -->
| Date | Run ID | Branch/Commit |
|------|--------|---------------|
| 2026-05-20 | `20260519_180010` | [examples/batch-20260519_180010](https://github.com/aspose-email/agentic-net-examples/tree/examples/batch-20260519_180010) |
| 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) |
<!-- AUTOGENERATED:END -->
Loading
Loading