Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/240287ce8cf68db7ccf1276cf6a5f2f6 to your computer and use it in GitHub Desktop.
Save ryantm/240287ce8cf68db7ccf1276cf6a5f2f6 to your computer and use it in GitHub Desktop.
/nix/store/rbp3lqxaw2q1fyb97cz0qzg4vcwcdvzd-rainloop-community-1.13.0
├── data -> /etc/rainloop
├── index.php
└── rainloop
└── v
└── 1.13.0
├── app
│   ├── domains
│   │   ├── default.ini.dist
│   │   ├── disabled
│   │   ├── gmail.com.ini
│   │   ├── outlook.com.ini
│   │   ├── qq.com.ini
│   │   └── yahoo.com.ini
│   ├── handle.php
│   ├── libraries
│   │   ├── Facebook
│   │   │   ├── Authentication
│   │   │   │   ├── AccessTokenMetadata.php
│   │   │   │   ├── AccessToken.php
│   │   │   │   └── OAuth2Client.php
│   │   │   ├── autoload.php
│   │   │   ├── Exceptions
│   │   │   │   ├── FacebookAuthenticationException.php
│   │   │   │   ├── FacebookAuthorizationException.php
│   │   │   │   ├── FacebookClientException.php
│   │   │   │   ├── FacebookOtherException.php
│   │   │   │   ├── FacebookResponseException.php
│   │   │   │   ├── FacebookSDKException.php
│   │   │   │   ├── FacebookServerException.php
│   │   │   │   └── FacebookThrottleException.php
│   │   │   ├── FacebookApp.php
│   │   │   ├── FacebookBatchRequest.php
│   │   │   ├── FacebookBatchResponse.php
│   │   │   ├── FacebookClient.php
│   │   │   ├── Facebook.php
│   │   │   ├── FacebookRequest.php
│   │   │   ├── FacebookResponse.php
│   │   │   ├── FileUpload
│   │   │   │   ├── FacebookFile.php
│   │   │   │   ├── FacebookVideo.php
│   │   │   │   └── Mimetypes.php
│   │   │   ├── GraphNodes
│   │   │   │   ├── Collection.php
│   │   │   │   ├── GraphAchievement.php
│   │   │   │   ├── GraphAlbum.php
│   │   │   │   ├── GraphApplication.php
│   │   │   │   ├── GraphCoverPhoto.php
│   │   │   │   ├── GraphEdge.php
│   │   │   │   ├── GraphEvent.php
│   │   │   │   ├── GraphGroup.php
│   │   │   │   ├── GraphList.php
│   │   │   │   ├── GraphLocation.php
│   │   │   │   ├── GraphNodeFactory.php
│   │   │   │   ├── GraphNode.php
│   │   │   │   ├── GraphObjectFactory.php
│   │   │   │   ├── GraphObject.php
│   │   │   │   ├── GraphPage.php
│   │   │   │   ├── GraphPicture.php
│   │   │   │   ├── GraphSessionInfo.php
│   │   │   │   └── GraphUser.php
│   │   │   ├── Helpers
│   │   │   │   ├── FacebookCanvasHelper.php
│   │   │   │   ├── FacebookJavaScriptHelper.php
│   │   │   │   ├── FacebookPageTabHelper.php
│   │   │   │   ├── FacebookRedirectLoginHelper.php
│   │   │   │   └── FacebookSignedRequestFromInputHelper.php
│   │   │   ├── Http
│   │   │   │   ├── GraphRawResponse.php
│   │   │   │   ├── RequestBodyInterface.php
│   │   │   │   ├── RequestBodyMultipart.php
│   │   │   │   └── RequestBodyUrlEncoded.php
│   │   │   ├── HttpClients
│   │   │   │   ├── certs
│   │   │   │   │   └── DigiCertHighAssuranceEVRootCA.pem
│   │   │   │   ├── FacebookCurlHttpClient.php
│   │   │   │   ├── FacebookCurl.php
│   │   │   │   ├── FacebookGuzzleHttpClient.php
│   │   │   │   ├── FacebookHttpClientInterface.php
│   │   │   │   ├── FacebookStreamHttpClient.php
│   │   │   │   └── FacebookStream.php
│   │   │   ├── PersistentData
│   │   │   │   ├── FacebookMemoryPersistentDataHandler.php
│   │   │   │   ├── FacebookSessionPersistentDataHandler.php
│   │   │   │   └── PersistentDataInterface.php
│   │   │   ├── PseudoRandomString
│   │   │   │   ├── McryptPseudoRandomStringGenerator.php
│   │   │   │   ├── OpenSslPseudoRandomStringGenerator.php
│   │   │   │   ├── PseudoRandomStringGeneratorInterface.php
│   │   │   │   ├── PseudoRandomStringGeneratorTrait.php
│   │   │   │   └── UrandomPseudoRandomStringGenerator.php
│   │   │   ├── SignedRequest.php
│   │   │   └── Url
│   │   │   ├── FacebookUrlDetectionHandler.php
│   │   │   ├── FacebookUrlManipulator.php
│   │   │   └── UrlDetectionInterface.php
│   │   ├── Imagine
│   │   │   ├── Draw
│   │   │   │   └── DrawerInterface.php
│   │   │   ├── Effects
│   │   │   │   └── EffectsInterface.php
│   │   │   ├── Exception
│   │   │   │   ├── Exception.php
│   │   │   │   ├── InvalidArgumentException.php
│   │   │   │   ├── NotSupportedException.php
│   │   │   │   ├── OutOfBoundsException.php
│   │   │   │   └── RuntimeException.php
│   │   │   ├── Filter
│   │   │   │   ├── Advanced
│   │   │   │   │   ├── Border.php
│   │   │   │   │   ├── Canvas.php
│   │   │   │   │   ├── Grayscale.php
│   │   │   │   │   ├── OnPixelBased.php
│   │   │   │   │   └── RelativeResize.php
│   │   │   │   ├── Basic
│   │   │   │   │   ├── ApplyMask.php
│   │   │   │   │   ├── Autorotate.php
│   │   │   │   │   ├── Copy.php
│   │   │   │   │   ├── Crop.php
│   │   │   │   │   ├── Fill.php
│   │   │   │   │   ├── FlipHorizontally.php
│   │   │   │   │   ├── FlipVertically.php
│   │   │   │   │   ├── Paste.php
│   │   │   │   │   ├── Resize.php
│   │   │   │   │   ├── Rotate.php
│   │   │   │   │   ├── Save.php
│   │   │   │   │   ├── Show.php
│   │   │   │   │   ├── Strip.php
│   │   │   │   │   ├── Thumbnail.php
│   │   │   │   │   └── WebOptimization.php
│   │   │   │   ├── FilterInterface.php
│   │   │   │   ├── ImagineAware.php
│   │   │   │   └── Transformation.php
│   │   │   ├── Gd
│   │   │   │   ├── Drawer.php
│   │   │   │   ├── Effects.php
│   │   │   │   ├── Font.php
│   │   │   │   ├── Image.php
│   │   │   │   ├── Imagine.php
│   │   │   │   └── Layers.php
│   │   │   ├── Gmagick
│   │   │   │   ├── Drawer.php
│   │   │   │   ├── Effects.php
│   │   │   │   ├── Font.php
│   │   │   │   ├── Image.php
│   │   │   │   ├── Imagine.php
│   │   │   │   └── Layers.php
│   │   │   ├── Image
│   │   │   │   ├── AbstractFont.php
│   │   │   │   ├── AbstractImage.php
│   │   │   │   ├── AbstractImagine.php
│   │   │   │   ├── AbstractLayers.php
│   │   │   │   ├── BoxInterface.php
│   │   │   │   ├── Box.php
│   │   │   │   ├── Fill
│   │   │   │   │   ├── FillInterface.php
│   │   │   │   │   └── Gradient
│   │   │   │   │   ├── Horizontal.php
│   │   │   │   │   ├── Linear.php
│   │   │   │   │   └── Vertical.php
│   │   │   │   ├── FontInterface.php
│   │   │   │   ├── Histogram
│   │   │   │   │   ├── Bucket.php
│   │   │   │   │   └── Range.php
│   │   │   │   ├── ImageInterface.php
│   │   │   │   ├── ImagineInterface.php
│   │   │   │   ├── LayersInterface.php
│   │   │   │   ├── ManipulatorInterface.php
│   │   │   │   ├── Metadata
│   │   │   │   │   ├── AbstractMetadataReader.php
│   │   │   │   │   ├── DefaultMetadataReader.php
│   │   │   │   │   ├── ExifMetadataReader.php
│   │   │   │   │   ├── MetadataBag.php
│   │   │   │   │   └── MetadataReaderInterface.php
│   │   │   │   ├── Palette
│   │   │   │   │   ├── CMYK.php
│   │   │   │   │   ├── Color
│   │   │   │   │   │   ├── CMYK.php
│   │   │   │   │   │   ├── ColorInterface.php
│   │   │   │   │   │   ├── Gray.php
│   │   │   │   │   │   └── RGB.php
│   │   │   │   │   ├── ColorParser.php
│   │   │   │   │   ├── Grayscale.php
│   │   │   │   │   ├── PaletteInterface.php
│   │   │   │   │   └── RGB.php
│   │   │   │   ├── Point
│   │   │   │   │   └── Center.php
│   │   │   │   ├── PointInterface.php
│   │   │   │   ├── Point.php
│   │   │   │   ├── ProfileInterface.php
│   │   │   │   └── Profile.php
│   │   │   └── Imagick
│   │   │   ├── Drawer.php
│   │   │   ├── Effects.php
│   │   │   ├── Font.php
│   │   │   ├── Image.php
│   │   │   ├── Imagine.php
│   │   │   └── Layers.php
│   │   ├── lessphp
│   │   │   ├── ctype.php
│   │   │   ├── lessc.inc.php
│   │   │   ├── LICENSE
│   │   │   └── README.md
│   │   ├── MailSo
│   │   │   ├── Base
│   │   │   │   ├── Collection.php
│   │   │   │   ├── Crypt.php
│   │   │   │   ├── DateTimeHelper.php
│   │   │   │   ├── Enumerations
│   │   │   │   │   ├── Charset.php
│   │   │   │   │   └── Encoding.php
│   │   │   │   ├── Exceptions
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   └── InvalidArgumentException.php
│   │   │   │   ├── HtmlUtils.php
│   │   │   │   ├── Http.php
│   │   │   │   ├── LinkFinder.php
│   │   │   │   ├── Loader.php
│   │   │   │   ├── ResourceRegistry.php
│   │   │   │   ├── StreamWrappers
│   │   │   │   │   ├── Binary.php
│   │   │   │   │   ├── Literal.php
│   │   │   │   │   ├── SubStreams.php
│   │   │   │   │   ├── TempFile.php
│   │   │   │   │   └── Test.php
│   │   │   │   ├── Utils.php
│   │   │   │   └── Validator.php
│   │   │   ├── Cache
│   │   │   │   ├── CacheClient.php
│   │   │   │   ├── DriverInterface.php
│   │   │   │   └── Drivers
│   │   │   │   ├── APC.php
│   │   │   │   ├── File.php
│   │   │   │   ├── Memcache.php
│   │   │   │   └── Redis.php
│   │   │   ├── Config.php
│   │   │   ├── Hooks.php
│   │   │   ├── Imap
│   │   │   │   ├── BodyStructure.php
│   │   │   │   ├── Enumerations
│   │   │   │   │   ├── FetchType.php
│   │   │   │   │   ├── FolderResponseStatus.php
│   │   │   │   │   ├── FolderStatus.php
│   │   │   │   │   ├── FolderType.php
│   │   │   │   │   ├── MessageFlag.php
│   │   │   │   │   ├── ResponseStatus.php
│   │   │   │   │   ├── ResponseType.php
│   │   │   │   │   └── StoreAction.php
│   │   │   │   ├── Exceptions
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── InvalidResponseException.php
│   │   │   │   │   ├── LoginBadCredentialsException.php
│   │   │   │   │   ├── LoginBadMethodException.php
│   │   │   │   │   ├── LoginException.php
│   │   │   │   │   ├── NegativeResponseException.php
│   │   │   │   │   ├── ResponseException.php
│   │   │   │   │   ├── ResponseNotFoundException.php
│   │   │   │   │   └── RuntimeException.php
│   │   │   │   ├── FetchResponse.php
│   │   │   │   ├── FolderInformation.php
│   │   │   │   ├── Folder.php
│   │   │   │   ├── ImapClient.php
│   │   │   │   ├── NamespaceResult.php
│   │   │   │   └── Response.php
│   │   │   ├── LICENSE
│   │   │   ├── Log
│   │   │   │   ├── Driver.php
│   │   │   │   ├── Drivers
│   │   │   │   │   ├── Callback.php
│   │   │   │   │   ├── File.php
│   │   │   │   │   ├── Inline.php
│   │   │   │   │   └── Syslog.php
│   │   │   │   ├── Enumerations
│   │   │   │   │   └── Type.php
│   │   │   │   └── Logger.php
│   │   │   ├── Mail
│   │   │   │   ├── AttachmentCollection.php
│   │   │   │   ├── Attachment.php
│   │   │   │   ├── Exceptions
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── NonEmptyFolder.php
│   │   │   │   │   └── RuntimeException.php
│   │   │   │   ├── FolderCollection.php
│   │   │   │   ├── Folder.php
│   │   │   │   ├── MailClient.php
│   │   │   │   ├── MessageCollection.php
│   │   │   │   └── Message.php
│   │   │   ├── MailSo.php
│   │   │   ├── Mime
│   │   │   │   ├── AttachmentCollection.php
│   │   │   │   ├── Attachment.php
│   │   │   │   ├── EmailCollection.php
│   │   │   │   ├── EmailDep.php
│   │   │   │   ├── Email.php
│   │   │   │   ├── Enumerations
│   │   │   │   │   ├── Constants.php
│   │   │   │   │   ├── DkimStatus.php
│   │   │   │   │   ├── Header.php
│   │   │   │   │   ├── MessagePriority.php
│   │   │   │   │   ├── MimeType.php
│   │   │   │   │   ├── Parameter.php
│   │   │   │   │   └── Sensitivity.php
│   │   │   │   ├── HeaderCollection.php
│   │   │   │   ├── Header.php
│   │   │   │   ├── Message.php
│   │   │   │   ├── ParameterCollection.php
│   │   │   │   ├── Parameter.php
│   │   │   │   ├── Parser
│   │   │   │   │   ├── ParserEmpty.php
│   │   │   │   │   ├── ParserInterface.php
│   │   │   │   │   └── ParserMemory.php
│   │   │   │   ├── PartCollection.php
│   │   │   │   └── Part.php
│   │   │   ├── Net
│   │   │   │   ├── Enumerations
│   │   │   │   │   └── ConnectionSecurityType.php
│   │   │   │   ├── Exceptions
│   │   │   │   │   ├── ConnectionException.php
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── InvalidArgumentException.php
│   │   │   │   │   ├── SocketAlreadyConnectedException.php
│   │   │   │   │   ├── SocketCanNotConnectToHostException.php
│   │   │   │   │   ├── SocketConnectionDoesNotAvailableException.php
│   │   │   │   │   ├── SocketReadException.php
│   │   │   │   │   ├── SocketReadTimeoutException.php
│   │   │   │   │   ├── SocketUnreadBufferException.php
│   │   │   │   │   ├── SocketUnsuppoterdSecureConnectionException.php
│   │   │   │   │   └── SocketWriteException.php
│   │   │   │   └── NetClient.php
│   │   │   ├── Pop3
│   │   │   │   ├── Exceptions
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── LoginBadCredentialsException.php
│   │   │   │   │   ├── NegativeResponseException.php
│   │   │   │   │   ├── ResponseException.php
│   │   │   │   │   └── RuntimeException.php
│   │   │   │   └── Pop3Client.php
│   │   │   ├── Poppassd
│   │   │   │   ├── Exceptions
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── LoginBadCredentialsException.php
│   │   │   │   │   ├── NegativeResponseException.php
│   │   │   │   │   ├── ResponseException.php
│   │   │   │   │   └── RuntimeException.php
│   │   │   │   └── PoppassdClient.php
│   │   │   ├── Sieve
│   │   │   │   ├── Exceptions
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── LoginBadCredentialsException.php
│   │   │   │   │   ├── LoginBadMethodException.php
│   │   │   │   │   ├── LoginException.php
│   │   │   │   │   ├── NegativeResponseException.php
│   │   │   │   │   ├── ResponseException.php
│   │   │   │   │   └── RuntimeException.php
│   │   │   │   └── ManageSieveClient.php
│   │   │   ├── Smtp
│   │   │   │   ├── Exceptions
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   ├── LoginBadCredentialsException.php
│   │   │   │   │   ├── LoginBadMethodException.php
│   │   │   │   │   ├── LoginException.php
│   │   │   │   │   ├── NegativeResponseException.php
│   │   │   │   │   ├── ResponseException.php
│   │   │   │   │   └── RuntimeException.php
│   │   │   │   └── SmtpClient.php
│   │   │   ├── Vendors
│   │   │   │   └── Net
│   │   │   │   ├── IDNA2CustomExceptions.php
│   │   │   │   └── IDNA2.php
│   │   │   └── Version.php
│   │   ├── Mobile_Detect
│   │   │   ├── composer.json
│   │   │   ├── LICENSE.txt
│   │   │   ├── Mobile_Detect.json
│   │   │   ├── Mobile_Detect.php
│   │   │   ├── namespaced
│   │   │   │   └── Detection
│   │   │   │   └── MobileDetect.php
│   │   │   ├── README.md
│   │   │   └── ruleset.xml
│   │   ├── pclzip
│   │   │   ├── gnu-lgpl.txt
│   │   │   ├── _pclzip.lib.php
│   │   │   ├── pclzip.lib.php
│   │   │   └── readme.txt
│   │   ├── PHPGangsta
│   │   │   └── GoogleAuthenticator.php
│   │   ├── PHP-OAuth2
│   │   │   ├── Client.php
│   │   │   ├── GrantType
│   │   │   │   ├── AuthorizationCode.php
│   │   │   │   ├── ClientCredentials.php
│   │   │   │   ├── IGrantType.php
│   │   │   │   ├── Password.php
│   │   │   │   └── RefreshToken.php
│   │   │   └── README
│   │   ├── PHPThumb
│   │   │   ├── GD.php
│   │   │   ├── PHPThumb.php
│   │   │   ├── PluginInterface.php
│   │   │   └── Plugins
│   │   │   └── Reflection.php
│   │   ├── Predis
│   │   │   ├── Autoloader.php
│   │   │   ├── ClientContextInterface.php
│   │   │   ├── ClientException.php
│   │   │   ├── ClientInterface.php
│   │   │   ├── Client.php
│   │   │   ├── Cluster
│   │   │   │   ├── ClusterStrategy.php
│   │   │   │   ├── Distributor
│   │   │   │   │   ├── DistributorInterface.php
│   │   │   │   │   ├── EmptyRingException.php
│   │   │   │   │   ├── HashRing.php
│   │   │   │   │   └── KetamaRing.php
│   │   │   │   ├── Hash
│   │   │   │   │   ├── CRC16.php
│   │   │   │   │   └── HashGeneratorInterface.php
│   │   │   │   ├── PredisStrategy.php
│   │   │   │   ├── RedisStrategy.php
│   │   │   │   └── StrategyInterface.php
│   │   │   ├── Collection
│   │   │   │   └── Iterator
│   │   │   │   ├── CursorBasedIterator.php
│   │   │   │   ├── HashKey.php
│   │   │   │   ├── Keyspace.php
│   │   │   │   ├── ListKey.php
│   │   │   │   ├── SetKey.php
│   │   │   │   └── SortedSetKey.php
│   │   │   ├── Command
│   │   │   │   ├── CommandInterface.php
│   │   │   │   ├── Command.php
│   │   │   │   ├── ConnectionAuth.php
│   │   │   │   ├── ConnectionEcho.php
│   │   │   │   ├── ConnectionPing.php
│   │   │   │   ├── ConnectionQuit.php
│   │   │   │   ├── ConnectionSelect.php
│   │   │   │   ├── HashDelete.php
│   │   │   │   ├── HashExists.php
│   │   │   │   ├── HashGetAll.php
│   │   │   │   ├── HashGetMultiple.php
│   │   │   │   ├── HashGet.php
│   │   │   │   ├── HashIncrementByFloat.php
│   │   │   │   ├── HashIncrementBy.php
│   │   │   │   ├── HashKeys.php
│   │   │   │   ├── HashLength.php
│   │   │   │   ├── HashScan.php
│   │   │   │   ├── HashSetMultiple.php
│   │   │   │   ├── HashSet.php
│   │   │   │   ├── HashSetPreserve.php
│   │   │   │   ├── HashStringLength.php
│   │   │   │   ├── HashValues.php
│   │   │   │   ├── HyperLogLogAdd.php
│   │   │   │   ├── HyperLogLogCount.php
│   │   │   │   ├── HyperLogLogMerge.php
│   │   │   │   ├── KeyDelete.php
│   │   │   │   ├── KeyDump.php
│   │   │   │   ├── KeyExists.php
│   │   │   │   ├── KeyExpireAt.php
│   │   │   │   ├── KeyExpire.php
│   │   │   │   ├── KeyKeys.php
│   │   │   │   ├── KeyMigrate.php
│   │   │   │   ├── KeyMove.php
│   │   │   │   ├── KeyPersist.php
│   │   │   │   ├── KeyPreciseExpireAt.php
│   │   │   │   ├── KeyPreciseExpire.php
│   │   │   │   ├── KeyPreciseTimeToLive.php
│   │   │   │   ├── KeyRandom.php
│   │   │   │   ├── KeyRename.php
│   │   │   │   ├── KeyRenamePreserve.php
│   │   │   │   ├── KeyRestore.php
│   │   │   │   ├── KeyScan.php
│   │   │   │   ├── KeySort.php
│   │   │   │   ├── KeyTimeToLive.php
│   │   │   │   ├── KeyType.php
│   │   │   │   ├── ListIndex.php
│   │   │   │   ├── ListInsert.php
│   │   │   │   ├── ListLength.php
│   │   │   │   ├── ListPopFirstBlocking.php
│   │   │   │   ├── ListPopFirst.php
│   │   │   │   ├── ListPopLastBlocking.php
│   │   │   │   ├── ListPopLast.php
│   │   │   │   ├── ListPopLastPushHeadBlocking.php
│   │   │   │   ├── ListPopLastPushHead.php
│   │   │   │   ├── ListPushHead.php
│   │   │   │   ├── ListPushHeadX.php
│   │   │   │   ├── ListPushTail.php
│   │   │   │   ├── ListPushTailX.php
│   │   │   │   ├── ListRange.php
│   │   │   │   ├── ListRemove.php
│   │   │   │   ├── ListSet.php
│   │   │   │   ├── ListTrim.php
│   │   │   │   ├── PrefixableCommandInterface.php
│   │   │   │   ├── Processor
│   │   │   │   │   ├── KeyPrefixProcessor.php
│   │   │   │   │   ├── ProcessorChain.php
│   │   │   │   │   └── ProcessorInterface.php
│   │   │   │   ├── PubSubPublish.php
│   │   │   │   ├── PubSubPubsub.php
│   │   │   │   ├── PubSubSubscribeByPattern.php
│   │   │   │   ├── PubSubSubscribe.php
│   │   │   │   ├── PubSubUnsubscribeByPattern.php
│   │   │   │   ├── PubSubUnsubscribe.php
│   │   │   │   ├── RawCommand.php
│   │   │   │   ├── ScriptCommand.php
│   │   │   │   ├── ServerBackgroundRewriteAOF.php
│   │   │   │   ├── ServerBackgroundSave.php
│   │   │   │   ├── ServerClient.php
│   │   │   │   ├── ServerCommand.php
│   │   │   │   ├── ServerConfig.php
│   │   │   │   ├── ServerDatabaseSize.php
│   │   │   │   ├── ServerEval.php
│   │   │   │   ├── ServerEvalSHA.php
│   │   │   │   ├── ServerFlushAll.php
│   │   │   │   ├── ServerFlushDatabase.php
│   │   │   │   ├── ServerInfo.php
│   │   │   │   ├── ServerInfoV26x.php
│   │   │   │   ├── ServerLastSave.php
│   │   │   │   ├── ServerMonitor.php
│   │   │   │   ├── ServerObject.php
│   │   │   │   ├── ServerSave.php
│   │   │   │   ├── ServerScript.php
│   │   │   │   ├── ServerSentinel.php
│   │   │   │   ├── ServerShutdown.php
│   │   │   │   ├── ServerSlaveOf.php
│   │   │   │   ├── ServerSlowlog.php
│   │   │   │   ├── ServerTime.php
│   │   │   │   ├── SetAdd.php
│   │   │   │   ├── SetCardinality.php
│   │   │   │   ├── SetDifference.php
│   │   │   │   ├── SetDifferenceStore.php
│   │   │   │   ├── SetIntersection.php
│   │   │   │   ├── SetIntersectionStore.php
│   │   │   │   ├── SetIsMember.php
│   │   │   │   ├── SetMembers.php
│   │   │   │   ├── SetMove.php
│   │   │   │   ├── SetPop.php
│   │   │   │   ├── SetRandomMember.php
│   │   │   │   ├── SetRemove.php
│   │   │   │   ├── SetScan.php
│   │   │   │   ├── SetUnion.php
│   │   │   │   ├── SetUnionStore.php
│   │   │   │   ├── StringAppend.php
│   │   │   │   ├── StringBitCount.php
│   │   │   │   ├── StringBitOp.php
│   │   │   │   ├── StringBitPos.php
│   │   │   │   ├── StringDecrementBy.php
│   │   │   │   ├── StringDecrement.php
│   │   │   │   ├── StringGetBit.php
│   │   │   │   ├── StringGetMultiple.php
│   │   │   │   ├── StringGet.php
│   │   │   │   ├── StringGetRange.php
│   │   │   │   ├── StringGetSet.php
│   │   │   │   ├── StringIncrementByFloat.php
│   │   │   │   ├── StringIncrementBy.php
│   │   │   │   ├── StringIncrement.php
│   │   │   │   ├── StringPreciseSetExpire.php
│   │   │   │   ├── StringSetBit.php
│   │   │   │   ├── StringSetExpire.php
│   │   │   │   ├── StringSetMultiple.php
│   │   │   │   ├── StringSetMultiplePreserve.php
│   │   │   │   ├── StringSet.php
│   │   │   │   ├── StringSetPreserve.php
│   │   │   │   ├── StringSetRange.php
│   │   │   │   ├── StringStrlen.php
│   │   │   │   ├── StringSubstr.php
│   │   │   │   ├── TransactionDiscard.php
│   │   │   │   ├── TransactionExec.php
│   │   │   │   ├── TransactionMulti.php
│   │   │   │   ├── TransactionUnwatch.php
│   │   │   │   ├── TransactionWatch.php
│   │   │   │   ├── ZSetAdd.php
│   │   │   │   ├── ZSetCardinality.php
│   │   │   │   ├── ZSetCount.php
│   │   │   │   ├── ZSetIncrementBy.php
│   │   │   │   ├── ZSetIntersectionStore.php
│   │   │   │   ├── ZSetLexCount.php
│   │   │   │   ├── ZSetRangeByLex.php
│   │   │   │   ├── ZSetRangeByScore.php
│   │   │   │   ├── ZSetRange.php
│   │   │   │   ├── ZSetRank.php
│   │   │   │   ├── ZSetRemove.php
│   │   │   │   ├── ZSetRemoveRangeByLex.php
│   │   │   │   ├── ZSetRemoveRangeByRank.php
│   │   │   │   ├── ZSetRemoveRangeByScore.php
│   │   │   │   ├── ZSetReverseRangeByLex.php
│   │   │   │   ├── ZSetReverseRangeByScore.php
│   │   │   │   ├── ZSetReverseRange.php
│   │   │   │   ├── ZSetReverseRank.php
│   │   │   │   ├── ZSetScan.php
│   │   │   │   ├── ZSetScore.php
│   │   │   │   └── ZSetUnionStore.php
│   │   │   ├── CommunicationException.php
│   │   │   ├── Configuration
│   │   │   │   ├── ClusterOption.php
│   │   │   │   ├── ConnectionFactoryOption.php
│   │   │   │   ├── ExceptionsOption.php
│   │   │   │   ├── OptionInterface.php
│   │   │   │   ├── OptionsInterface.php
│   │   │   │   ├── Options.php
│   │   │   │   ├── PrefixOption.php
│   │   │   │   ├── ProfileOption.php
│   │   │   │   └── ReplicationOption.php
│   │   │   ├── Connection
│   │   │   │   ├── AbstractConnection.php
│   │   │   │   ├── Aggregate
│   │   │   │   │   ├── ClusterInterface.php
│   │   │   │   │   ├── MasterSlaveReplication.php
│   │   │   │   │   ├── PredisCluster.php
│   │   │   │   │   ├── RedisCluster.php
│   │   │   │   │   └── ReplicationInterface.php
│   │   │   │   ├── AggregateConnectionInterface.php
│   │   │   │   ├── CompositeConnectionInterface.php
│   │   │   │   ├── CompositeStreamConnection.php
│   │   │   │   ├── ConnectionException.php
│   │   │   │   ├── ConnectionInterface.php
│   │   │   │   ├── FactoryInterface.php
│   │   │   │   ├── Factory.php
│   │   │   │   ├── NodeConnectionInterface.php
│   │   │   │   ├── ParametersInterface.php
│   │   │   │   ├── Parameters.php
│   │   │   │   ├── PhpiredisSocketConnection.php
│   │   │   │   ├── PhpiredisStreamConnection.php
│   │   │   │   ├── StreamConnection.php
│   │   │   │   └── WebdisConnection.php
│   │   │   ├── Monitor
│   │   │   │   └── Consumer.php
│   │   │   ├── NotSupportedException.php
│   │   │   ├── Pipeline
│   │   │   │   ├── Atomic.php
│   │   │   │   ├── ConnectionErrorProof.php
│   │   │   │   ├── FireAndForget.php
│   │   │   │   └── Pipeline.php
│   │   │   ├── PredisException.php
│   │   │   ├── Profile
│   │   │   │   ├── Factory.php
│   │   │   │   ├── ProfileInterface.php
│   │   │   │   ├── RedisProfile.php
│   │   │   │   ├── RedisUnstable.php
│   │   │   │   ├── RedisVersion200.php
│   │   │   │   ├── RedisVersion220.php
│   │   │   │   ├── RedisVersion240.php
│   │   │   │   ├── RedisVersion260.php
│   │   │   │   ├── RedisVersion280.php
│   │   │   │   └── RedisVersion300.php
│   │   │   ├── Protocol
│   │   │   │   ├── ProtocolException.php
│   │   │   │   ├── ProtocolProcessorInterface.php
│   │   │   │   ├── RequestSerializerInterface.php
│   │   │   │   ├── ResponseReaderInterface.php
│   │   │   │   └── Text
│   │   │   │   ├── CompositeProtocolProcessor.php
│   │   │   │   ├── Handler
│   │   │   │   │   ├── BulkResponse.php
│   │   │   │   │   ├── ErrorResponse.php
│   │   │   │   │   ├── IntegerResponse.php
│   │   │   │   │   ├── MultiBulkResponse.php
│   │   │   │   │   ├── ResponseHandlerInterface.php
│   │   │   │   │   ├── StatusResponse.php
│   │   │   │   │   └── StreamableMultiBulkResponse.php
│   │   │   │   ├── ProtocolProcessor.php
│   │   │   │   ├── RequestSerializer.php
│   │   │   │   └── ResponseReader.php
│   │   │   ├── PubSub
│   │   │   │   ├── AbstractConsumer.php
│   │   │   │   ├── Consumer.php
│   │   │   │   └── DispatcherLoop.php
│   │   │   ├── Replication
│   │   │   │   └── ReplicationStrategy.php
│   │   │   ├── Response
│   │   │   │   ├── ErrorInterface.php
│   │   │   │   ├── Error.php
│   │   │   │   ├── Iterator
│   │   │   │   │   ├── MultiBulkIterator.php
│   │   │   │   │   ├── MultiBulk.php
│   │   │   │   │   └── MultiBulkTuple.php
│   │   │   │   ├── ResponseInterface.php
│   │   │   │   ├── ServerException.php
│   │   │   │   └── Status.php
│   │   │   ├── Session
│   │   │   │   └── Handler.php
│   │   │   └── Transaction
│   │   │   ├── AbortedMultiExecException.php
│   │   │   ├── MultiExec.php
│   │   │   └── MultiExecState.php
│   │   ├── RainLoop
│   │   │   ├── Actions.php
│   │   │   ├── Api.php
│   │   │   ├── Common
│   │   │   │   ├── BackwardCapability
│   │   │   │   │   └── Account.php
│   │   │   │   ├── FacebookRainLoopPersistentDataHandler.php
│   │   │   │   ├── MbStringFix.php
│   │   │   │   ├── PdoAbstract.php
│   │   │   │   └── RainLoopFacebookRedirectLoginHelper.php
│   │   │   ├── Config
│   │   │   │   ├── AbstractConfig.php
│   │   │   │   ├── Application.php
│   │   │   │   └── Plugin.php
│   │   │   ├── Enumerations
│   │   │   │   ├── Capa.php
│   │   │   │   ├── Layout.php
│   │   │   │   ├── PluginPropertyType.php
│   │   │   │   ├── SignMeType.php
│   │   │   │   ├── TimeFormat.php
│   │   │   │   ├── UploadClientError.php
│   │   │   │   └── UploadError.php
│   │   │   ├── Exceptions
│   │   │   │   ├── ClientException.php
│   │   │   │   ├── Exception.php
│   │   │   │   ├── InvalidArgumentException.php
│   │   │   │   └── RuntimeException.php
│   │   │   ├── KeyPathHelper.php
│   │   │   ├── Model
│   │   │   │   ├── Account.php
│   │   │   │   ├── Domain.php
│   │   │   │   ├── Identity.php
│   │   │   │   └── Template.php
│   │   │   ├── Notifications.php
│   │   │   ├── Plugins
│   │   │   │   ├── AbstractPlugin.php
│   │   │   │   ├── Helper.php
│   │   │   │   ├── Manager.php
│   │   │   │   └── Property.php
│   │   │   ├── Providers
│   │   │   │   ├── AbstractProvider.php
│   │   │   │   ├── AddressBook
│   │   │   │   │   ├── AddressBookInterface.php
│   │   │   │   │   ├── Classes
│   │   │   │   │   │   ├── Contact.php
│   │   │   │   │   │   ├── Property.php
│   │   │   │   │   │   └── Tag.php
│   │   │   │   │   ├── Enumerations
│   │   │   │   │   │   └── PropertyType.php
│   │   │   │   │   └── PdoAddressBook.php
│   │   │   │   ├── AddressBook.php
│   │   │   │   ├── ChangePassword
│   │   │   │   │   └── ChangePasswordInterface.php
│   │   │   │   ├── ChangePassword.php
│   │   │   │   ├── Domain
│   │   │   │   │   ├── DefaultDomain.php
│   │   │   │   │   ├── DomainAdminInterface.php
│   │   │   │   │   └── DomainInterface.php
│   │   │   │   ├── Domain.php
│   │   │   │   ├── Files
│   │   │   │   │   ├── FileStorage.php
│   │   │   │   │   └── IFiles.php
│   │   │   │   ├── Files.php
│   │   │   │   ├── Filters
│   │   │   │   │   ├── Classes
│   │   │   │   │   │   ├── FilterCondition.php
│   │   │   │   │   │   └── Filter.php
│   │   │   │   │   ├── Enumerations
│   │   │   │   │   │   ├── ActionType.php
│   │   │   │   │   │   ├── ConditionField.php
│   │   │   │   │   │   ├── ConditionsType.php
│   │   │   │   │   │   └── ConditionType.php
│   │   │   │   │   ├── FiltersInterface.php
│   │   │   │   │   └── SieveStorage.php
│   │   │   │   ├── Filters.php
│   │   │   │   ├── Settings
│   │   │   │   │   ├── DefaultSettings.php
│   │   │   │   │   └── ISettings.php
│   │   │   │   ├── Settings.php
│   │   │   │   ├── Storage
│   │   │   │   │   ├── Enumerations
│   │   │   │   │   │   └── StorageType.php
│   │   │   │   │   ├── FileStorage.php
│   │   │   │   │   ├── IStorage.php
│   │   │   │   │   └── TemproryApcStorage.php
│   │   │   │   ├── Storage.php
│   │   │   │   ├── Suggestions
│   │   │   │   │   ├── ISuggestions.php
│   │   │   │   │   ├── OwnCloudSuggestions.php
│   │   │   │   │   └── TestSuggestions.php
│   │   │   │   ├── Suggestions.php
│   │   │   │   ├── TwoFactorAuth
│   │   │   │   │   ├── AbstractTwoFactorAuth.php
│   │   │   │   │   ├── GoogleTwoFactorAuth.php
│   │   │   │   │   └── TwoFactorAuthInterface.php
│   │   │   │   └── TwoFactorAuth.php
│   │   │   ├── ServiceActions.php
│   │   │   ├── Service.php
│   │   │   ├── Settings.php
│   │   │   ├── Social.php
│   │   │   └── Utils.php
│   │   ├── SabreForRainLoop
│   │   │   ├── CalDAV
│   │   │   │   ├── Backend
│   │   │   │   │   ├── AbstractBackend.php
│   │   │   │   │   ├── BackendInterface.php
│   │   │   │   │   ├── NotificationSupport.php
│   │   │   │   │   ├── PDO.php
│   │   │   │   │   └── SharingSupport.php
│   │   │   │   ├── CalendarObject.php
│   │   │   │   ├── Calendar.php
│   │   │   │   ├── CalendarQueryParser.php
│   │   │   │   ├── CalendarQueryValidator.php
│   │   │   │   ├── CalendarRootNode.php
│   │   │   │   ├── Exception
│   │   │   │   │   └── InvalidComponentType.php
│   │   │   │   ├── ICalendarObject.php
│   │   │   │   ├── ICalendar.php
│   │   │   │   ├── ICSExportPlugin.php
│   │   │   │   ├── IShareableCalendar.php
│   │   │   │   ├── ISharedCalendar.php
│   │   │   │   ├── Notifications
│   │   │   │   │   ├── Collection.php
│   │   │   │   │   ├── ICollection.php
│   │   │   │   │   ├── INode.php
│   │   │   │   │   ├── INotificationType.php
│   │   │   │   │   ├── Node.php
│   │   │   │   │   └── Notification
│   │   │   │   │   ├── Invite.php
│   │   │   │   │   ├── InviteReply.php
│   │   │   │   │   └── SystemStatus.php
│   │   │   │   ├── Plugin.php
│   │   │   │   ├── Principal
│   │   │   │   │   ├── Collection.php
│   │   │   │   │   ├── IProxyRead.php
│   │   │   │   │   ├── IProxyWrite.php
│   │   │   │   │   ├── ProxyRead.php
│   │   │   │   │   ├── ProxyWrite.php
│   │   │   │   │   └── User.php
│   │   │   │   ├── Property
│   │   │   │   │   ├── AllowedSharingModes.php
│   │   │   │   │   ├── Invite.php
│   │   │   │   │   ├── ScheduleCalendarTransp.php
│   │   │   │   │   ├── SupportedCalendarComponentSet.php
│   │   │   │   │   ├── SupportedCalendarData.php
│   │   │   │   │   └── SupportedCollationSet.php
│   │   │   │   ├── Schedule
│   │   │   │   │   ├── IMip.php
│   │   │   │   │   ├── IOutbox.php
│   │   │   │   │   └── Outbox.php
│   │   │   │   ├── ShareableCalendar.php
│   │   │   │   ├── SharedCalendar.php
│   │   │   │   ├── SharingPlugin.php
│   │   │   │   ├── UserCalendars.php
│   │   │   │   └── Version.php
│   │   │   ├── CardDAV
│   │   │   │   ├── AddressBook.php
│   │   │   │   ├── AddressBookQueryParser.php
│   │   │   │   ├── AddressBookRoot.php
│   │   │   │   ├── Backend
│   │   │   │   │   ├── AbstractBackend.php
│   │   │   │   │   ├── BackendInterface.php
│   │   │   │   │   └── PDO.php
│   │   │   │   ├── Card.php
│   │   │   │   ├── IAddressBook.php
│   │   │   │   ├── ICard.php
│   │   │   │   ├── IDirectory.php
│   │   │   │   ├── Plugin.php
│   │   │   │   ├── Property
│   │   │   │   │   └── SupportedAddressData.php
│   │   │   │   ├── UserAddressBooks.php
│   │   │   │   ├── VCFExportPlugin.php
│   │   │   │   └── Version.php
│   │   │   ├── DAV
│   │   │   │   ├── Auth
│   │   │   │   │   ├── Backend
│   │   │   │   │   │   ├── AbstractBasic.php
│   │   │   │   │   │   ├── AbstractDigest.php
│   │   │   │   │   │   ├── Apache.php
│   │   │   │   │   │   ├── BackendInterface.php
│   │   │   │   │   │   ├── File.php
│   │   │   │   │   │   └── PDO.php
│   │   │   │   │   └── Plugin.php
│   │   │   │   ├── Browser
│   │   │   │   │   ├── assets
│   │   │   │   │   │   ├── favicon.ico
│   │   │   │   │   │   └── icons
│   │   │   │   │   │   ├── addressbook.png
│   │   │   │   │   │   ├── calendar.png
│   │   │   │   │   │   ├── card.png
│   │   │   │   │   │   ├── collection.png
│   │   │   │   │   │   ├── file.png
│   │   │   │   │   │   ├── parent.png
│   │   │   │   │   │   └── principal.png
│   │   │   │   │   ├── GuessContentType.php
│   │   │   │   │   ├── MapGetToPropFind.php
│   │   │   │   │   └── Plugin.php
│   │   │   │   ├── Client.php
│   │   │   │   ├── Collection.php
│   │   │   │   ├── Exception
│   │   │   │   │   ├── BadRequest.php
│   │   │   │   │   ├── ConflictingLock.php
│   │   │   │   │   ├── Conflict.php
│   │   │   │   │   ├── FileNotFound.php
│   │   │   │   │   ├── Forbidden.php
│   │   │   │   │   ├── InsufficientStorage.php
│   │   │   │   │   ├── InvalidResourceType.php
│   │   │   │   │   ├── Locked.php
│   │   │   │   │   ├── LockTokenMatchesRequestUri.php
│   │   │   │   │   ├── MethodNotAllowed.php
│   │   │   │   │   ├── NotAuthenticated.php
│   │   │   │   │   ├── NotFound.php
│   │   │   │   │   ├── NotImplemented.php
│   │   │   │   │   ├── PaymentRequired.php
│   │   │   │   │   ├── PreconditionFailed.php
│   │   │   │   │   ├── ReportNotSupported.php
│   │   │   │   │   ├── RequestedRangeNotSatisfiable.php
│   │   │   │   │   ├── ServiceUnavailable.php
│   │   │   │   │   └── UnsupportedMediaType.php
│   │   │   │   ├── Exception.php
│   │   │   │   ├── File.php
│   │   │   │   ├── FS
│   │   │   │   │   ├── Directory.php
│   │   │   │   │   ├── File.php
│   │   │   │   │   └── Node.php
│   │   │   │   ├── FSExt
│   │   │   │   │   ├── Directory.php
│   │   │   │   │   ├── File.php
│   │   │   │   │   └── Node.php
│   │   │   │   ├── ICollection.php
│   │   │   │   ├── IExtendedCollection.php
│   │   │   │   ├── IFile.php
│   │   │   │   ├── INode.php
│   │   │   │   ├── IProperties.php
│   │   │   │   ├── IQuota.php
│   │   │   │   ├── Locks
│   │   │   │   │   ├── Backend
│   │   │   │   │   │   ├── AbstractBackend.php
│   │   │   │   │   │   ├── BackendInterface.php
│   │   │   │   │   │   ├── File.php
│   │   │   │   │   │   ├── FS.php
│   │   │   │   │   │   └── PDO.php
│   │   │   │   │   ├── LockInfo.php
│   │   │   │   │   └── Plugin.php
│   │   │   │   ├── Mount
│   │   │   │   │   └── Plugin.php
│   │   │   │   ├── Node.php
│   │   │   │   ├── ObjectTree.php
│   │   │   │   ├── PartialUpdate
│   │   │   │   │   ├── IFile.php
│   │   │   │   │   └── Plugin.php
│   │   │   │   ├── Property
│   │   │   │   │   ├── GetLastModified.php
│   │   │   │   │   ├── HrefList.php
│   │   │   │   │   ├── Href.php
│   │   │   │   │   ├── IHref.php
│   │   │   │   │   ├── LockDiscovery.php
│   │   │   │   │   ├── ResourceType.php
│   │   │   │   │   ├── ResponseList.php
│   │   │   │   │   ├── Response.php
│   │   │   │   │   ├── SupportedLock.php
│   │   │   │   │   └── SupportedReportSet.php
│   │   │   │   ├── PropertyInterface.php
│   │   │   │   ├── Property.php
│   │   │   │   ├── Server.php
│   │   │   │   ├── ServerPlugin.php
│   │   │   │   ├── SimpleCollection.php
│   │   │   │   ├── SimpleFile.php
│   │   │   │   ├── StringUtil.php
│   │   │   │   ├── TemporaryFileFilterPlugin.php
│   │   │   │   ├── Tree
│   │   │   │   │   └── Filesystem.php
│   │   │   │   ├── Tree.php
│   │   │   │   ├── URLUtil.php
│   │   │   │   ├── UUIDUtil.php
│   │   │   │   ├── Version.php
│   │   │   │   └── XMLUtil.php
│   │   │   ├── DAVACL
│   │   │   │   ├── AbstractPrincipalCollection.php
│   │   │   │   ├── Exception
│   │   │   │   │   ├── AceConflict.php
│   │   │   │   │   ├── NeedPrivileges.php
│   │   │   │   │   ├── NoAbstract.php
│   │   │   │   │   ├── NotRecognizedPrincipal.php
│   │   │   │   │   └── NotSupportedPrivilege.php
│   │   │   │   ├── IACL.php
│   │   │   │   ├── IPrincipalCollection.php
│   │   │   │   ├── IPrincipal.php
│   │   │   │   ├── Plugin.php
│   │   │   │   ├── PrincipalBackend
│   │   │   │   │   ├── AbstractBackend.php
│   │   │   │   │   ├── BackendInterface.php
│   │   │   │   │   └── PDO.php
│   │   │   │   ├── PrincipalCollection.php
│   │   │   │   ├── Principal.php
│   │   │   │   ├── Property
│   │   │   │   │   ├── Acl.php
│   │   │   │   │   ├── AclRestrictions.php
│   │   │   │   │   ├── CurrentUserPrivilegeSet.php
│   │   │   │   │   ├── Principal.php
│   │   │   │   │   └── SupportedPrivilegeSet.php
│   │   │   │   └── Version.php
│   │   │   ├── HTTP
│   │   │   │   ├── AbstractAuth.php
│   │   │   │   ├── AWSAuth.php
│   │   │   │   ├── BasicAuth.php
│   │   │   │   ├── DigestAuth.php
│   │   │   │   ├── Request.php
│   │   │   │   ├── Response.php
│   │   │   │   ├── Util.php
│   │   │   │   └── Version.php
│   │   │   └── VObject
│   │   │   ├── Cli.php
│   │   │   ├── Component
│   │   │   │   ├── VAlarm.php
│   │   │   │   ├── VCalendar.php
│   │   │   │   ├── VCard.php
│   │   │   │   ├── VEvent.php
│   │   │   │   ├── VFreeBusy.php
│   │   │   │   ├── VJournal.php
│   │   │   │   └── VTodo.php
│   │   │   ├── Component.php
│   │   │   ├── DateTimeParser.php
│   │   │   ├── Document.php
│   │   │   ├── ElementList.php
│   │   │   ├── EofException.php
│   │   │   ├── FreeBusyGenerator.php
│   │   │   ├── includes.php
│   │   │   ├── Node.php
│   │   │   ├── Parameter.php
│   │   │   ├── ParseException.php
│   │   │   ├── Parser
│   │   │   │   ├── Json.php
│   │   │   │   ├── MimeDir.php
│   │   │   │   └── Parser.php
│   │   │   ├── Property
│   │   │   │   ├── Binary.php
│   │   │   │   ├── Boolean.php
│   │   │   │   ├── FlatText.php
│   │   │   │   ├── Float.php
│   │   │   │   ├── ICalendar
│   │   │   │   │   ├── CalAddress.php
│   │   │   │   │   ├── Date.php
│   │   │   │   │   ├── DateTime.php
│   │   │   │   │   ├── Duration.php
│   │   │   │   │   ├── Period.php
│   │   │   │   │   └── Recur.php
│   │   │   │   ├── Integer.php
│   │   │   │   ├── Text.php
│   │   │   │   ├── Time.php
│   │   │   │   ├── Unknown.php
│   │   │   │   ├── Uri.php
│   │   │   │   ├── UtcOffset.php
│   │   │   │   └── VCard
│   │   │   │   ├── DateAndOrTime.php
│   │   │   │   ├── Date.php
│   │   │   │   ├── DateTime.php
│   │   │   │   ├── LanguageTag.php
│   │   │   │   └── TimeStamp.php
│   │   │   ├── Property.php
│   │   │   ├── Reader.php
│   │   │   ├── RecurrenceIterator.php
│   │   │   ├── Splitter
│   │   │   │   ├── ICalendar.php
│   │   │   │   ├── SplitterInterface.php
│   │   │   │   └── VCard.php
│   │   │   ├── StringUtil.php
│   │   │   ├── TimeZoneUtil.php
│   │   │   ├── VCardConverter.php
│   │   │   └── Version.php
│   │   ├── spyc
│   │   │   ├── composer.json
│   │   │   ├── COPYING
│   │   │   ├── README.md
│   │   │   └── Spyc.php
│   │   └── tmhOAuth
│   │   ├── cacert.pem
│   │   ├── LICENSE
│   │   ├── README.md
│   │   ├── tmhOAuth.php
│   │   └── tmhUtilities.php
│   ├── localization
│   │   ├── admin
│   │   │   ├── cs_CZ.yml
│   │   │   ├── da_DK.yml
│   │   │   ├── de_DE.yml
│   │   │   ├── en_US.yml
│   │   │   ├── es_ES.yml
│   │   │   ├── fa_IR.yml
│   │   │   ├── fi_FI.yml
│   │   │   ├── fr_FR.yml
│   │   │   ├── hu_HU.yml
│   │   │   ├── id_ID.yml
│   │   │   ├── it_IT.yml
│   │   │   ├── ja_JP.yml
│   │   │   ├── lt_LT.yml
│   │   │   ├── nb_NO.yml
│   │   │   ├── nl_NL.yml
│   │   │   ├── pl_PL.yml
│   │   │   ├── pt_BR.yml
│   │   │   ├── README
│   │   │   ├── ru_RU.yml
│   │   │   ├── sk_SK.yml
│   │   │   ├── sl_SI.yml
│   │   │   ├── _source.en.yml
│   │   │   ├── sv_SE.yml
│   │   │   └── zh_CN.yml
│   │   ├── langs.yml
│   │   ├── moment
│   │   │   ├── af.js
│   │   │   ├── ar-dz.js
│   │   │   ├── ar.js
│   │   │   ├── ar-kw.js
│   │   │   ├── ar-ly.js
│   │   │   ├── ar-ma.js
│   │   │   ├── ar-sa.js
│   │   │   ├── ar-tn.js
│   │   │   ├── az.js
│   │   │   ├── be.js
│   │   │   ├── bg.js
│   │   │   ├── bm.js
│   │   │   ├── bn.js
│   │   │   ├── bo.js
│   │   │   ├── br.js
│   │   │   ├── bs.js
│   │   │   ├── ca.js
│   │   │   ├── cs.js
│   │   │   ├── cv.js
│   │   │   ├── cy.js
│   │   │   ├── da.js
│   │   │   ├── de-at.js
│   │   │   ├── de-ch.js
│   │   │   ├── de.js
│   │   │   ├── dv.js
│   │   │   ├── el.js
│   │   │   ├── en-au.js
│   │   │   ├── en-ca.js
│   │   │   ├── en-gb.js
│   │   │   ├── en-ie.js
│   │   │   ├── en-il.js
│   │   │   ├── en-nz.js
│   │   │   ├── en-SG.js
│   │   │   ├── eo.js
│   │   │   ├── es-do.js
│   │   │   ├── es.js
│   │   │   ├── es-us.js
│   │   │   ├── et.js
│   │   │   ├── eu.js
│   │   │   ├── fa.js
│   │   │   ├── fi.js
│   │   │   ├── fo.js
│   │   │   ├── fr-ca.js
│   │   │   ├── fr-ch.js
│   │   │   ├── fr.js
│   │   │   ├── fy.js
│   │   │   ├── ga.js
│   │   │   ├── gd.js
│   │   │   ├── gl.js
│   │   │   ├── gom-latn.js
│   │   │   ├── gu.js
│   │   │   ├── he.js
│   │   │   ├── hi.js
│   │   │   ├── hr.js
│   │   │   ├── hu.js
│   │   │   ├── hy-am.js
│   │   │   ├── id.js
│   │   │   ├── is.js
│   │   │   ├── it-ch.js
│   │   │   ├── it.js
│   │   │   ├── ja.js
│   │   │   ├── jv.js
│   │   │   ├── ka.js
│   │   │   ├── kk.js
│   │   │   ├── km.js
│   │   │   ├── kn.js
│   │   │   ├── ko.js
│   │   │   ├── ku.js
│   │   │   ├── ky.js
│   │   │   ├── lb.js
│   │   │   ├── lo.js
│   │   │   ├── lt.js
│   │   │   ├── lv.js
│   │   │   ├── me.js
│   │   │   ├── mi.js
│   │   │   ├── mk.js
│   │   │   ├── ml.js
│   │   │   ├── mn.js
│   │   │   ├── mr.js
│   │   │   ├── ms.js
│   │   │   ├── ms-my.js
│   │   │   ├── mt.js
│   │   │   ├── my.js
│   │   │   ├── nb.js
│   │   │   ├── ne.js
│   │   │   ├── nl-be.js
│   │   │   ├── nl.js
│   │   │   ├── nn.js
│   │   │   ├── pa-in.js
│   │   │   ├── pl.js
│   │   │   ├── pt-br.js
│   │   │   ├── pt.js
│   │   │   ├── ro.js
│   │   │   ├── ru.js
│   │   │   ├── sd.js
│   │   │   ├── se.js
│   │   │   ├── si.js
│   │   │   ├── sk.js
│   │   │   ├── sl.js
│   │   │   ├── sq.js
│   │   │   ├── sr-cyrl.js
│   │   │   ├── sr.js
│   │   │   ├── ss.js
│   │   │   ├── sv.js
│   │   │   ├── sw.js
│   │   │   ├── ta.js
│   │   │   ├── te.js
│   │   │   ├── tet.js
│   │   │   ├── tg.js
│   │   │   ├── th.js
│   │   │   ├── tlh.js
│   │   │   ├── tl-ph.js
│   │   │   ├── tr.js
│   │   │   ├── tzl.js
│   │   │   ├── tzm.js
│   │   │   ├── tzm-latn.js
│   │   │   ├── ug-cn.js
│   │   │   ├── uk.js
│   │   │   ├── ur.js
│   │   │   ├── uz.js
│   │   │   ├── uz-latn.js
│   │   │   ├── vi.js
│   │   │   ├── x-pseudo.js
│   │   │   ├── yo.js
│   │   │   ├── zh-cn.js
│   │   │   ├── zh-hk.js
│   │   │   └── zh-tw.js
│   │   ├── README
│   │   └── webmail
│   │   ├── ar_SA.yml
│   │   ├── bg_BG.yml
│   │   ├── cs_CZ.yml
│   │   ├── da_DK.yml
│   │   ├── de_DE.yml
│   │   ├── el_GR.yml
│   │   ├── en_GB.yml
│   │   ├── en_US.yml
│   │   ├── es_ES.yml
│   │   ├── et_EE.yml
│   │   ├── fa_IR.yml
│   │   ├── fi_FI.yml
│   │   ├── fr_FR.yml
│   │   ├── hu_HU.yml
│   │   ├── id_ID.yml
│   │   ├── is_IS.yml
│   │   ├── it_IT.yml
│   │   ├── ja_JP.yml
│   │   ├── ko_KR.yml
│   │   ├── lt_LT.yml
│   │   ├── lv_LV.yml
│   │   ├── nb_NO.yml
│   │   ├── nl_NL.yml
│   │   ├── pl_PL.yml
│   │   ├── pt_BR.yml
│   │   ├── pt_PT.yml
│   │   ├── README
│   │   ├── ro_RO.yml
│   │   ├── ru_RU.yml
│   │   ├── sk_SK.yml
│   │   ├── sl_SI.yml
│   │   ├── _source.en.yml
│   │   ├── sv_SE.yml
│   │   ├── tr_TR.yml
│   │   ├── uk_UA.yml
│   │   ├── zh_CN.yml
│   │   └── zh_TW.yml
│   ├── resources
│   │   ├── images
│   │   │   ├── empty-contact.png
│   │   │   └── services
│   │   │   ├── amazon.com.png
│   │   │   ├── apple.com.png
│   │   │   ├── asana.com.png
│   │   │   ├── battle.net.png
│   │   │   ├── blizzard.com.png
│   │   │   ├── cnet.online.com.png
│   │   │   ├── connect.asana.com.png
│   │   │   ├── ea.com.png
│   │   │   ├── ebay.com.png
│   │   │   ├── email.blizzard.com.png
│   │   │   ├── email.microsoft.com.png
│   │   │   ├── email.skype.com.png
│   │   │   ├── em.ea.com.png
│   │   │   ├── e.paypal.com.png
│   │   │   ├── facebook.com.png
│   │   │   ├── facebookmail.com.png
│   │   │   ├── github.com.png
│   │   │   ├── google.com.png
│   │   │   ├── id.apple.com.png
│   │   │   ├── intl.paypal.com.png
│   │   │   ├── microsoft.com.png
│   │   │   ├── microsoftonline.com.png
│   │   │   ├── myspace.com.png
│   │   │   ├── news.myspace.com.png
│   │   │   ├── news.onlive.com.png
│   │   │   ├── onlive.com.png
│   │   │   ├── paypal.com.png
│   │   │   ├── plus.google.com.png
│   │   │   ├── postmaster.twitter.com.png
│   │   │   ├── reply1.ebay.com.png
│   │   │   ├── reply2.ebay.com.png
│   │   │   ├── reply3.ebay.com.png
│   │   │   ├── reply.ebay.com.png
│   │   │   ├── skype.com.png
│   │   │   ├── steampowered.com.png
│   │   │   ├── ted.com.png
│   │   │   ├── twitter.com.png
│   │   │   └── youtube.com.png
│   │   └── RainLoop.asc
│   └── templates
│   ├── BadBrowser.html
│   ├── Error.html
│   ├── Index.html
│   ├── Social.html
│   ├── Themes
│   │   ├── template.less
│   │   └── values.less
│   └── Views
│   ├── Admin
│   │   ├── AdminLogin.html
│   │   ├── AdminMenu.html
│   │   ├── AdminPane.html
│   │   ├── AdminSettingsAbout.html
│   │   ├── AdminSettingsBranding.html
│   │   ├── AdminSettingsContacts.html
│   │   ├── AdminSettingsDomainListItem.html
│   │   ├── AdminSettingsDomains.html
│   │   ├── AdminSettingsGeneral.html
│   │   ├── AdminSettingsLicensing.html
│   │   ├── AdminSettingsLogin.html
│   │   ├── AdminSettingsPackages.html
│   │   ├── AdminSettingsPackagesListItem.html
│   │   ├── AdminSettingsPackagesTable.html
│   │   ├── AdminSettingsPluginListItem.html
│   │   ├── AdminSettingsPluginProperty.html
│   │   ├── AdminSettingsPlugins.html
│   │   ├── AdminSettingsSecurity.html
│   │   ├── AdminSettingsSocial.html
│   │   ├── PopupsActivate.html
│   │   ├── PopupsDomainAlias.html
│   │   ├── PopupsDomain.html
│   │   └── PopupsPlugin.html
│   ├── Common
│   │   ├── Cmd.html
│   │   ├── Pagenator.html
│   │   ├── PopupsAsk.html
│   │   ├── PopupsKeyboardShortcutsHelp.html
│   │   ├── PopupsLanguages.html
│   │   └── PopupsWelcomePage.html
│   ├── Components
│   │   ├── CheckboxClassic.html
│   │   ├── Checkbox.html
│   │   ├── CheckboxMaterialDesign.html
│   │   ├── Date.html
│   │   ├── Input.html
│   │   ├── Radio.html
│   │   ├── SaveTrigger.html
│   │   ├── Select.html
│   │   └── TextArea.html
│   └── User
│   ├── About.html
│   ├── ComposeAttachment.html
│   ├── Login.html
│   ├── LoginWelcome.html
│   ├── MailFolderList.html
│   ├── MailFolderListItem.html
│   ├── MailFolderListSystemItem.html
│   ├── MailMessageList.html
│   ├── MailMessageListItem.html
│   ├── MailMessageListItemNoPreviewPane.html
│   ├── MailMessageView.html
│   ├── PhotoSwipe.html
│   ├── PopupsAccount.html
│   ├── PopupsAddOpenPgpKey.html
│   ├── PopupsAdvancedSearch.html
│   ├── PopupsCompose.html
│   ├── PopupsComposeOpenPgp.html
│   ├── PopupsContacts.html
│   ├── PopupsFilter.html
│   ├── PopupsFolderClear.html
│   ├── PopupsFolderCreate.html
│   ├── PopupsFolderSystem.html
│   ├── PopupsIdentity.html
│   ├── PopupsMessageOpenPgp.html
│   ├── PopupsNewOpenPgpKey.html
│   ├── PopupsTemplate.html
│   ├── PopupsTwoFactorConfiguration.html
│   ├── PopupsTwoFactorTest.html
│   ├── PopupsViewOpenPgpKey.html
│   ├── PopupsWindowSimpleMessage.html
│   ├── SettingsAccounts.html
│   ├── SettingsChangePassword.html
│   ├── SettingsContacts.html
│   ├── SettingsCustom.html
│   ├── SettingsFiltersActionDiscard.html
│   ├── SettingsFiltersActionForward.html
│   ├── SettingsFiltersActionMoveToFolder.html
│   ├── SettingsFiltersActionNone.html
│   ├── SettingsFiltersActionReject.html
│   ├── SettingsFiltersActionVacation.html
│   ├── SettingsFiltersConditionDefault.html
│   ├── SettingsFiltersConditionMore.html
│   ├── SettingsFiltersConditionSize.html
│   ├── SettingsFilters.html
│   ├── SettingsFolderItem.html
│   ├── SettingsFolders.html
│   ├── SettingsGeneral.html
│   ├── SettingsMenu.html
│   ├── SettingsOpenPGP.html
│   ├── SettingsPane.html
│   ├── SettingsSecurity.html
│   ├── SettingsSocial.html
│   ├── SettingsTemplates.html
│   ├── SettingsThemes.html
│   └── SystemDropDown.html
├── check.php
├── include.php
├── index.php
├── index.php.root
├── static
│   ├── android-icon.png
│   ├── apple-touch-icon.png
│   ├── browsers
│   │   ├── chrome.gif
│   │   ├── firefox.gif
│   │   ├── opera.gif
│   │   └── safari.gif
│   ├── ckeditor
│   │   ├── build-config.js
│   │   ├── ckeditor.js
│   │   ├── ckeditor.orig.js
│   │   ├── config.js
│   │   ├── contents.css
│   │   ├── FIXES.txt
│   │   ├── lang
│   │   │   ├── af.js
│   │   │   ├── ar.js
│   │   │   ├── az.js
│   │   │   ├── bg.js
│   │   │   ├── bn.js
│   │   │   ├── bs.js
│   │   │   ├── ca.js
│   │   │   ├── cs.js
│   │   │   ├── cy.js
│   │   │   ├── da.js
│   │   │   ├── de-ch.js
│   │   │   ├── de.js
│   │   │   ├── el.js
│   │   │   ├── en-au.js
│   │   │   ├── en-ca.js
│   │   │   ├── en-gb.js
│   │   │   ├── en.js
│   │   │   ├── eo.js
│   │   │   ├── es.js
│   │   │   ├── et.js
│   │   │   ├── eu.js
│   │   │   ├── fa.js
│   │   │   ├── fi.js
│   │   │   ├── fo.js
│   │   │   ├── fr-ca.js
│   │   │   ├── fr.js
│   │   │   ├── gl.js
│   │   │   ├── gu.js
│   │   │   ├── he.js
│   │   │   ├── hi.js
│   │   │   ├── hr.js
│   │   │   ├── hu.js
│   │   │   ├── id.js
│   │   │   ├── is.js
│   │   │   ├── it.js
│   │   │   ├── ja.js
│   │   │   ├── ka.js
│   │   │   ├── km.js
│   │   │   ├── ko.js
│   │   │   ├── ku.js
│   │   │   ├── lt.js
│   │   │   ├── lv.js
│   │   │   ├── mk.js
│   │   │   ├── mn.js
│   │   │   ├── ms.js
│   │   │   ├── nb.js
│   │   │   ├── nl.js
│   │   │   ├── no.js
│   │   │   ├── oc.js
│   │   │   ├── pl.js
│   │   │   ├── pt-br.js
│   │   │   ├── pt.js
│   │   │   ├── ro.js
│   │   │   ├── ru.js
│   │   │   ├── si.js
│   │   │   ├── sk.js
│   │   │   ├── sl.js
│   │   │   ├── sq.js
│   │   │   ├── sr.js
│   │   │   ├── sr-latn.js
│   │   │   ├── sv.js
│   │   │   ├── th.js
│   │   │   ├── tr.js
│   │   │   ├── tt.js
│   │   │   ├── ug.js
│   │   │   ├── uk.js
│   │   │   ├── vi.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh.js
│   │   ├── plugins
│   │   │   ├── about
│   │   │   │   └── dialogs
│   │   │   │   ├── about.js
│   │   │   │   ├── hidpi
│   │   │   │   │   └── logo_ckeditor.png
│   │   │   │   └── logo_ckeditor.png
│   │   │   ├── base64image
│   │   │   │   ├── dialogs
│   │   │   │   │   └── base64image.js
│   │   │   │   ├── LICENSE.md
│   │   │   │   └── README.md
│   │   │   ├── clipboard
│   │   │   │   └── dialogs
│   │   │   │   └── paste.js
│   │   │   ├── colordialog
│   │   │   │   └── dialogs
│   │   │   │   ├── colordialog.css
│   │   │   │   └── colordialog.js
│   │   │   ├── dialog
│   │   │   │   └── dialogDefinition.js
│   │   │   ├── icons_hidpi.png
│   │   │   ├── icons.png
│   │   │   ├── image
│   │   │   │   ├── dialogs
│   │   │   │   │   └── image.js
│   │   │   │   └── images
│   │   │   │   └── noimage.png
│   │   │   ├── image2
│   │   │   │   └── dialogs
│   │   │   │   └── image2.js
│   │   │   ├── link
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── anchor.js
│   │   │   │   │   └── link.js
│   │   │   │   └── images
│   │   │   │   ├── anchor.png
│   │   │   │   └── hidpi
│   │   │   │   └── anchor.png
│   │   │   ├── plain
│   │   │   │   ├── icons
│   │   │   │   │   ├── hidpi
│   │   │   │   │   │   ├── plain.png
│   │   │   │   │   │   └── plain-rtl.png
│   │   │   │   │   ├── plain.png
│   │   │   │   │   └── plain-rtl.png
│   │   │   │   └── plugin.js
│   │   │   ├── quicktable
│   │   │   │   ├── CHANGELOG.md
│   │   │   │   ├── Gruntfile.js
│   │   │   │   ├── LICENSE
│   │   │   │   ├── package.json
│   │   │   │   ├── README.md
│   │   │   │   └── template.jst
│   │   │   ├── signature
│   │   │   │   └── plugin.js
│   │   │   ├── table
│   │   │   │   └── dialogs
│   │   │   │   └── table.js
│   │   │   └── widget
│   │   │   └── images
│   │   │   └── handle.png
│   │   ├── skins
│   │   │   └── moono-lisa
│   │   │   ├── dialog.css
│   │   │   ├── dialog_ie8.css
│   │   │   ├── dialog_ie.css
│   │   │   ├── dialog_iequirks.css
│   │   │   ├── editor.css
│   │   │   ├── editor_gecko.css
│   │   │   ├── editor_ie8.css
│   │   │   ├── editor_ie.css
│   │   │   ├── editor_iequirks.css
│   │   │   ├── icons_hidpi.png
│   │   │   ├── icons.png
│   │   │   ├── images
│   │   │   │   ├── arrow.png
│   │   │   │   ├── close.png
│   │   │   │   ├── hidpi
│   │   │   │   │   ├── close.png
│   │   │   │   │   ├── lock-open.png
│   │   │   │   │   ├── lock.png
│   │   │   │   │   └── refresh.png
│   │   │   │   ├── lock-open.png
│   │   │   │   ├── lock.png
│   │   │   │   ├── refresh.png
│   │   │   │   └── spinner.gif
│   │   │   └── readme.md
│   │   └── styles.js
│   ├── css
│   │   ├── app.css
│   │   ├── app.min.css
│   │   ├── default-skin.png
│   │   ├── default-skin.svg
│   │   ├── flags.png
│   │   ├── fonts
│   │   │   ├── lg.eot
│   │   │   ├── lg.svg
│   │   │   ├── lg.ttf
│   │   │   ├── lg.woff
│   │   │   ├── rainloop.eot
│   │   │   ├── rainloop.svg
│   │   │   ├── rainloop.ttf
│   │   │   └── rainloop.woff
│   │   ├── images
│   │   │   ├── editor.png
│   │   │   ├── empty-contact.png
│   │   │   ├── grey.png
│   │   │   ├── icom-message-notification.png
│   │   │   ├── loading.gif
│   │   │   ├── rainloop-logo.png
│   │   │   ├── sync.gif
│   │   │   ├── sync.png
│   │   │   └── white.png
│   │   ├── img
│   │   │   └── loading.gif
│   │   ├── loading.gif
│   │   ├── preloader.gif
│   │   ├── social.css
│   │   └── social.min.css
│   ├── favicon.ico
│   ├── favicon-light.ico
│   ├── favicon-light.png
│   ├── favicon.png
│   ├── js
│   │   ├── admin.js
│   │   ├── app.js
│   │   ├── boot.js
│   │   ├── libs.js
│   │   ├── min
│   │   │   ├── admin.min.js
│   │   │   ├── app.min.js
│   │   │   ├── boot.min.js
│   │   │   ├── libs.min.js
│   │   │   ├── openpgp.min.js
│   │   │   ├── openpgp.worker.min.js
│   │   │   └── polyfills.min.js
│   │   └── polyfills.js
│   ├── manifest.json
│   └── sounds
│   ├── new-mail.mp3
│   └── new-mail.ogg
└── themes
├── A
│   ├── images
│   │   ├── background.jpg
│   │   └── preview.png
│   └── styles.less
├── Blurred
│   ├── images
│   │   ├── background.jpg
│   │   └── preview.png
│   └── styles.less
├── Clear
│   ├── images
│   │   └── preview.png
│   └── styles.less
├── DarkShine
│   ├── images
│   │   ├── background.jpg
│   │   └── preview.png
│   └── styles.less
├── Default
│   ├── images
│   │   ├── background.jpg
│   │   ├── background.png
│   │   └── preview.png
│   └── styles.less
├── Linen
│   ├── images
│   │   ├── background.jpg
│   │   ├── background.png
│   │   └── preview.png
│   └── styles.less
├── Love
│   ├── images
│   │   ├── background.jpg
│   │   └── preview.png
│   └── styles.less
├── Mobile
│   ├── ext.less
│   ├── images
│   │   └── preview.png
│   └── styles.less
├── Snow
│   ├── images
│   │   ├── background.jpg
│   │   └── preview.png
│   └── styles.less
├── Squares
│   ├── images
│   │   ├── background.jpg
│   │   ├── background.png
│   │   └── preview.png
│   └── styles.less
├── SquaresDark
│   ├── images
│   │   ├── background.jpg
│   │   ├── background.png
│   │   └── preview.png
│   └── styles.less
├── Stripes
│   ├── images
│   │   ├── background.jpg
│   │   └── preview.png
│   └── styles.less
├── Wood
│   ├── images
│   │   ├── background.jpg
│   │   ├── background.png
│   │   └── preview.png
│   └── styles.less
└── Xv
├── images
│   ├── background.jpg
│   ├── background.png
│   └── preview.png
└── styles.less
251 directories, 1464 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment