Giter VIP home page Giter VIP logo

intellij-idea-mail's People

Contributors

artspb avatar jk1 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

intellij-idea-mail's Issues

POP3 server cofiguration & UI

Once POP3 core is ready it's necessary to create configuration POJOs, implement configuration persistence and design a simple configuration UI dialog, probably a tab on existing SMTP configuration dialog window

SMTP Server Configuration window bugs and enhancements

This is all about SMTP Server Configuration window.

  1. Port input should have fixed size that enough for 5-digit port number.
  2. Port number should not be formatted. For example for now port 2500 looks like this: "2ย 500".
  3. Validation of port value should be performed.
  4. Username and Password inputs should be disabled when windows was opened. For now it's disabled only when you chose Anonymous mode manually.
  5. Password input should mask letters (*****).

Server configurations should be testable

Complement ServerConfig with "test" method. This method should verify configuration object to check if configuration is runnable. For instance, one possible thing to check is if selected port in not occupied and can be opened for listening by a plugin.

Configuration UI should feature [Test] button to invoke these checks, as many other Idea plugins do.

Create POP3 server core

Core functionality for POP3 server should include networking code, session management, command processor and basic configuration.

Session logging for SMTP server

SMTP server tool window should contain a separate tab for ESMTP session logging. Each session should be logged as follows:

|| >> EHLO lol@wut
|| << 250 OK
|| >> MAIL FROM: [email protected]
...
Sessions should be expandable and collapsible (treetable?)

JavaMail inspections

Create a basic rector, capable of code analysis for JavaMail misusage. It's relevant for java projects only, although the whole plugin is language independent. So, we must ensure this is a separate component, which is gracefully disabled on PyCharm or RubyMine.

Implement one single inspection rule (e.g. unclised Transport) as a basis for further development

Ugly message table in SMTP server tab

At the moment received message table is not very useful:

  • All columns are of wqual length
  • Header information is not shown
  • Data in cells is shown raw without any formatting applied

I18n support

All UI strings, labels and tooltips should be backed by resource bundles on, at least, Russian and English (default) languages

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.