diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b9f1210 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +kirmah/__pycache__/ +psr/__pycache__/ +*.pyc diff --git a/kirmah-cli.py b/kirmah-cli.py index 540bd5e..48d4336 100644 --- a/kirmah-cli.py +++ b/kirmah-cli.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/kirmah.py b/kirmah.py index ad75468..6a9724b 100644 --- a/kirmah.py +++ b/kirmah.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.17 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/kirmah/app.py b/kirmah/app.py index 0167915..f530bec 100755 --- a/kirmah/app.py +++ b/kirmah/app.py @@ -1,11 +1,11 @@ #!/usr/bin/env python3 #-*- coding: utf-8 -*- -# kirmah.app.py +# kirmah/app.py # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/kirmah/cli.py b/kirmah/cli.py index e11541e..5daad1d 100755 --- a/kirmah/cli.py +++ b/kirmah/cli.py @@ -1,11 +1,11 @@ #!/usr/bin/env python3 #-*- coding: utf-8 -*- -# kirmah.cli.py +# kirmah/cli.py # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/kirmah/cliapp.py b/kirmah/cliapp.py index 76629c9..5328c31 100755 --- a/kirmah/cliapp.py +++ b/kirmah/cliapp.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/kirmah/conf.py b/kirmah/conf.py index 3e6abdc..1ad0981 100755 --- a/kirmah/conf.py +++ b/kirmah/conf.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/kirmah/crypt.py b/kirmah/crypt.py index 89d4ac0..008cac7 100755 --- a/kirmah/crypt.py +++ b/kirmah/crypt.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/kirmah/gui.py b/kirmah/gui.py index 23b2836..1cfcdeb 100755 --- a/kirmah/gui.py +++ b/kirmah/gui.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/kirmah/ui.py b/kirmah/ui.py index d95deb3..3f236a1 100755 --- a/kirmah/ui.py +++ b/kirmah/ui.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/psr/cli.py b/psr/cli.py index 42572f6..40e7192 100755 --- a/psr/cli.py +++ b/psr/cli.py @@ -1,11 +1,11 @@ #!/usr/bin/env python3 #-*- coding: utf-8 -*- -# kirmah.cli.py +# psr/cli.py # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/psr/const.py b/psr/const.py index b4d12cc..414de76 100755 --- a/psr/const.py +++ b/psr/const.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/psr/imap.py b/psr/imap.py index a7e481f..0d81248 100755 --- a/psr/imap.py +++ b/psr/imap.py @@ -1,3 +1,36 @@ +#!/usr/bin/env python3 +#-*- coding: utf-8 -*- +# psr/imap.py +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# software : Kirmah +# version : 2.18 +# date : 2014 +# licence : GPLv3.0 +# author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> +# copyright : pluie.org +# +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# This file is part of Kirmah. +# +# Kirmah is free software (free as in speech) : you can redistribute it +# and/or modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the License, +# or (at your option) any later version. +# +# Kirmah is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +# more details. +# +# You should have received a copy of the GNU General Public License +# along with Kirmah. If not, see . +# + +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# ~~ module imap ~~ + from imaplib import Commands, IMAP4_SSL, Time2Internaldate from binascii import b2a_base64, a2b_base64 from codecs import register, StreamReader, StreamWriter diff --git a/psr/ini.py b/psr/ini.py index ea11517..ca32bc3 100755 --- a/psr/ini.py +++ b/psr/ini.py @@ -1,3 +1,36 @@ +#!/usr/bin/env python3 +#-*- coding: utf-8 -*- +# psr/ini.py +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# software : Kirmah +# version : 2.18 +# date : 2014 +# licence : GPLv3.0 +# author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> +# copyright : pluie.org +# +# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # +# +# This file is part of Kirmah. +# +# Kirmah is free software (free as in speech) : you can redistribute it +# and/or modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the License, +# or (at your option) any later version. +# +# Kirmah is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +# more details. +# +# You should have received a copy of the GNU General Public License +# along with Kirmah. If not, see . +# + +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# ~~ module ini ~~ + from re import split as regsplit from psr.sys import Sys, Io, Const from psr.log import Log diff --git a/psr/io.py b/psr/io.py index bbfdd72..1a105be 100755 --- a/psr/io.py +++ b/psr/io.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/psr/log.py b/psr/log.py index 7fcfb4d..fde19ea 100755 --- a/psr/log.py +++ b/psr/log.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/psr/mproc.py b/psr/mproc.py index 8e3aabd..b357e9a 100755 --- a/psr/mproc.py +++ b/psr/mproc.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/psr/sys.py b/psr/sys.py index e626140..abdddcf 100755 --- a/psr/sys.py +++ b/psr/sys.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org diff --git a/psr/w32color.py b/psr/w32color.py index 0afc865..e524ea9 100755 --- a/psr/w32color.py +++ b/psr/w32color.py @@ -5,7 +5,7 @@ # # software : Kirmah # version : 2.18 -# date : 2013 +# date : 2014 # licence : GPLv3.0 # author : a-Sansara <[a-sansara]at[clochardprod]dot[net]> # copyright : pluie.org