This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Simple email application for Android. Original source code:
https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1588
Commits
1
Branch
22 KiB
Tree:
6407201467
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '6407201467'
${ noResults }
simple-email
/
node_modules
/
btoa-lite
/
btoa-node.js
3 lines
84 B
Raw
Normal View
History
style: reformat indent
6 years ago
module
.
exports
=
function
btoa
(
str
)
{
return
new
Buffer
(
str
)
.
toString
(
'base64'
)
}