Giter Club home page Giter Club logo

id-based-encryption's People

Contributors

luxmus avatar peersafe avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

id-based-encryption's Issues

Ant

разобраться с ant, сделать сборку тестов и 
исходников

Original issue reported on code.google.com by [email protected] on 21 Apr 2011 at 11:33

A bug in determining a size of Attachments

Do not use the method available () in inputstream of MimePart!!!

Quote (from Oracle official guide) :

To save the data in a body part into a file (for example), use the 
getInputStream method to access the attachment content and copy the data to a 
FileOutputStream. Note that when copying the data you can not use the available 
method to determine how much data is in the attachment. Instead, you must read 
the data until EOF. The saveFile method of MimeBodyPart will do this for you. 
However, you should not use the results of the getFileName method directly to 
name the file to be saved; doing so could cause you to overwrite files 
unintentionally, including system files.


Original issue reported on code.google.com by [email protected] on 2 May 2011 at 9:18

Testing

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 Apr 2011 at 6:17

Integrate KeyStorage


1. Integrate KeyStorage into James
2. Rewriting existings Mailet's to work with KeyStorage
3. Testing and bugfixing =)




Original issue reported on code.google.com by [email protected] on 11 May 2011 at 12:35

Need fixes

1. System.exit () -> Exception
2. Rewrite Main class (Map)
3. Replace all numberic constants to public static final (128, etc -> public 
static final KeyLength, 4 -> sizeof (int))
4. English comment's
5. 163 line: BigInteger sign [] = signature.get...
6. 189 line: return
9. Class Domain must be nested
10. Or fin, or ds everywhere, where they are used


Original issue reported on code.google.com by [email protected] on 16 May 2011 at 10:09

Create simple own plugin

1. It reads message body and attachments and write them to files
2. It tries to modify body and attachments
3. If modification fails, it delete original mail and creates new mail, which 
is a copy of original mail, but content and attachments are loaded from files

Original issue reported on code.google.com by [email protected] on 21 Apr 2011 at 12:07

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.