> For the complete documentation index, see [llms.txt](https://help.cryoserver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cryoserver.com/cryoserver/v10.md).

# Cryoserver Version 10

Cryoserver Version 10 provides a number of useful enhancements over version 9:

1. A search results '**domain filter**'.\
   &#x20;This allows you to narrow the results of a search to only results containing sender or recipients that match one or more of the identified email domains.
2. **Microsoft Teams Archiving**.\
   &#x20;Cryoserver has extended the IM archiving support to include Teams.  A separate facility is available from us to capture the Teams messages - though 3rd party services can also be used.
3. **Export Results to PDF with All Attachments**.\
   &#x20;A zip file will contain a PDF with the selected email details and body text plus a sub-directory file containing each attachment.  The PDF will contain links to the appropriate attachment file.
4. **Duplicate Search Results Hidden**\
   &#x20;Due to the nature of mail journaling and importing, there are a number of instances where the same email is recorded more than once. Each copy will normally be different in some way:  different 'delivered to' recipients; or before/after a signature is added; or just due a mail gateway splitting mail to a group into separate instances.\
   Cryoserver now identifies duplicates in search results and groups and hides the duplicates.
5. **Attachment Name in Results**\
   &#x20;Now any 'real' attachment names (not image/graphics types) show in the search result listing panel.
6. **Updated Language Files**\
   &#x20;Including German, French, Polish, Czech, Spanish, Italian, Dutch   \
   and Simplified Chinese.
7. One Click ***Restore to*****&#x20;a Dedicated Folder**\
   &#x20;Previously the mail restore option only allowed restoring to inbox or sent items. It now defaults to restore to a "Restored from Cryoserver" folder.  Your Cryoserver Administrator can set a suitable name for this folder, as required.
8. **Export to PST**\
   &#x20;Cryoserver can now create PST files.  This is one way simple way to support "**Legal Hold**" by extracting email that is not to be deleted by retention policy or audited deletes.
9. Better Integration With **Google Workspace**\
   &#x20;Introducing support for OAuth login and *small volume\** data import using Mailbox Reader's IMAP protocol with a Service Account connection.\
   \* For large imports the Google Vault data extraction is required.
10. **Share Search Criteria** With Another User

### Version 10.1

An **attachment preview** & metadata preview pane. You no longer need to download an attachment to see what it contains or who authored it.

### Version 10.5

This release introduces a **new UI for Case Folders** and some minor improvement to the Folder Replication service.

The Mailbox Reader service has had significant performance improvements.

The system now supports AWS API version 2 - primarily used for S3 storage support.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.cryoserver.com/cryoserver/v10.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
