Skip to content

Commit

Permalink
Merge pull request #5 from aspose-email-cloud/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Marat-Gumerov authored Jan 28, 2020
2 parents 76cede8 + babb765 commit 3a5c2c3
Show file tree
Hide file tree
Showing 117 changed files with 29,991 additions and 2,832 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "This repository contains Aspose Cloud SDK for PHP source code. Aspose Cloud SDK for PHP lets PHP developers convert and process a variety of file formats in the cloud quickly and easily.",
"name": "aspose/aspose-email-cloud",
"type": "library",
"version": "19.12.0",
"version": "19.12.1",
"license": "MIT",
"keywords": [
"aspose",
Expand Down
12 changes: 12 additions & 0 deletions doc/AiBcrParseOcrDataRq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AiBcrParseOcrDataRq

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**\Aspose\Email\Model\AiBcrOcrData[]**](AiBcrOcrData.md) | OCR data |

Parent class: [AiBcrRq](AiBcrRq.md)

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


13 changes: 13 additions & 0 deletions doc/AlternateView.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# AlternateView

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base_uri** | **string** | Base URI. | [optional]
**linked_resources** | [**\Aspose\Email\Model\LinkedResource[]**](LinkedResource.md) | Embedded resources referred to by this alternate view. | [optional]

Parent class: [AttachmentBase](AttachmentBase.md)

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


12 changes: 12 additions & 0 deletions doc/AppendEmailModelRq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AppendEmailModelRq

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | [**\Aspose\Email\Model\EmailDto**](EmailDto.md) | Email document |

Parent class: [AppendEmailAccountBaseRequest](AppendEmailAccountBaseRequest.md)

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


14 changes: 14 additions & 0 deletions doc/AssociatedPerson.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# AssociatedPerson

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Associated person's name. | [optional]
**category** | [**\Aspose\Email\Model\EnumWithCustomOfAssociatedPersonCategory**](EnumWithCustomOfAssociatedPersonCategory.md) | Associated person's category. | [optional]
**preferred** | **bool** | Defines whether associated person is preferred. |



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


16 changes: 16 additions & 0 deletions doc/Attachment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Attachment

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content_disposition** | **string** | Content-Disposition header. Read only. | [optional]
**is_embedded_message** | **bool** | Determines if attachment is an embedded message. Read only. |
**name** | **string** | Attachment name. | [optional]
**name_encoding** | **string** | Encoding of attachment name. | [optional]
**preferred_text_encoding** | **string** | Preferred text encoding. | [optional]

Parent class: [AttachmentBase](AttachmentBase.md)

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


15 changes: 15 additions & 0 deletions doc/AttachmentBase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# AttachmentBase

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base64_data** | **string** | Attachment file content as Base64 string. | [optional]
**content_id** | **string** | Attachment content id | [optional]
**content_type** | [**\Aspose\Email\Model\ContentType**](ContentType.md) | Content type | [optional]
**headers** | **map[string,string]** | Attachment headers. | [optional]



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


