Skip to content

Commit

Permalink
major rewrite to use Gmail API instead of IMAP
Browse files Browse the repository at this point in the history
jay0lee committed Aug 15, 2015

Verified

This commit was signed with the committer’s verified signature.
erikmd Erik Martin-Dorel
1 parent 8fcdb48 commit a6b1c91
Showing 48 changed files with 4,812 additions and 6,978 deletions.
1 change: 0 additions & 1 deletion apiclient/__init__.py

This file was deleted.

Empty file removed apiclient/ext/__init__.py
Empty file.
274 changes: 0 additions & 274 deletions apiclient/push.py

This file was deleted.

13 changes: 2 additions & 11 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
rmdir /q /s gyb
rmdir /q /s gyb-64
rmdir /q /s build
rmdir /q /s dist
del /q /f gyb-%1-windows.zip
del /q /f gyb-%1-windows-x64.zip

c:\python27-32\scripts\pyinstaller --distpath=gyb gyb.spec
c:\python3\scripts\pyinstaller --distpath=gyb gyb.spec
xcopy LICENSE gyb\
xcopy cacert.pem gyb\
xcopy client_secrets.json gyb\
del gyb\w9xpopen.exe
"%ProgramFiles(x86)%\7-Zip\7z.exe" a -tzip gyb-%1-windows.zip gyb\ -xr!.svn

c:\python27\scripts\pyinstaller --distpath=gyb-64 gyb.spec
xcopy LICENSE gyb-64\
xcopy cacert.pem gyb-64\
xcopy client_secrets.json gyb-64\
"%ProgramFiles(x86)%\7-Zip\7z.exe" a -tzip gyb-%1-windows-x64.zip gyb-64\ -xr!.svn
"%ProgramFiles(x86)%\7-Zip\7z.exe" a -tzip gyb-%1-windows.zip gyb\ -xr!.svn
Loading

0 comments on commit a6b1c91

Please sign in to comment.