├── .gitignore ├── FMain.dfm ├── FMain.pas ├── IdCompilerDefines.inc ├── IdIMAP4.pas ├── LICENSE ├── README.md ├── SASLOAuth2Test.dpr ├── SASLOAuth2Test.dproj └── SASLXOAuth2.pas /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/.gitignore -------------------------------------------------------------------------------- /FMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/FMain.dfm -------------------------------------------------------------------------------- /FMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/FMain.pas -------------------------------------------------------------------------------- /IdCompilerDefines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/IdCompilerDefines.inc -------------------------------------------------------------------------------- /IdIMAP4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/IdIMAP4.pas -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/README.md -------------------------------------------------------------------------------- /SASLOAuth2Test.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/SASLOAuth2Test.dpr -------------------------------------------------------------------------------- /SASLOAuth2Test.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/SASLOAuth2Test.dproj -------------------------------------------------------------------------------- /SASLXOAuth2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lordcrc/IndySASLOAuth2/HEAD/SASLXOAuth2.pas --------------------------------------------------------------------------------