32 changes: 32 additions & 0 deletions doc/CalendarDto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# CalendarDto

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attachments** | [**\Aspose\Email\Model\Attachment[]**](Attachment.md) | Document attachments. | [optional]
**attendees** | [**\Aspose\Email\Model\MailAddress[]**](MailAddress.md) | Event attendees. |
**description** | **string** | Description. | [optional]
**end_date** | [**\DateTime**](\DateTime.md) | End date. |
**end_time_zone** | **string** | End time zone. | [optional]
**flags** | **string[]** | Appointment flags. Items: Enumerates iCalendar flags. Enum, available values: None, AllDayEvent | [optional]
**is_description_html** | **bool** | Indicates if description is in HTML format. |
**location** | **string** | Location. |
**method** | **string** | Defines the iCalendar object method type associated with the calendar document. Enum, available values: None, Publish, Request, Reply, Add, Cancel, Refresh, Counter, DeclineCounter |
**microsoft_busy_status** | **string** | Specifies the BUSY status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof |
**microsoft_intended_status** | **string** | Specifies the INTENDED status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof |
**optional_attendees** | [**\Aspose\Email\Model\MailAddress[]**](MailAddress.md) | Optional attendees. | [optional]
**organizer** | [**\Aspose\Email\Model\MailAddress**](MailAddress.md) | Event organizer. |
**recurrence_string** | **string** | String representation of recurrence pattern (See iCalendar RFC, \"Recurrence rule\" section). For example: For daily recurrence: \"FREQ=DAILY;COUNT=10;WKST=MO\" For monthly recurrence: \"BYSETPOS=1;BYDAY=MO,TU,WE,TH,FR;FREQ=MONTHLY;INTERVAL=10;WKST=MO\" For yearly recurrence: \"BYMONTHDAY=30;BYMONTH=1;FREQ=YEARLY;WKST=MO\" | [optional]
**reminders** | [**\Aspose\Email\Model\CalendarReminder[]**](CalendarReminder.md) | Reminders. | [optional]
**sequence_id** | **string** | The sequence id. Read only. | [optional]
**start_date** | [**\DateTime**](\DateTime.md) | Start date. |
**start_time_zone** | **string** | Start time zone. | [optional]
**status** | **string** | Defines the overall status or confirmation for the calendar document. Enum, available values: NotDefined, Cancelled, Tentative, Confirmed |
**summary** | **string** | Summary. | [optional]
**transparency** | **string** | Specifies whether or not this appointment is intended to be visible in availability searches. Enum, available values: NotDefined, Transparent, Opaque |



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


14 changes: 14 additions & 0 deletions doc/CalendarDtoAlternateRq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CalendarDtoAlternateRq

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | [**\Aspose\Email\Model\CalendarDto**](CalendarDto.md) | iCalendar document model |
**action** | **string** | iCalendar actions. Enum, available values: Create, Update, Cancel |
**sequence_id** | **string** | iCalendar sequence id | [optional]



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


11 changes: 11 additions & 0 deletions doc/CalendarDtoList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CalendarDtoList

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

Parent class: [ListResponseOfStorageModelOfCalendarDto](ListResponseOfStorageModelOfCalendarDto.md)

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


19 changes: 19 additions & 0 deletions doc/CalendarReminder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# CalendarReminder

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | **string** | Defines the action to be invoked when an alarm is triggered. Enum, available values: Audio, Display, Email, Procedure, None |
**attachments** | **string[]** | Collection of Reminder Attachments. Could be an absolute URI or Base64 string representation of attachment content | [optional]
**attendees** | [**\Aspose\Email\Model\ReminderAttendee[]**](ReminderAttendee.md) | Contains collection of ReminderAttendee objects. | [optional]
**description** | **string** | Provides a more complete description of the alarm. | [optional]
**duration** | **int** | Specifies the delay period in ticks, after which the alarm will repeat. | [optional]
**repeat** | **int** | Defines the number of time the alarm should be repeated, after the initial trigger. |
**summary** | **string** | Defines a short summary or subject for the alarm. | [optional]
**trigger** | [**\Aspose\Email\Model\ReminderTrigger**](ReminderTrigger.md) | Specifies when an alarm will trigger. | [optional]



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


47 changes: 47 additions & 0 deletions doc/ContactDto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# ContactDto

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**associated_persons** | [**\Aspose\Email\Model\AssociatedPerson[]**](AssociatedPerson.md) | Associated persons. | [optional]
**attachments** | [**\Aspose\Email\Model\Attachment[]**](Attachment.md) | Document attachments. | [optional]
**company_name** | **string** | Company name. | [optional]
**computer_network_name** | **string** | Computer network. | [optional]
**customer_id** | **string** | Customer id. | [optional]
**department_name** | **string** | Department name. | [optional]
**display_name** | **string** | Display name. | [optional]
**email_addresses** | [**\Aspose\Email\Model\EmailAddress[]**](EmailAddress.md) | Person's email addresses. | [optional]
**events** | [**\Aspose\Email\Model\CustomerEvent[]**](CustomerEvent.md) | Person's events. | [optional]
**file_as** | **string** | A name used for sorting. | [optional]
**file_as_mapping** | **string** | Specifies how to generate and recompute the value of the dispidFileAs property when other contact name properties change. Coincides MS-OXPROPS revision 16.2 from 7/31/2014. Enum, available values: Empty, DisplayName, FirstName, LastName, Organization, LastFirstMiddle, OrgLastFirstMiddle, LastFirstMiddleOrg, LastFirstMiddle2, LastFirstMiddle3, OrgLastFirstMiddle2, OrgLastFirstMiddle3, LastFirstMiddleOrg2, LastFirstMiddleOrg3, LastFirstMiddleGen, FirstMiddleLastGen, LastFirstMiddleGen2, BestMatch, AccordingToLocale, None |
**free_busy_location** | **string** | URL path from which a client can retrieve free/busy information for the contact as an iCal file. | [optional]
**gender** | **string** | Enum defines gender of a person. Enum, available values: Unspecified, Female, Male |
**given_name** | **string** | Person's given name. | [optional]
**government_id_number** | **string** | Government id number. | [optional]
**hobbies** | **string** | Person's hobbies. | [optional]
**initials** | **string** | Person's initials. | [optional]
**instant_messengers** | [**\Aspose\Email\Model\InstantMessengerAddress[]**](InstantMessengerAddress.md) | Person's instant messenger addresses. | [optional]
**job_title** | **string** | Person's job title. | [optional]
**language** | **string** | Language. | [optional]
**location** | **string** | Person's location. | [optional]
**middle_name** | **string** | Person's middle name. | [optional]
**nickname** | **string** | Person's nickname. | [optional]
**notes** | **string** | Notes. | [optional]
**notes_format** | **string** | Defines format of a text. Enum, available values: Text, Html |
**office_location** | **string** | Office location. | [optional]
**organizational_id_number** | **string** | Contains an identifier for the mail user used within the mail user's organization. | [optional]
**phone_numbers** | [**\Aspose\Email\Model\PhoneNumber[]**](PhoneNumber.md) | Person's phone numbers. | [optional]
**photo** | [**\Aspose\Email\Model\ContactPhoto**](ContactPhoto.md) | Person's photo. | [optional]
**physical_addresses** | [**\Aspose\Email\Model\PostalAddress[]**](PostalAddress.md) | Person's physical addresses. | [optional]
**preferred_text_encoding** | **string** | Encoding for all text properties. | [optional]
**prefix** | **string** | A prefix of a full name such like Mr.(mister), Dr.(doctor) and so on. | [optional]
**profession** | **string** | A job position of a person in a company. | [optional]
**suffix** | **string** | A suffix of a full name such like Jr.(junior), Sr.(senior) and so on. | [optional]
**surname** | **string** | Person's surname. | [optional]
**urls** | [**\Aspose\Email\Model\Url[]**](Url.md) | Person's urls. | [optional]



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


11 changes: 11 additions & 0 deletions doc/ContactDtoList.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ContactDtoList

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

Parent class: [ListResponseOfStorageModelOfContactDto](ListResponseOfStorageModelOfContactDto.md)

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


13 changes: 13 additions & 0 deletions doc/ContactPhoto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ContactPhoto

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**photo_image_format** | **string** | MapiContact photo image format. Enum, available values: Undefined, Jpeg, Gif, Wmf, Bmp, Tiff |
**base64_data** | **string** | Photo serialized as base64 string. | [optional]



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


16 changes: 16 additions & 0 deletions doc/ContentType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ContentType

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**boundary** | **string** | The boundary parameter included in the Content-Type header. | [optional]
**char_set** | **string** | CharSet parameter. | [optional]
**media_type** | **string** | The internet media type. | [optional]
**name** | **string** | Name parameter. | [optional]
**parameters** | [**\Aspose\Email\Model\ContentTypeParameter[]**](ContentTypeParameter.md) | Full list of parameters | [optional]



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


13 changes: 13 additions & 0 deletions doc/ContentTypeParameter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ContentTypeParameter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Parameter name | [optional]
**value** | **string** | Parameter value | [optional]



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


13 changes: 13 additions & 0 deletions doc/CustomerEvent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CustomerEvent

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | [**\Aspose\Email\Model\EnumWithCustomOfEventCategory**](EnumWithCustomOfEventCategory.md) | Event category. | [optional]
**date** | [**\DateTime**](\DateTime.md) | Event date. |



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


16 changes: 16 additions & 0 deletions doc/EmailAddress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EmailAddress

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | [**\Aspose\Email\Model\EnumWithCustomOfEmailAddressCategory**](EnumWithCustomOfEmailAddressCategory.md) | Address category. | [optional]
**display_name** | **string** | Display name. | [optional]
**preferred** | **bool** | Defines whether email address is preferred. |
**routing_type** | **string** | A routing type for an email. | [optional]
**address** | **string** | Email address. | [optional]



[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)


Loading

0 comments on commit 3a5c2c3

Please sign in to comment.